Skip to content

Releases: onlylemi/processing-android-capture

Latest release of AndroidCapture for Processing

19 Jan 08:30
Compare
Choose a tag to compare

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.

Because of some library rules from processing.org, I only update some class name and delete 'P'. And other thing is same.

  • PAndroidCamera --> AndroidCamera
  • PAndroidSensor --> AndroidSensor
  • PSensor --> Sensor
  • PSensorType --> SensorType

AndroidCapture Library Release 2 (2.0)

14 Jan 06:41
Compare
Choose a tag to compare

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.

AndroidCapture Library Release 1 (beta1.0)

22 Dec 10:37
Compare
Choose a tag to compare

This library tries to transfer data between processing and android. I make a android app to capture the real-time video from ''Android camera'' through the socket to the server (processing server) with WiFi. The users use this lib to get phone camera capture in processing, then can do image processing.

It's only beta named ''Beta1.0''. Welcome to try it and if there is a problem, please contact me or new a issues.