Click or drag to resize
LinuxVideoCaptureDevice Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaLinuxVideoCaptureDevice

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LinuxVideoCaptureDevice : IVideoCaptureDevice, 
	IDisposable

The LinuxVideoCaptureDevice type exposes the following members.

Constructors
  NameDescription
Public methodLinuxVideoCaptureDevice
Initializes a new instance of the LinuxVideoCaptureDevice class
Top
Methods
  NameDescription
Public methodChangeDevice
Changes the capturing device. If the camera is already capturing then restarts it.
Public methodDispose
Releases all resources used by the LinuxVideoCaptureDevice
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodStart
Public methodStop
Stops the capturing.
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
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