Skip to content

Latest release of AndroidCapture for Processing

Latest
Compare
Choose a tag to compare
@onlylemi onlylemi released this 19 Jan 08:30
· 8 commits to master since this release

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