Motion Sensors Required

I’m trying working with ZED 2i cameras for body tracking and object detection. I want to use them with Python. But when I start the python program for ZED, it stops showing the message “MOTION SENSORS REQUIRED”. Did someone encounter the same problem? And if yes, did you resolve it?

I am following tutorials provided by Stereolabs, first ones go perfectly, so the camera is recognized. But when I try the Body Tracking tutorial, terminal, after recognizing the ZED camera, stops with the message “MOTION SENSORS REQUIRED”. The fact is this problem occurs only in some devices; in another device, the python code works. So it’s not an HW problem.

Hello,

The message “MOTION SENSORS REQUIRED” can reveal that your USB connection has issue. The ZED camera uses both USB2 and USB3. Maybe you have a faulty USB cable or port.

Antoine