Camera.getLastSnapshot Method¶
Module: Camera
Definition¶
Fetches the most recent snapshot taken by the takeSnapshot function.
get_last_snapshot(self, snapshot: CaptureImage) -> None
Parameters
snapshot
CaptureImagein The last snapshot data.
Exceptions
An error has occurred during Devices Library execution.
void getLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein The last snapshot data.
Exceptions
An error has occurred during Devices Library execution.
public void GetLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein The last snapshot data.
Exceptions
An error has occurred during Devices Library execution.
public void getLastSnapshot(CaptureImage snapshot) throws DevicesException
Parameters
snapshot
CaptureImagein The last snapshot data.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetLastSnapshot (
ID3_DEVICES_CAMERA hCamera,
ID3_DEVICES_CAPTURE_IMAGE hSnapshot)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.hSnapshot
ID3_DEVICES_CAPTURE_IMAGEin The last snapshot data.
Returns