ExtendedCamera.openDevice Method¶
Module: ExtendedCamera
Definition¶
Controls opening the associated device.
open_device(self, device_id: int) -> None
Parameters
device_id
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
void openDevice(int deviceId)
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
public void OpenDevice(int deviceId)
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
public void openDevice(int deviceId) throws DevicesException
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_OpenDevice (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
int deviceId)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.deviceId
intin The device id.
Returns