Click or drag to resize

LinuxVideoCaptureDevice Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaLinuxVideoCaptureDevice

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class LinuxVideoCaptureDevice : IVideoCaptureDevice

The LinuxVideoCaptureDevice type exposes the following members.

Constructors
 NameDescription
Public methodLinuxVideoCaptureDeviceInitializes a new instance of the LinuxVideoCaptureDevice class
Top
Properties
 NameDescription
Public propertyCameraFrameRate Gets the average frame rate of the device. (Kamerának beállított FPS)
Public propertyCapturing Gets a boolean value indicating whether the capturing is started.
Public propertyDesiredFrameRate 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.)
Public propertyFrameSize 
Public propertyInfo 
Public propertyInitialized Gets a boolean value indicating whether the device has been initialized.
Top
Methods
 NameDescription
Public methodChangeDevice Changes the capturing device. If the camera is already capturing then restarts it.
Public methodDisposeReleases all resources used by the LinuxVideoCaptureDevice
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodStart 
Public methodStop Stops the capturing.
Top
Events
 NameDescription
Public eventImageCaptured Occurs when an image captured from the capturing device.
Public eventStopped Occurs when the capturing has stopped.
Public eventUnpluged Not implemented in linux/mono
Top
See Also