documentation

Visometry.VisionLib.SDK.Core.API.ImageRecorderCommands Class Reference

Commands for communicating with the image recorder. More...

Static Public Member Functions

static async Task PauseAsync (Worker worker)
 Pauses recording More...
 
static async Task ResetAsync (Worker worker)
 Restarts recording. According to recordToNewDir (set in vl-file) either starts recording to a new folder (true) or overwrites the existing images (false). More...
 
static async Task StartAsync (Worker worker)
 Starts/Resumes recording More...
 

Detailed Description

Commands for communicating with the image recorder.

Member Function Documentation

◆ PauseAsync()

static async Task Visometry.VisionLib.SDK.Core.API.ImageRecorderCommands.PauseAsync ( Worker  worker)
inlinestatic

Pauses recording

◆ ResetAsync()

static async Task Visometry.VisionLib.SDK.Core.API.ImageRecorderCommands.ResetAsync ( Worker  worker)
inlinestatic

Restarts recording. According to recordToNewDir (set in vl-file) either starts recording to a new folder (true) or overwrites the existing images (false).

◆ StartAsync()

static async Task Visometry.VisionLib.SDK.Core.API.ImageRecorderCommands.StartAsync ( Worker  worker)
inlinestatic

Starts/Resumes recording