sensestage/videorecosc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
=================== VideoRecOSC ================== =========== (c) 2012 - Marije Baalman ============== ================== www.nescivi.eu ================== VideoRecOSC is a small program that records video from either a camera image or a video file, and is controlled via OSC. Updates of the frame counts and current filename are sent out via OSC. This tool was created in order to be able to synchronise video and sensor data recording. The program is based on the libraries OpenCV - http://opencv.willowgarage.com liblo - http://liblo.sourceforge.net ================== Build ================ To build the application you need cmake. You build it by doing: $ mkdir build $ cmake .. $ make $ sudo make install ================== Startup ================ videorecosc <device or file> <outputfilename> <target_port> <recv_port> <target_ip> The defaults are: device 0 outputfilename "test" target_port 57120 (to send to) recv_port 57151 (to listen on) target_ip "127.0.0.1" Devices are indicated using a single digit number Videofiles are indicated by their pathname ================= HOT KEYS ================ ESC - quit r - start/stop recording =================== OSC =================== OSC messages it understands: /videorec/record -i- start/stop recording /videorec/quit -- quit application OSC messages it sends: All the parameter messages (as confirmation of setting and in reply to info) /videorec/started -- application has started /videorec/frame -i- - frame number /videorec/record/start -s- - filename /videorec/record/stop -s- - filename /motiontrackosc/quit -s- application has quit =========== SuperCollider ======== VideoRecOSC is distributed with an example file for SuperCollider. ============ ChangeLog =========== 23/11/2012 - v0.1 - first release ============ Acknowledgement ============== This software was created while working on the Juggling Ball project for STEIM, Amsterdam (http://www.steim.org). ============ License ============== This software is published under the GNU/General Public License, version 3. This license is included in the file COPYING. Documentation is published under a Creative Commons Attribution-Share Alike 3.0 Unported License, see http://creativecommons.org/licenses/by-sa/3.0/ ============ Notes ================= [1] From Jochen Otto, Sept. 19, 2009 The changes in OS X 10.6 basically broke OpenCV's Quicktime/Carbon GUI functionality. There is a workaround which allows building OpenCV on 64bit architecture, however, without any QT/Carbon support. See here on the issue: http://trac.macports.org/ticket/21014 http://tech.groups.yahoo.com/group/OpenCV/message/65895 A ticket is filed at OpenCV on Sourceforge, too: http://sourceforge.net/tracker/?func=detail&aid=2859071&group_id=22870&atid=376677
About
OSC controllable video recorder
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published