Click or drag to resize

IWebCamera Interface

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public interface IWebCamera : ICamera

The IWebCamera type exposes the following members.

Properties
  NameDescription
Public propertyAudioChannel (Inherited from ICamera.)
Public propertyCapabilities
Gets the supported resolutions and frame rates for the selected capturing device.
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
Gets the identifier of the selected capturing device.
Public propertyDeviceName
Gets the name of the selected capturing device.
Public propertyMoniker
Public propertyResolution (Inherited from ICamera.)
Public propertyState (Inherited from ICamera.)
Public propertyStateCode (Inherited from ICamera.)
Public propertyVideoChannel (Inherited from ICamera.)
Top
Methods
  NameDescription
Public methodDisplayPropertiesWindow
Displays the properties window of the camera.
Top
Events
  NameDescription
Public eventCameraStateChanged (Inherited from ICamera.)
Public eventStateChanged (Inherited from ICamera.)
Top
See Also