picamerax, libbcm_host.so note

tis
Jeff Moe 2022-07-31 22:02:28 -06:00
parent 250051ee47
commit cf5916dd0e
1 changed files with 7 additions and 0 deletions

View File

@ -110,6 +110,13 @@ The `libbcm_host.so` is a (non-libre?) firmware file that is part of Raspberry P
https://github.com/raspberrypi/firmware/blob/master/opt/vc/lib/libbcm_host.so
That error comes from installing `picamerax` on `amd64`, which was added to
`requirements.txt`, but should really just be when on Raspberry Pi.
```
env/lib/python3.10/site-packages/picamerax/bcm_host.py:_lib = ct.CDLL('libbcm_host.so')
```
# Upstream