Open paquo1964 opened 3 years ago
First, you have to activate Pi camera in raspi-config.
Adding this line to octopi.txt file solve the issue and camera will work fine.
additional_brokenfps_usb_devices=("0603:8612")
I have also uncommented line:
camera_http_webroot="./www-octopi"
You likely can PR the camera id to here: https://github.com/guysoft/OctoPi/blob/devel/src/modules/octopi/filesystem/home/root/bin/webcamd#L18
First, you have to activate Pi camera in raspi-config.
Adding this line to octopi.txt file solve the issue and camera will work fine.
additional_brokenfps_usb_devices=("0603:8612")
I have also uncommented line:
camera_http_webroot="./www-octopi"