VideoCaptureDeviceDisplayCrossbarPropertyPage Method |
Namespace: Accord.Video.DirectShow
Exception | Condition |
---|---|
ApplicationException | The video source must be running in order to display crossbar property page. |
NotSupportedException | Crossbar configuration is not supported by currently running video source. |
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 |
---|
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.