We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing like the quick start guide mentions (libcamera_dev, libcamera_apps and the driver (here imx519) i can't open a stream anymore.
libcamera-vid -t 0 --width 1920 --height 1080 --codec h264 --inline --listen -o tcp://0.0.0.0:8888
gives
libcamera-vid: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
any ideas why/how to solve the problem? libcamera-still -t 5000 -n -o test.jpg just works fine
newest raspberry os lite (bullseye) on raspberry pi zero2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing like the quick start guide mentions (libcamera_dev, libcamera_apps and the driver (here imx519) i can't open a stream anymore.
libcamera-vid -t 0 --width 1920 --height 1080 --codec h264 --inline --listen -o tcp://0.0.0.0:8888
gives
libcamera-vid: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
any ideas why/how to solve the problem? libcamera-still -t 5000 -n -o test.jpg just works fine
newest raspberry os lite (bullseye) on raspberry pi zero2
The text was updated successfully, but these errors were encountered: