Skip to content

Can't get motion to run on Raspberry pi OS bookworm #1786

Answered by Mr-Dave
micksulley asked this question in Q&A
Discussion options

You must be logged in to vote

This is a libcamera package/dependency problem and on my PI's it works without any modifications to the config.txt file.

Simply ensure that all the packages are installed as listed here i.e.

sudo apt-get install autoconf automake autopoint build-essential pkgconf libtool libzip-dev libjpeg-dev git libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavdevice-dev libwebp-dev gettext libmicrohttpd-dev libcamera-tools libcamera-dev libcamera-v4l2

and also make sure the rest of the system is up to date. i.e.

sudo apt update
sudo apt-dist-upgrade.

Making sure to repeat the above as needed multiple time as well as invoking any remove packages indicated by apt

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@micksulley
Comment options

Answer selected by micksulley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1785 on July 14, 2024 06:30.