VideoCaptureDeviceSnapshotCapabilities Property |
Namespace: Accord.Video.DirectShow
The property provides list of device's snapshot capabilities.
If the array has zero length, then it means that this device does not support making snapshots.
See documentation to ProvideSnapshots for additional information.
Note |
---|
It is recomended not to call this property immediately after Start method, since device may not start yet and provide its information. It is better to call the property before starting device or a bit after (but not immediately after). |