Closed lida2003 closed 1 month ago
bullseye + raspberry pi 3b+ tested OK.
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
There is no below omx encoder issue:
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_omx))
[h264_omx @ 0x9d68c0] libOMX_Core.so not found
[h264_omx @ 0x9d68c0] libOmxCore.so not found
Test environment:
Error when install:
I got below error when install from RasPi2-3-4-5-deploy.sh
Root cause for the issue:
The problem is here
pip3 install
:ID=raspbian
VERSION_CODENAME=bookworm
https://github.com/stephendade/Rpanion-server/blob/377423757e0c2151994dd9b02f0d7a191c15e122/deploy/install_common_libraries.sh#L26-L32
Here is a simple fix, which need to be further tested with other board/system: