Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenameone/camerademo
Demo of the camera Capture API for Codename One
https://github.com/codenameone/camerademo
codenameone demo
Last synced: 9 days ago
JSON representation
Demo of the camera Capture API for Codename One
- Host: GitHub
- URL: https://github.com/codenameone/camerademo
- Owner: codenameone
- Created: 2016-05-03T11:24:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T08:12:49.000Z (over 8 years ago)
- Last Synced: 2025-01-19T23:52:14.011Z (17 days ago)
- Topics: codenameone, demo
- Language: Java
- Size: 437 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera Demo
The camera demo shows off the [Capture API](https://www.codenameone.com/manual/misc-features.html#_capture_photos_video_audio) allowing us to grab a photo to display to the user.
You can learn more about the capture API by checking out the [JavaDocs for Capture](https://www.codenameone.com/javadoc/com/codename1/capture/Capture.html) and the [developer guide](https://www.codenameone.com/manual/) ([pdf](https://www.codenameone.com/files/developer-guide.pdf)).
You can try the native demo on an Android device [here](https://www.codenameone.com/demos-Camera.html) and also check out the live [in browser version of the demo](https://www.codenameone.com/demos/CameraDemo/). The latter uses the [Codename One JavaScript port](https://www.codenameone.com/blog/javascript-port.html) to build the unmodified demo into a web app.
## License
The code within this project is unlicensed and free for use in any way you see fit.