Click or drag to resize
ThermalImageRecorder Class
Records thermal images to disk.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.RecorderRecorder
    Flir.Atlas.Live.RecorderThermalImageRecorder

Namespace: Flir.Atlas.Live.Recorder
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class ThermalImageRecorder : Recorder

The ThermalImageRecorder type exposes the following members.

Methods
  NameDescription
Public methodContinue
Continues an paused recording.
(Inherited from Recorder.)
Public methodDisablePreRecording
Disables pre-recording.
Public methodDisableTimeSpan
Disable time span.
(Inherited from Recorder.)
Public methodEnablePreRecording
Enable a pre-recording buffer.
Public methodEnableTimeSpan
Enable time span recording.
(Inherited from Recorder.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPause
Pause an on going recording.
(Inherited from Recorder.)
Public methodRefresh Obsolete.
Refresh recording properties.
(Inherited from Recorder.)
Public methodSetupNumberOfFramesInMemory
Enable using memory for temporary storing images until the disk is ready for writing.
Public methodStart
Start a recording
(Inherited from Recorder.)
Public methodStop
Stops the recording.
(Inherited from Recorder.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDirectory
The used directory for the latest recording.
(Inherited from Recorder.)
Public propertyExtension
File extension for recordings created from the stream.
(Inherited from Recorder.)
Public propertyFileName
File name of the latest recording.
(Inherited from Recorder.)
Public propertyFrameCount
The number of recorded images.
(Inherited from Recorder.)
Public propertyFullPath
The full path to the recorded file.
(Inherited from Recorder.)
Public propertyIsPreRecordingEnabled
Enable/Disable pre-recording
Public propertyIsTimeSpanEnabled
Is time span enabled.
(Inherited from Recorder.)
Public propertyLostImages
The number of lost images during the recording.
(Inherited from Recorder.)
Public propertyNumberOfFramesInMemory
NumberOfFramesInMemory uses computer memory for temporary storing images until the disk is ready for writing.
Public propertyNumberOfFramesToPreRecord
The number of frames to store in the circular buffer. The buffer is saved to disk when the recording is started.
Public propertyStatus
The current state of the Recorder.
(Inherited from Recorder.)
Public propertyTimeSpan
The minimum time span between two recorded images.
(Inherited from Recorder.)
Top
Events
  NameDescription
Public eventRecordingStatusChanged
This event is raised when the recording Status is changed Status.
(Inherited from Recorder.)
Top
See Also