Results 2858 comments of MichaIng

In the end we need to rework install instructions and service files to use a venv. I'll close this issue as answered regarding the `break-system-packages` option needed to install anything...

Please paste the motionEye server logs: ```sh journalctl -u motioneye ``` Did you try it with only the USB camera and/or only 1 network camera, to rule out that it...

You can add network cameras in motionEye. Hence if your Android is able to generate an RTSP/netcam/MJPEG stream and is reachable by motionEye at some IP or hostname, you can...

Please check the service logs: ```sh journalctl -u motioneye ```

v0.42.1 is the old version, and the instructions you linked would install v0.43.1b1 and not a container but bare metal. Probably you have two conflicting motionEye instances now, bare metal...

Is this route actually used in NC28? The security headers check was migrated in NC29. Previously `OC.generateUrl('heartbeat')` was used.

I see. Let me check our user survey ... ```console root@dietpi:/home/dietpi-survey/survey# for i in *; do grep -q '\[armv6l\]' "$i" && grep -q '\[108\]' "$i" && echo "$i"; done 02ac1578-a5eb-4099-9d45-MASKED.txt...

This has been fixed with motionEye 0.43.1b2 already, but we currently cannot publish to PyPI, because the original maintainers email needs to be refreshed. Please update it like this for...

An ML-based commit based on `pylint` annotations, IIUC? Let's see. Usually I would use `_` prefix for internal variables as convention? Here it seems a little more creative, based on...

`motion` does not support libcamera. Hence you need to either switch to legacy camera support, and use MMAL driver, or use `libcamerify` to start motionEye with libcamera=>V4L2 API. See some...