ExtendedCamera.getLastSnapshot Method¶
Module: ExtendedCamera
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 id3DevicesExtendedCamera_GetLastSnapshot (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
ID3_DEVICES_CAPTURE_IMAGE hSnapshot)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.hSnapshot
ID3_DEVICES_CAPTURE_IMAGEin The last snapshot data.
Returns