ArduCAM / ArduCAM_USB_Camera_Shield

This is the repository for ArduCAM USB Camera Shield
126 stars 69 forks source link

Ret=65281 on Python3.7.9 #150

Closed PietroGriffa closed 3 years ago

PietroGriffa commented 3 years ago

I'm trying to run the python demos for Linux, on a camera with configuration USB3.0_UC-425_Rev.C+UC-628_Rev.B/OV7251, and a ret value of 65281 is constantly returned. I previously tested the board on Windows, and everything worked fine.

I noticed the same ret value was returned when newer versions of Python were not supported (https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield/issues/133#issue-551736147), but from commit fe8ff6bea7d02a99502641e5bf3658468bc93330 this should not be a problem anymore, is that correct?

Any suggestion on how to tackle the problem?

PS: the function ArducamSDK.Py_ArduCam_scan() correctly identifies the one device connected.