![]() |
Atlas-Cronos
7.3.0
|
Records thermal images to disk. More...
Public Member Functions | |
override void | Stop () |
void | EnablePreRecording (int numberOfFrames) |
Enable a prerecording buffer. More... | |
void | SetupNumberOfFramesInMemory (int frames) |
Enable using memory for temporary storing images until the disk is ready for writing. More... | |
void | DisablePreRecording () |
Disables prerecording. More... | |
void | SetSkipFrames (int imagesToSkip) |
Set Skip frames in the recording. Divides the recording speed with the number of images to skip in the recording. I.e. A value of zero is full speed recording and a value of 3 is skipping three images. More... | |
![]() | |
virtual void | Start (string path) |
Start a recording More... | |
virtual void | Pause () |
Pause an on going recording. More... | |
virtual void | Continue () |
Continues an paused recording. More... | |
void | EnableTimeSpan (TimeSpan timeSpan) |
Enable time span recording. More... | |
void | DisableTimeSpan () |
Disable time span. More... | |
Properties | |
bool | IsPreRecordingEnabled [get, protected set] |
Enable/Disable prerecording More... | |
int | SkipFrames [get, protected set] |
Skip frames in the recording. Divides the recording speed with the number of images to skip in the recording. More... | |
int | NumberOfFramesToPreRecord [get, protected set] |
The number of frames to store in the circular buffer. The buffer is saved to disk when the recording is started. More... | |
int | NumberOfFramesInMemory [get, protected set] |
NumberOfFramesInMemory uses computer memory for temporary storing images until the disk is ready for writing. More... | |
![]() | |
RecorderState | Status [get, protected set] |
Gets the current state of the Recorder. More... | |
string | FullPath [get] |
The full path to the recorded file. More... | |
string | Directory [get] |
The used directory for the latest recording. More... | |
string | FileName [get] |
File name of the latest recording. More... | |
bool | IsTimeSpanEnabled [get, protected set] |
Is time span enabled. More... | |
TimeSpan | TimeSpan [get, protected set] |
The minimum time span between two recorded images. More... | |
int | FrameCount [get, protected set] |
The number of recorded images. More... | |
int | LostImages [get, protected set] |
The number of lost images during the recording. More... | |
string | Extension [get, protected set] |
File extension for recordings created from the stream. More... | |
Additional Inherited Members | |
![]() | |
EventHandler< RecorderStatusChangedEventArgs > | RecorderStatusChanged |
This event is raised when the Recorder Status is changed Status. More... | |
Records thermal images to disk.
|
inline |
Disables prerecording.
InvalidOperationException |
|
inline |
Enable a prerecording buffer.
numberOfFrames |
|
inline |
Set Skip frames in the recording. Divides the recording speed with the number of images to skip in the recording. I.e. A value of zero is full speed recording and a value of 3 is skipping three images.
|
inline |
Enable using memory for temporary storing images until the disk is ready for writing.
frames |
|
inlinevirtual |
Reimplemented from Flir.Atlas.Live.Recorder.Recorder.
|
getprotected set |
Enable/Disable prerecording
|
getprotected set |
NumberOfFramesInMemory uses computer memory for temporary storing images until the disk is ready for writing.
|
getprotected set |
The number of frames to store in the circular buffer. The buffer is saved to disk when the recording is started.
|
getprotected set |
Skip frames in the recording. Divides the recording speed with the number of images to skip in the recording.