Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceDisplayCrossbarPropertyPage Method

Display property page of video crossbar (Analog Video Crossbar filter).

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public void DisplayCrossbarPropertyPage(
	IntPtr parentWindow
)
Request Example View Source

Parameters

parentWindow
Type: SystemIntPtr
Handle of parent window.
Exceptions
ExceptionCondition
ApplicationExceptionThe video source must be running in order to display crossbar property page.
NotSupportedExceptionCrossbar configuration is not supported by currently running video source.
Remarks

The Analog Video Crossbar filter is modeled after a general switching matrix, with n inputs and m outputs. For example, a video card might have two external connectors: a coaxial connector for TV, and an S-video input. These would be represented as input pins on the filter. The displayed property page allows to configure the crossbar by selecting input of a video card to use.

Note Note
This method can be invoked only when video source is running (IsRunning is ). Otherwise it generates exception.

Use CheckIfCrossbarAvailable method to check if running video source provides crossbar configuration.

See Also