Camera.deviceId Property¶
Module: Camera
Type: int
Definition¶
Identifier for the device associated with this channel, intended for internal or plugin use.
int get deviceId => getDeviceId();
Exceptions
An error has occurred during Devices Library execution.
public int deviceId
{
get => GetdeviceId();
}
Exceptions
An error has occurred during Devices Library execution.
public int getDeviceId() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetDeviceId (ID3_DEVICES_CAMERA hCamera, int * deviceId)
Returns