Click or drag to resize
ThermalGigabitCamera Methods

The ThermalGigabitCamera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to a thermal camera.
(Inherited from ThermalCamera.)
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 methodEnumSensorGainModes
Enumerate Sensor gain mode. This method is valid for an AX5 camera. Dynamic range control mode. LowGainMode. Mode for higher temperatures (lower sensitivity). HighGainMode. Mode for lower temperatures (less than 100 deg Celsius)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDeviceParameter
Get GenICam register.
Public methodGetDeviceParameters
Get GenICam device parameters.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHostCommunicationParameter
Get GenICam register.
Public methodGetHostCommunicationParameters
Get GenICam host communication settings.
Public methodGetImage
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
(Inherited from Camera.)
Public methodGetImageStreamParameter
Get GenICam register.
Public methodGetImageStreamParameters
Get image stream parameters.
Public methodGetSensorGainMode
Get current sensor gain mode. This method is valid for an AX5 camera.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBoolValue
Set device parameter.
Public methodSetCommandValue
Set device parameter.
Public methodSetDeviceParameter(String, GenICamType)
Asynchronously sets a GenICam parameter.
Public methodSetDeviceParameter(String, GenICamType, Object)
Asynchronously sets a GenICam parameter.
Public methodSetDoubleValue
Set device parameter.
Public methodSetEnumValue
Set device parameter.
Public methodSetHostCommunicationParameter
Asynchronously sets a GenICam parameter.
Public methodSetImageStreamParameter
Asynchronously sets a GenICam parameter.
Public methodSetIntegerValue
Set device parameter.
Public methodSetSensorGainMode
Set sensor gain mode. This method is valid for an AX5 camera.
Public methodSetStringValue
Set device parameter.
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