Click or drag to resize
Camera Methods

The Camera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Asynchronous connects to a camera device.
(Inherited from CameraBase.)
Public methodDisconnect
Disconnect the camera device.
(Inherited from CameraBase.)
Public methodDispose
Dispose camera instance.
(Inherited from CameraBase.)
Public methodEnumerateFrameRates
Get supported frame rates
Public methodEnumerateResolutions
List of supported resolutions.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImage
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartGrabbing
Starts grabbing of images.
Public methodStopGrabbing
Stops grabbing.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also