VideoFile.takeSnapshot Method¶
Module: VideoFile
Definition¶
Triggers a snapshot capture process.
The result is accessible through the get_last_snapshot function.
take_snapshot(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void takeSnapshot()
Exceptions
An error has occurred during Devices Library execution.
public void TakeSnapshot()
Exceptions
An error has occurred during Devices Library execution.
public void takeSnapshot() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_TakeSnapshot (
ID3_DEVICES_VIDEO_FILE hVideoFile)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.
Returns