Sensor failed error

Hello,
I have an RT1060 camera that reports a sensor error:
“RuntimeError: Sensor control failed”

image

The error jumps when executing the line:
“sensor.reset()”

I have changed the sensor and keeps throwing the same error.
I have also reloaded the firmware correctly, but haven’t solved the issue .
Is there anything I can do?
Regards

Hi, can you post a picture of your setup and your code?

import sensor

Will fail if the sensor is not found. sensor.reset() generally doesn’t fail if you can import the sensor. The sensor control failed error typically comes up from a pixformat/resolution combo we cannot support in the driver.