Video |
The VideoCaptureDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | VideoCaptureDevice(InternalVideoDeviceInfo) | Initializes a new instance of the VideoCaptureDevice class. |
![]() | VideoCaptureDevice(InternalVideoDeviceInfo, OzResolution, Int32) | Initializes a new instance of the VideoCaptureDevice class |
Name | Description | |
---|---|---|
![]() | CameraFrameRate | Gets the average frame rate of the device. (Kamerának beállított FPS) |
![]() | Capturing | Gets a boolean value indicating whether the capturing is started. |
![]() | CurrentFrameRate | Gets the current frame rate of the capture. (Aktuális FPS) |
![]() | DesiredFrameRate | Gets or sets the desired frame rate. If this value is set to 0 then maximum frame rate will be used. (Kívülről állítjuk be, hogy ha lehet, ennyi FPS-el menjen.) |
![]() | DeviceInfo | Gets the capabilities of the selected capturing device. |
![]() | FrameSize | Gets or sets the size of the captured frames. |
![]() | Initialized | Gets a boolean value indicating whether the device has been initialized. |
Name | Description | |
---|---|---|
![]() | ChangeDevice | Changes the capturing device. If the camera is already capturing then restarts it. |
![]() | DisplayPropertiesWindow | |
![]() | Dispose | Releases all resources used by the VideoCaptureDevice |
![]() | Finalize |
Finalizer. Only called when user forgets to call (Overrides ObjectFinalize) |
![]() ![]() | GetDevices | Retrieves the available capturing devices. |
![]() | Start | Starts the capturing. |
![]() | Stop | Stops the capturing. |
Name | Description | |
---|---|---|
![]() | ImageCaptured | Occurs when an image captured from the capturing device. |
![]() | Stopped | Occurs when the capturing has stopped. |
![]() | Unpluged | Occurs when the device is unplugged; |