Camera.closeDevice Method¶
Module: Camera
Definition¶
Controls closing the associated device.
close_device(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void closeDevice()
Exceptions
An error has occurred during Devices Library execution.
public void CloseDevice()
Exceptions
An error has occurred during Devices Library execution.
public void closeDevice() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_CloseDevice (
ID3_DEVICES_CAMERA hCamera)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.
Returns