Camera.deviceInfo Property¶
Module: Camera
Type: DeviceInfo
Definition¶
Fetches the device object.
device_info: DeviceInfo
Exceptions
An error has occurred during Devices Library execution.
DeviceInfo get deviceInfo => getDeviceInfo();
Exceptions
An error has occurred during Devices Library execution.
public DeviceInfo deviceInfo
{
get => GetdeviceInfo();
}
Exceptions
An error has occurred during Devices Library execution.
public DeviceInfo getDeviceInfo() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetDeviceInfo (ID3_DEVICES_CAMERA hCamera, ID3_DEVICES_DEVICE_INFO hDeviceInfo)
Returns