It looks like the issue was a reversed power and ground wire on my magnetic filament monitor.
Best posts made by kiendeleo
-
RE: I think I got a defective tool board
-
RE: New experimental DuetPi Bookworm builds available
@chrishamm okay, I just wanted to submit the bug
-
RE: Motion Webcam Server Plugin apparmor Error
@phaedrux I didn't find that forum post when I searched for this error, weird. Thank you for your help.
This was the fix:
@chrishamm said in MotionWebcamServer plugin - Missing library:@adammhaile @luckyflyer Very odd, it looks like something changed because this definitely worked for me before on another image. The problem is indeed that motion cannot open
/opt/vc/lib/libvchiq_arm.so
. To fix this, you can edit/etc/apparmor.d/dsf.MotionWebcamServer
and insert a new line below/usr/local/lib
...:/opt/vc/lib/** rm,
Then reboot the Pi or run
sudo apparmor_parser -r /etc/apparmor.d/dsf.MotionWebcamServer
and you should be able to start the plugin from DWC.It looks like there is also an issue with Motion's custom log file location for permission:
motion[1762]: [0:motion] [EMG] [ALL] motion_startup: Exit motion, cannot create log file /var/log/motion/motion.log: Permission denied
This is an optional configuration item though so the short-term fix is to just disable the feature.
-
RE: Will Duet support Raspberry Pi 5?
@jay_s_uk I didn't know that existed; I will try that...