VideoFile.getLastSnapshot Method¶
Module: VideoFile
Definition¶
Fetches the most recent snapshot taken by the take_snapshot function.
This function provides access to the last captured image.
void getLastSnapshot(CaptureImage snapshot)
Parameters
snapshot CaptureImagein An object to store the last snapshot data captured by the device.
Exceptions
An error has occurred during Devices Library execution.