P5AndroidCapture
January 5, 2016 ยท View on GitHub
This is original project source for my processing library named processing-android-capture. I develode the whole project in IntelliJ IDEA.
processing-android-capture Lib: https://github.com/onlylemi/processing-android-capture
android client app: https://github.com/onlylemi/AndroidCapture
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.
It's only beta named "Beta2.0". Welcome to try it and if there is a problem, please contact me or new a issues.