Results 2858 comments of MichaIng

Strange, are there any errors reported? ```sh journalctl -u motioneye ```

Ah right, you are using the Python 2 version, which contains a nowadays buggy check for `vcgencmd get_camera` output, so not the one I posted above. Sorry I should have...

Is this Raspberry Pi OS 64-bit (`aarch64`) or 32-bit (`armv7l`)? ```sh uname -m ``` If it's 64-bit, you need to install the additional development headers, which can be skipped only...

Not yet. Based on other reports the existing /dev/videoN devices cannot be added as V4L2 camera. I guess we'd need to add support for libcamera tools.

Many thanks for your request. I see the idea behind it, but how far I can think about it, it seems to be quite complicate to implement since motionEye supports...

Ah so we could have a look into how OctoPrint implemented it to not reinvent it from scratch, that is good.

I also would have assumed that an RPi 4 is able to handle it. What I'm not sure about is whether there is transcoding and possible disk writes implied in...

The Raspberry Pi APT repository ships an own FFmpeg build which should server hardware acceleration: https://archive.raspberrypi.org/debian/pool/main/f/ffmpeg/ But I'm whether Home Assistant OS uses this build as well, or an own...

> Where can I find out the disk writes? Via "Setup" (F2) > "Columns" you can add current per-process disk reads, writes and overall I/O to the list. But there...

If it is a network camera, can't you add the exact URL you use in motionEye in VLC as well? I'm not sure whether network is the limiting factor, with...