Click or drag to resize

IWebCamera Interface


Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public interface IWebCamera : ICamera, 
	IOzBaseCamera

The IWebCamera type exposes the following members.

Properties
 NameDescription
Public propertyAudioChannel
(Inherited from ICamera)
Public propertyCapabilities 
Public propertyCapturing
(Inherited from IOzBaseCamera)
Public propertyCurrentFrameRate 
Public propertyDesiredFrameRate 
Public propertyDeviceID 
Public propertyDeviceName 
Public propertyHost
(Inherited from IOzBaseCamera)
Public propertyInitialized
(Inherited from IOzBaseCamera)
Public propertyMoniker 
Public propertyPassword
(Inherited from IOzBaseCamera)
Public propertyResolution
(Inherited from ICamera)
Public propertyState
(Inherited from ICamera)
Public propertyStateCode
(Inherited from ICamera)
Public propertyUserName
(Inherited from IOzBaseCamera)
Public propertyVideoChannel
(Inherited from ICamera)
Top
Methods
 NameDescription
Public methodConnect
(Inherited from IOzBaseCamera)
Public methodDisconnect
(Inherited from IOzBaseCamera)
Public methodDisplayPropertiesWindow 
Public methodDispose
(Inherited from IOzBaseCamera)
Public methodStart
(Inherited from IOzBaseCamera)
Public methodStop
(Inherited from IOzBaseCamera)
Top
Events
 NameDescription
Public eventCameraStateChanged
(Inherited from ICamera)
Public eventDisposed
(Inherited from IOzBaseCamera)
Public eventStateChanged
(Inherited from ICamera)
Top
See Also