careyer
careyer
In the CLI output it says: "Using the new method of calculating the power demand" (which overshoots by quite a lot). Is there a way to use the "standard method"?...
Hi there, lately when I pull the most recent version of this code and try to embed it into my projects I immediatley get a "segmentation fault" error at runtime....
Hi everyone! I noticed that during runtime quite frequently the error message "reset buffer because of bad Magic Byte" will show up on the CLI. The video stream will keep...
Hey @jc-kynesim , thank you very much for the awesome work you've done here. For days and days I am trying now to build a version of rpi-ffmpeg which features...
Running a Pi3B+ with latest Raspi OS Lite (Bullseye) with ``` motioneye: image: dontobi/motioneye.rpi:latest container_name: "motioneye" restart: unless-stopped ports: - "8765:8765" - "8766:8081" environment: - TZ=${TZ:-Etc/UTC} volumes: - ./volumes/motioneye/etc_motioneye:/etc/motioneye -...