Cannot get motion 5.0 working #1879
Replies: 1 comment
-
I've been experimenting with motion 5 on a Pi5 with bookworm, libcamera and an arducam Pivariety B0333 (IMX462) camera and I succeeded in getting a good build. For the documentation, I used the information in the doc directory of the motion github. I installed the 16 bit (armhf) desktop version of bookworm on the pi5. I had issues with the current 64 version of bookworm with libcamera and my camera so I downgraded to the 16 bit version. The bookworm lite version did not work in my prior tests so I used the desktop version of bookworm (not the full image). I did the steps you described to build and install the V5 version of the motion deb file. After the install I did the following steps:
In motion.conf I set In camera.conf I commented out the Because my camera uses libcamera and that requires i2c I had to run I ran I also ran I ran Next I checked Then I went to My full setup is more complex, but I used these steps while getting everything to work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, wondering if someone can point me in the right direction. I followed the directions per the motion build guide to create and install from a custom deb package.
wget https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/builddeb.sh
2>/dev/null
on lines 32, 33, and 35 to suppress error output on my system that does not have LSB modules installed.chmod +x
and ran scriptsudo gdebi {deb package name}
Great, it looks like it completed successfully and the following notes are displayed from the script output:
This is where I am getting lost, and I'm a little confused as to which guide I need to be following. I've been playing around with the configs a bit but I cannot for the life of me figure out how to get it working. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions