VideoCaptureDevice Methods |
The VideoCaptureDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Destructor.
|
![]() | GetDeviceList |
Retrieves a String readable list of all available and compatible Capture Devices on the
System.
|
![]() | GetFrame |
Retrieves a raw frame containing timing information of capture (MediaBuffer.startTime)
and duration based on the FPS of the selected profile (MediaBuffer.EndTime). The timing
information is relative to the time VideoCaptureDevice.Start was called.
(Overrides CaptureDeviceGetFrame.) |
![]() | SelectCaptureDeviceFormat |
Select metrics for a previously selected device.
|
![]() | SelectDevice |
Selects a capture device to be used and returns metrics of that device.
|
![]() | SetBufferProvider | |
![]() ![]() | ShowSelectionDialog |
Shows a modal device and format selection form, that creates the video capture device for the user.
|
![]() | Start |
Start the capturing process from the selected Device Name.
|
![]() | Stop |
Stop Capture from device.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |