ThermalImageRecorder Class |
Namespace: Flir.Atlas.Live.Recorder
public class ThermalImageRecorder : Recorder
The ThermalImageRecorder type exposes the following members.
Name | Description | |
---|---|---|
Continue |
Continues an paused recording.
(Inherited from Recorder.) | |
DisablePreRecording |
Disables pre-recording.
| |
DisableTimeSpan |
Disable time span.
(Inherited from Recorder.) | |
EnablePreRecording |
Enable a pre-recording buffer.
| |
EnableTimeSpan |
Enable time span recording.
(Inherited from Recorder.) | |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pause |
Pause an on going recording.
(Inherited from Recorder.) | |
Refresh | Obsolete.
Refresh recording properties.
(Inherited from Recorder.) | |
SetupNumberOfFramesInMemory |
Enable using memory for temporary storing images until the disk is ready for writing.
| |
Start |
Start a recording
(Inherited from Recorder.) | |
Stop |
Stops the recording.
(Inherited from Recorder.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Directory |
The used directory for the latest recording.
(Inherited from Recorder.) | |
Extension |
File extension for recordings created from the stream.
(Inherited from Recorder.) | |
FileName |
File name of the latest recording.
(Inherited from Recorder.) | |
FrameCount |
The number of recorded images.
(Inherited from Recorder.) | |
FullPath |
The full path to the recorded file.
(Inherited from Recorder.) | |
IsPreRecordingEnabled |
Enable/Disable pre-recording
| |
IsTimeSpanEnabled |
Is time span enabled.
(Inherited from Recorder.) | |
LostImages |
The number of lost images during the recording.
(Inherited from Recorder.) | |
NumberOfFramesInMemory |
NumberOfFramesInMemory uses computer memory for temporary storing images until the disk is ready for writing.
| |
NumberOfFramesToPreRecord |
The number of frames to store in the circular buffer. The buffer is saved to disk when the recording is started.
| |
Status |
The current state of the Recorder.
(Inherited from Recorder.) | |
TimeSpan |
The minimum time span between two recorded images.
(Inherited from Recorder.) |
Name | Description | |
---|---|---|
RecordingStatusChanged |
This event is raised when the recording Status is changed Status.
(Inherited from Recorder.) |