Camera.isCapturing Property¶
Module: Camera
Type: bool
Definition¶
Indicates if the device is currently capturing data, providing a quick status check.
is_capturing: bool
Exceptions
An error has occurred during Devices Library execution.
bool get isCapturing => getIsCapturing();
Exceptions
An error has occurred during Devices Library execution.
public bool isCapturing
{
get => GetisCapturing();
}
Exceptions
An error has occurred during Devices Library execution.
public boolean getIsCapturing() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetIsCapturing (ID3_DEVICES_CAMERA hCamera, bool * isCapturing)
Returns