Grabber::getAvailableVideoCaptureDevices Method |
||
Returns a list of all currently available video capture devices. | ||
Syntax: | tVidCapDevListPtr getAvailableVideoCaptureDevices() const; |
|
Return value: | A pointer to a list of all available video capture devices. If an error occurred, 0 is returned. |
|
Remarks: | Generates a list of all available video capture devices (compliant with WDM). This list is empty, if no devices are available. |
|
See also: | Grabber, Grabber::tVidCapDevListPtr, Grabber::getDev, Grabber::openDev |