AndroidCapture Library Release 2 (2.0)
This library tries to transfer data between Processing and Android. 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.
Please download AndroidCaptureForProcessing.zip
, unzip, and take it to processing/libraries
. Then you use it before import .jar
and it`s ok.