Click or drag to resize
LinuxWebCamera Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderVideoData, VideoFormat
      Ozeki.MediaVideoSender
        Ozeki.CameraLinuxWebCamera

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LinuxWebCamera : VideoSender, 
	IMedia, IWebCamera, ICamera

The LinuxWebCamera type exposes the following members.

Constructors
  NameDescription
Public methodLinuxWebCamera
Initializes a new instance of the LinuxWebCamera class
Top
Methods
  NameDescription
Public methodConnect
Starts the capturing from the selected webcamera.
Remarks
Throws an Exception when no webcamera selected.
Public methodDisconnect
Stops the capturing.
Public methodDisplayPropertiesWindow
Displays the properties window of the camera.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the LinuxWebCamera and optionally releases the managed resources
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodReceiverConnected (Inherited from VideoSender.)
Protected methodReceiverDisconnected (Inherited from VideoSender.)
Protected methodSendMediaData (Inherited from VideoSender.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodStart
Starts the capturing from the selected webcamera.
Remarks
Throws an Exception when no webcamera selected.
Public methodStop
Stops the capturing.
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public field_captureDevice
Top
Properties
  NameDescription
Public propertyAudioChannel
Public propertyCapabilities
Public propertyCapturing
Gets a boolean value indicating whether the capuring is started.
Public propertyCurrentFrameRate
Gets the current frame rate of the capture.
Public propertyDesiredFrameRate
Gets or sets the average frame rate of the capturing device.
Public propertyDeviceID
Public propertyDeviceName
Public propertyHost
Public propertyID (Inherited from DisposableClass.)
Public propertyInitialized
Gets a boolean value indicating whether the device has been initialized.
Public propertyMoniker
Gets the moniker of the selected capturing device.
Public propertyPassword
Public propertyResolution
Public propertyState
Public propertyStreamAttributeEventArgs
Public propertyUserName
Public propertyVideoChannel
Top
Events
See Also