Does picamera work on Ubuntu 20.04 arm64?
I am on pi4 4gb.
- Added
start_x=1to/boot/firmware/usercfg.txtand rebooted. Checked for updates. pip3 install picamera- ok.
When import picamera is called, I get:
OSError: libbcm_host.so: cannot open shared object file: No such file or directory
I searched for libbcm_host.so and could not find anything. sudo ldconfig -v | grep libbcm did not return any results. I also searched /usr/lib/ and /usr/local/lib/.
Thank you!