- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
30
Gem/plugins/videoOptiTrack/README.txt
Normal file
30
Gem/plugins/videoOptiTrack/README.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
videoOptiTrack
|
||||
==============
|
||||
|
||||
backend for pix_video using Natural Point's "CameraSDK" library for their OptiTrack tracking system.
|
||||
|
||||
CameraSDK is a proprietary library that can do image-acquisition from NaturalPoint's OptiTrack (tracking) cameras.
|
||||
|
||||
At time of writing (2012-01) you can download the CameraSDK free of charge from NaturalPoint's homepage
|
||||
http://www.naturalpoint.com/optitrack/products/camera-sdk/
|
||||
|
||||
At time of writing (2012-01), only a W32 version of the library exists (no linux, no mac).
|
||||
Also, the library only offers C++ bindings, which means that (due to name mangling), it will only work
|
||||
with videoOptiTrack compiled with VisualStudio (no MinGW).
|
||||
|
||||
Please note, that the win-vs2003 project is still a stub (and has not been used yet, so it might nor work).
|
||||
Development has been done in VS2008.
|
||||
|
||||
|
||||
Working with OptiTrack cameras
|
||||
------------------------------
|
||||
|
||||
Currently you can only acquire images in Greyscale/raw and MJPEG format (depending on the capabilities of your
|
||||
camera). The default is MJPEG. You can switch to Greyscale by using a "quality" that is <0.
|
||||
While the cameras (or at least some of them) can do on-board image preprocessing, getting this meta-data is not
|
||||
(yet) supported by the videoOptiTrack module.
|
||||
|
||||
|
||||
|
||||
mfgasdr
|
||||
IOhannes
|
Loading…
Add table
Add a link
Reference in a new issue