https://github.com/onlylemi/p5androidcapture
https://github.com/onlylemi/p5androidcapture
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onlylemi/p5androidcapture
- Owner: onlylemi
- Created: 2015-12-28T11:49:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T04:42:24.000Z (almost 10 years ago)
- Last Synced: 2025-04-07T06:37:09.513Z (9 months ago)
- Language: Java
- Size: 3.55 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P5AndroidCapture
This is original project source for my [processing](https://processing.org) library named [processing-android-capture](https://github.com/onlylemi/processing-android-capture). I develode the whole project in [IntelliJ IDEA](https://www.jetbrains.com/idea/).
**processing-android-capture Lib:** [https://github.com/onlylemi/processing-android-capture](https://github.com/onlylemi/processing-android-capture)
**android client app:** [https://github.com/onlylemi/AndroidCapture](https://github.com/onlylemi/AndroidCapture)
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.
It's only beta named **"Beta2.0"**. Welcome to try it and if there is a problem, please contact me or new a issues.