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 CaptureImage
in The last snapshot data.

Exceptions

An error has occurred during Devices Library execution.
void getLastSnapshot(CaptureImage snapshot)

Parameters

snapshot CaptureImage
in The last snapshot data.

Exceptions

An error has occurred during Devices Library execution.
public void GetLastSnapshot(CaptureImage snapshot)

Parameters

snapshot CaptureImage
in The last snapshot data.

Exceptions

An error has occurred during Devices Library execution.
public void getLastSnapshot(CaptureImage snapshot) throws DevicesException

Parameters

snapshot CaptureImage
in 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

in Handle to the ExtendedCamera object.

in The last snapshot data.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.