Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angeloseme/ofxRemoteCamera
TCP Remote video grabber
https://github.com/angeloseme/ofxRemoteCamera
Last synced: 4 months ago
JSON representation
TCP Remote video grabber
- Host: GitHub
- URL: https://github.com/angeloseme/ofxRemoteCamera
- Owner: angeloseme
- Created: 2011-09-19T17:05:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T15:12:32.000Z (over 11 years ago)
- Last Synced: 2024-08-02T17:36:24.638Z (7 months ago)
- Language: C++
- Homepage:
- Size: 3.49 MB
- Stars: 23
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=============================OFXREMOTECAMERA V.0.01================================
The ofxRemoteCamera openframeworks addon is a remote video grabber that enables ofxRemoteCameraServer
send pixels data through TCP to one or more ofxRemoteCameraClient.
Pixels data are resized or compressed using turbo-jpeg library. You can set the ip
address/port directly in the code or in the Network_Settings.xml file.
Tested on OSX (XCode 3.2.6) and Windows (VS2010)