MichaIng
MichaIng
Probably somehow related to #2404. But the mask file is actually stored only when saving camera settings, AFAIK, so not sure how it can permanently change. It is definitely not...
I can replicate it. Just attached a test drive and mounted its filesystem. It appears in `fdisk` output as well as in `/dev/disk/by-id/` (which are both used by motionEye to...
You need to grant the `motion` user or group write access to that directory. Ah, probably this is even the issue, that it only considers partitions it has write access...
You need to run those commands with the mount point of the flash drive as argument. Should be obvious, but from the order you write things, it sounds like you...
Ah, I see you use 0.42.1, please switch to 0.43.1 and try again: https://github.com/motioneye-project/motioneye?tab=readme-ov-file#installation And verify that the motion user or group has at least execute permissions on any parent...
Which version of motionEye did you use? `motioneye.eo` is a different project, deprecated to my knowledge, as it has been merged here.
It is a mismatch between some Python module versions, the `tornado` package in particular. `class HTTPHeaders(collections.MutableMapping)` is wrong in Python 3.10, should be `class HTTPHeaders(collections.abc.MutableMapping)` instead. I guess it was...
Ah, I misunderstood, not a baseboard for the CM4 but a module for CM4 baseboards 😄. Hmm, they offer dedicated images with HDMI output or DSI output enabled. The SoC...
Where can I find the source code for the kernel and U-Boot builds of these images? Probably I am blind 😄.
But those are only the device tree sources. What about the kernel itself? EDIT: Ah, you just filtered the list, so it is likely all kernel sources. Is there no...