I bought a Luxonis OAK-D S2 PoE - Fixed-Focus some time ago at a Dutch reseller.

The camera was built into the machine. But now I'm configuring the camera, and it seems that it's the AF version.

I run the code from described in this post: https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/af_ff/ and I got:
[{socket: CAM_A, sensorName: IMX378, width: 4056, height: 3040, orientation: AUTO, supportedTypes: [COLOR], hasAutofocus: 1, name: color}, {socket: CAM_B, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, name: left}, {socket: CAM_C, sensorName: OV9282, width: 1280, height: 800, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, name: right}]

Did they really ship me the wrong camera? Or could it be something related to firmware?

Thanks for your help!

Update:

I changed the focus manually, but it made no difference in the image. I think the printed device information is incorrect.

    Hi fredrik ,
    I believe the calibration itself is incorrect. In latest develop we have added cameraFeature.hasAutofocusIC() which queries whether the CCM actually is AF (not reading from calibration):
    luxonis/depthai-pythona1c01da