documentation

Visometry.VisionLib.SDK.Core.ImageRecorder Class Reference

ImageRecorder stores the result of a calibration process. More...

Inherits Visometry.VisionLib.SDK.Core.TrackingManagerReference.

Public Member Functions

void PauseRecording ()
 Pauses the recording of new images. More...
 
async Task PauseRecordingAsync ()
 
void ResetRecording ()
 Restarts the recording. Depending on your parameter it either overwrites the previous recording or starts the recording of a new image sequence. More...
 
async Task ResetRecordingAsync ()
 
void ResumeRecording ()
 Starts/Resumes the recording of new images. More...
 
async Task ResumeRecordingAsync ()
 

Additional Inherited Members

- Protected Member Functions inherited from Visometry.VisionLib.SDK.Core.TrackingManagerReference
virtual bool InitWorkerReference ()
 Initializes the trackingManager and Worker member variables. More...
 
virtual void ResetReference ()
 
- Properties inherited from Visometry.VisionLib.SDK.Core.TrackingManagerReference
TrackingManager trackingManager [get]
 Reference to used TrackingManager. More...
 
Worker worker [get]
 

Detailed Description

ImageRecorder stores the result of a calibration process.

Member Function Documentation

◆ PauseRecording()

void Visometry.VisionLib.SDK.Core.ImageRecorder.PauseRecording ( )
inline

Pauses the recording of new images.

This function will be performed asynchronously.

◆ ResetRecording()

void Visometry.VisionLib.SDK.Core.ImageRecorder.ResetRecording ( )
inline

Restarts the recording. Depending on your parameter it either overwrites the previous recording or starts the recording of a new image sequence.

This function will be performed asynchronously.

◆ ResumeRecording()

void Visometry.VisionLib.SDK.Core.ImageRecorder.ResumeRecording ( )
inline

Starts/Resumes the recording of new images.

This function will be performed asynchronously.