ArduCAM / ArduCAM_USB_Camera_Shield

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

ArduCAM_USB_Camera_Shield/Linux_x86/Python/Streaming_demo/ArducamSDK.so: undefined symbol: _Py_ZeroStruct #169

Open nicollegah opened 2 years ago

nicollegah commented 2 years ago

Hi all,

I am trying to run the Streaming_Demo on Ubuntu 21.04 and encounter this error: ArduCAM_USB_Camera_Shield/Linux_x86/Python/Streaming_demo/ArducamSDK.so: undefined symbol: _Py_ZeroStruct

Everything worked fine with Windows 10. I build the config_parser properly and tried running the script both with python 3.8.5 and python 3.7.6. Any ideas what I can do next?

I have a 64bit system so I wonder if that could be an issue.

Thanks a lot

MohamadHalwani commented 1 year ago

Did you solve this issue ? I tried install ArducamSDK (python3 -m pip install ArducamSDK ) But without any luck