CSI camera RPI

  • Hello.

    LibreELEC 11

    CSI camera connected to RPI. How to add to MotionEye that works in Docker.

    Camera not showing up in libreelec system?


    addon Raspberry PI Tools installed



  • Code
    docker pull openhorizon/mjpg-streamer-pi3:latest


    Code
    docker run --restart=always -it -d --privileged -p 8082:8080 openhorizon/mjpg-streamer-pi3 ./mjpg_streamer -o "output_http.so -w ./www" -i "input_raspicam.so -x 640 -y 480 -fps 10 -ex night"