https://github.com/danzeeeman/ofxedgercontrol
an ofxAddon for interfacing with the Edgertronic High Speed Camera
https://github.com/danzeeeman/ofxedgercontrol
Last synced: 2 months ago
JSON representation
an ofxAddon for interfacing with the Edgertronic High Speed Camera
- Host: GitHub
- URL: https://github.com/danzeeeman/ofxedgercontrol
- Owner: danzeeeman
- License: mit
- Created: 2015-10-28T17:07:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T20:35:58.000Z (over 9 years ago)
- Last Synced: 2025-01-26T01:19:50.692Z (4 months ago)
- Language: C++
- Size: 216 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ofxEdgerControl
This is an openFrameworks addon for interfacing with the [Edgertronic High Speed Camera](http://edgertronic.com/). It's based on code by Jesse Garrison, Dan Moore, and Gene Kogan.
The Edgertronic camera streams a high-speed capture to a local webserver, and the library allows you to download the captures and load them into ofVideoPlayer.
See the [Edgertronic wiki](wiki.edgertronic.com/index.php/Getting_started_in_a_hurry) for how to get the camera set up.
ofxEdgertronic dependencies:
- [ofxHTTP](https://github.com/bakercp/ofxHTTP)
- [ofxMediaTypes](https://github.com/bakercp/ofxMediaTypes)
- [ofxSSLManager](https://github.com/bakercp/ofxSSLManager)
- [ofxIO](https://github.com/bakercp/ofxIO)
- [ofxJSON](https://github.com/bakercp/ofxJSON)
- [ofxTaskQueue](https://github.com/bakercp/ofxTaskQueue)
- [ofxUI](https://github.com/rezaali/ofxUI)