Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceCheckIfCrossbarAvailable Method

Check if running video source provides crossbar for configuration.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public bool CheckIfCrossbarAvailable()
Request Example View Source

Return Value

Type: Boolean
Returns if crossbar configuration is available or otherwise.
Remarks

The method reports if the video source provides crossbar configuration using DisplayCrossbarPropertyPage(IntPtr).

See Also