Camera Methods |
The Camera type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Asynchronous connects to a camera device.
(Inherited from CameraBase.) | |
Disconnect |
Disconnect the camera device.
(Inherited from CameraBase.) | |
Dispose |
Dispose camera instance.
(Inherited from CameraBase.) | |
EnumerateFrameRates |
Get supported frame rates
| |
EnumerateResolutions |
List of supported resolutions.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImage |
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
StartGrabbing |
Starts grabbing of images.
| |
StopGrabbing |
Stops grabbing.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |