Camera.takeSnapshotCallback Property¶
Module: Camera
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 id3DevicesCamera_SetTakeSnapshotCallback (ID3_DEVICES_CAMERA hCamera, id3DevicesCaptureCallback takeSnapshotCallback, void * context)
Returns