ZED-X Mini Python INVALID RESOLUTION

Hello,

When I want to start a python script (e.g. camera_control.py) with the new ZED-X Mini, I get the error “INVALID RESOLUTION”. I have installed zedsdk 4.0.3 and also python-api 4.0. All cpp examples work without problems and also the “ZED_Depth_Viewer” finds the ZED-X Mini correctly.

By the way, the same python script (camera_control.py) works without problems with the ZED2i via usb.

Are the new X cameras not yet supported in the python wrapper?

Thank you!

Hi,

The cameras are supported by the python wrapper. This seems like a bug.
Are you using the latest version of camera_control.py ? If so, just open the code and change the resolution. sl.RESOLUTION.AUTO will do the trick, or any resolution that is compatible with ZED X Mini.

Thanks! Changing the resolution once fixed it.