From cb65e4e484b4e6131dee174b626612a1eb1133ec Mon Sep 17 00:00:00 2001 From: Jianbin Qi Date: Tue, 19 Jan 2016 16:06:32 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff03f8e..565f8fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Processing-Android Camera&Sensor Capture Lib This library tries to transfer data between [Processing](https://processing.org) and [Android](https://android.com). I make a android app to capture the real-time video from `"Android Camera"` and the real-time data from `"Android Sensor"` through the socket to the server (processing server) with `WiFi`. The users use this lib to get phone camera frame and sensors data in processing, then can do some interesting things. -The current version is **"2.0"**. Welcome to try it and if there is a problem, please contact me or new a issues. +## NOTICE +The current version is **"2.0.1"**. Because of some library rule from processing.org, I only update some class name and delete 'P'. And other thing is same. Welcome to try it and if there is a problem, please contact me or new a issues. **Latest release**: [https://github.com/onlylemi/processing-android-capture/releases](https://github.com/onlylemi/processing-android-capture/releases)