This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Replies: 2 comments
-
vfat does not support ":" character in filenames. |
Beta Was this translation helpful? Give feedback.
0 replies
-
To add to the former commentor if this is still an issue: you should change the output name in you
to avoid the ':' in your filenames. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Raspberry Pi 4+, 8GB RAM, Bullseye 64bit, Kernel 6.1
MotionPlus 0.1.1-1_arm64, installed via gdebi-core
RPi Cam V2 and USB camera
First off, thank you for building and supporting this great bit of software. I've learned a lot in the process of getting my Pi/cameras/MotionPlus up and running. One thing that is stumping me is saving the movie files that MotionPlus creates to a storage SD card. I boot my Pi from a USB flash drive because I was told it boots quicker that way. I want to save the video files to an SD card because my Pi will be built into my truck's dash and inaccessible; the SD card will be on an extension that is more easily accessible. I have had no luck in convincing MotionPlus to save files to the SD card. Everything works great when I save files to /home/[pi]/motionplus, but as soon as I change the target directory to /media/[SDcard], MotionPlus has errors.
I have opened up permissions to Anyone for the SD card, I edited my fstab to lock in the SD card location and edit permissions, I used fstab to bind the SD card to the /home/[pi]/motionplus directory. I formatted the SD with the Pi and can manually add/view/remove files from it.
I run MotionPlus as its own user which starts fine at boot, or manually with "sudo systemctl..."
My fstab
A script to keep only the newest four files in the target directory. This works fine.
My most recent failed attempt log, saving to /media/[SDcard], manually started and stopped.
My most recent successful log, saving to /home/[pi], manually started and still running just fine.
Thank you for any guidance.
Beta Was this translation helpful? Give feedback.
All reactions