Click or drag to resize
ThermalCamera Methods

The ThermalCamera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to a thermal camera.
(Overrides CameraBaseConnect(CameraDeviceInfo).)
Public methodDisconnect
Disconnect the camera device.
(Inherited from CameraBase.)
Public methodDispose
Dispose camera instance.
(Inherited from CameraBase.)
Public methodEnumerateFrameRates
Get supported frame rates
(Inherited from Camera.)
Public methodEnumerateResolutions
List of supported resolutions.
(Inherited from Camera.)
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.
(Inherited from Camera.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartGrabbing
Starts grabbing of images.
(Inherited from Camera.)
Public methodStopGrabbing
Stops grabbing.
(Inherited from Camera.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also