ExtendedCamera.takeSnapshotCallback Property

Module: ExtendedCamera

Type: CaptureCallback

Definition

Callback triggered when a snapshot capture is completed.

take_snapshot_callback: CaptureCallback

Exceptions

An error has occurred during Devices Library execution.
set takeSnapshotCallback(CaptureCallback value) => setTakeSnapshotCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public CaptureCallback takeSnapshotCallback
{
    set => SettakeSnapshotCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setTakeSnapshotCallback(CaptureCallback takeSnapshotCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_SetTakeSnapshotCallback (ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera, id3DevicesCaptureCallback takeSnapshotCallback, void * context)

Returns

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