Camera.deviceStatusChangedCallback Property

Module: Camera

Type: DeviceCaptureStatusChangedCallback

Definition

Callback for when there’s any change in the device’s operational status.

device_status_changed_callback: DeviceCaptureStatusChangedCallback

Exceptions

An error has occurred during Devices Library execution.
set deviceStatusChangedCallback(DeviceCaptureStatusChangedCallback value) => setDeviceStatusChangedCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public DeviceCaptureStatusChangedCallback deviceStatusChangedCallback
{
    set => SetdeviceStatusChangedCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setDeviceStatusChangedCallback(DeviceCaptureStatusChangedCallback deviceStatusChangedCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCamera_SetDeviceStatusChangedCallback (ID3_DEVICES_CAMERA hCamera, id3DevicesDeviceCaptureStatusChangedCallback deviceStatusChangedCallback, void * context)

Returns

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