Open HD78 opened 9 months ago
I have a webcam like this: (130 deg model) https://www.aliexpress.com/item/1005005249688226.html
lsusb list it as: ID 1bcf:0b09 Sunplus Innovation Technology Inc.
It might show picture intermittently only for a short while after boot. Adding this to /boot/octopi.txt fixed the issue: additional_brokenfps_usb_devices=("1bcf:0b09")
Cool, youban add a pull request for it. And it would work in future versions
Here: https://github.com/guysoft/OctoPi/blob/devel/src/modules/octopi/filesystem/home/root/bin/webcamd#L18
I have a webcam like this: (130 deg model) https://www.aliexpress.com/item/1005005249688226.html
lsusb list it as: ID 1bcf:0b09 Sunplus Innovation Technology Inc.
It might show picture intermittently only for a short while after boot. Adding this to /boot/octopi.txt fixed the issue: additional_brokenfps_usb_devices=("1bcf:0b09")