guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.48k stars 367 forks source link

Novatek (Victure AC800) camera now working #716

Open paquo1964 opened 3 years ago

paquo1964 commented 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"

guysoft commented 3 years ago

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