![]() Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
Video Capture ServiceThis is a stub document. Available grabber driversQuicktime DriverAvailability: This driver allows GML to capture from any camera recognized by Quicktime. In particular, almost all Firewire cameras are supported (e.g. Unibrain or Marlin), as well as many USB webcams (e.g. the ToUcam) if you have a third-party driver installed Active Silicon LFG DriverAvailability: This driver interfaces with the AS-LFG SDK provided with the capture boards manufactured by Active Silicon ltd. Linux IEEE1394 DriverAvailability: This driver, based on the standard ieee1394 SDKs available since Linux 2.6 (libraw1394 and libdc1394), allows to interface with most Firewire video cameras, like the Quicktime driver. Video For Linux 2 DriverAvailability: This driver abstracts the v4l2 API. It allows to capture from commodity digitizer boards, e.g. all the boards based on the bt848, bt878 or saa7130/34 chips. Video capture in GML% set l [gmlGrabber --list] {QuickTime (IIDC FireWire Video, unibrain Fire-i)} {QuickTime (IIDC FireWire Video, Camera)} {QuickTime (ToUcam, ToUcam)} % gmlGrabber g1 -reduce 2 -name [lindex $l 0] g1 % gmlGrabber g2 -reduce 2 -name [lindex $l 1] g2 % gmlGrabber g3 -reduce 2 -name [lindex $l 2] g3 % gmlGrabberMonitor .g1 g1 .g1 % gmlGrabberMonitor .g2 g2 .g2 % gmlGrabberMonitor .g3 g3 .g3 |
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |