|
VideoCaptureDeviceDisplayPropertyPage Method
|
Display property window for the video capture device providing its configuration
capabilities.
Namespace:
Accord.Video.DirectShow
Assembly:
Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax public void DisplayPropertyPage(
IntPtr parentWindow
)
Public Sub DisplayPropertyPage (
parentWindow As IntPtr
)
Request Example
View SourceParameters
- parentWindow
- Type: SystemIntPtr
Handle of parent window.
Exceptions Exception | Condition |
---|
NotSupportedException | The video source does not support configuration property page. |
Remarks Note |
---|
If you pass parent window's handle to this method, then the
displayed property page will become modal window and none of the controls from the
parent window will be accessible. In order to make it modeless it is required
to pass Zero as parent window's handle.
|
See Also