The VideoWrapper_PtGrey API adapter allows VideoWrapper to support cameras driven by the PGR FlyCapture SDK v. 1.5 from Point Grey Research.
The FlyCapture SDK is required to build the VideoWrapper_PtGrey source and the FlyCapture run-times are required by the VideoWrapper_PtGrey binaries. Please visit http://www.ptgrey.com/ to download.
The initialization string for VIDEO_openVideo() takes the following form:
"pgr: camNum width frameRate colorMode scale outputMode"
where
pgr
is
the identifier for the VideoWrapper_PtGrey library.- camNum is a number (starting at 0) representing the camera to open.
- width is the desired width (currently only 160, 320 or 640 allowed)
- frameRate is the desired frame rate
- colorMode is a string. Specifies the format of the desired mode. Either yuv, rgb, grey8 or grey16 is allowed. Case insensitive.
- scale is 0 or 1. 1 means a mode of 2x or 4x the size can be used, and scaled to the correct size.
- outputMode is a string, either rgb or bgr.
The VideoWrapper_PtGrey API adapter supports the following camera properties (may not be supported by all cameras):
The VideoWrapper_PtGrey API adapter does not implement the following functions:
These functions will return a VW_E_NOT_IMPLEMENTED error if invoked.
Generated on Tue Oct 18 12:18:51 2005 for VideoWrapper API by
1.4.1