Click or drag to resize
IWebCamera Methods

The IWebCamera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to the camera.
(Inherited from ICamera.)
Public methodDisconnect
Disconnects from the camera.
(Inherited from ICamera.)
Public methodDisplayPropertiesWindow
Displays the properties window of the camera.
Public methodDispose
Closes the camera and frees up its resources.
(Inherited from ICamera.)
Public methodStart
Starts the capturing from the selected device.
Remarks
Throws an Exception when no device selected.
(Inherited from ICamera.)
Public methodStop
Stops the capturing.
(Inherited from ICamera.)
Top
See Also