Click or drag to resize
Accord.NET (logo)

VideoCaptureDevice Properties

The VideoCaptureDevice type exposes the following members.

Properties
  NameDescription
Public propertyAvailableCrossbarVideoInputs
Available inputs of the video capture card.
Public propertyBytesReceived
Received bytes count.
Public propertyCrossbarVideoInput
Current video input of capture card.
Public propertyDesiredAverageTimePerFrame
The desired average display time of the video frames, in 100-nanosecond units. There is no guarantee that the device will actually respect this setting, however some devices will not work unless this property is set. See remarks for details.
Public propertyDesiredFrameRate Obsolete.
Obsolete - no longer in use.
Public propertyDesiredFrameSize Obsolete.
Obsolete - no longer in use
Public propertyDesiredSnapshotSize Obsolete.
Obsolete - no longer in use
Public propertyFramesReceived
Received frames count.
Public propertyIsRunning
State of the video source.
Public propertyProvideSnapshots
Specifies if snapshots should be provided or not.
Public propertySnapshotCapabilities
Snapshot capabilities of the device.
Public propertySnapshotResolution
Snapshot resolution to set.
Public propertySource
Video source.
Public propertySourceObject
Source COM object of camera capture device.
Public propertyVideoCapabilities
Video capabilities of the device.
Public propertyVideoResolution
Video resolution to set.
Top
See Also