Hi,
yes, it is the autofocus version:
[
{
"socket":"CAM_A",
"sensorName":IMX378,
"width":4056,
"height":3040,
"orientation":"AUTO",
"supportedTypes":[
"COLOR"
],
"hasAutofocus":1,
"hasAutofocusIC":1,
"name":"color"
},
{
"socket":"CAM_B",
"sensorName":OV9282,
"width":1280,
"height":800,
"orientation":"AUTO",
"supportedTypes":[
"MONO"
],
"hasAutofocus":0,
"hasAutofocusIC":0,
"name":"left"
},
{
"socket":"CAM_C",
"sensorName":OV9282,
"width":1280,
"height":800,
"orientation":"AUTO",
"supportedTypes":[
"MONO"
],
"hasAutofocus":0,
"hasAutofocusIC":0,
"name":"right"
}
]
This is the code I used:
device_info = dai.DeviceInfo("<mx_id redacted>")
with dai.Device(pipeline, device_info) as device:
mx_id = device.getDeviceInfo().getMxId()
print("Connected to:", mx_id)
print(device.getConnectedCameraFeatures())
Would it help you if I messaged you the MX-ID of the camera in question?
Thanks!