Logitech brio 4k

Camera model
Logitech Brio 4K
What is the problem?
no feed
What did you already try to solve it?
i tried editing the octopi.txt file addind -y and changing res and fps. also i set the webcam autodetect to usb only

i just need the camera to have timelapse of the prints and live feed to monitor status of prints.
i cant get it to work as i am not really experienced with raspberry/linux, if someone could just share some knowledge i would apprecieate very mutch

in the webcamd.log i get the following

<13>Feb 16 19:00:15 pi: Starting USB webcam
Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n -i input_uvc.so -r 1920X1080 -f 20 -y -d /dev/video10
MJPG Streamer Version: git rev: ddb69b7b4f114f3c2ca01adf55712792ca8aed43
Invalid height/width '1920X1080' specified!
Found video devices:
/dev/video10
/dev/video11
/dev/video12
USB device was not set in options, start MJPG-streamer with the first found video device: /dev/video10
/root/bin/webcamd: line 92: printf: 0x: invalid hex number
/root/bin/webcamd: line 92: printf: 0x: invalid hex number
<13>Feb 16 19:00:45 pi: Starting USB webcam
Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n -i input_uvc.so -r 1920X1080 -f 20 -y -d /dev/video10
MJPG Streamer Version: git rev: ddb69b7b4f114f3c2ca01adf55712792ca8aed43
Invalid height/width '1920X1080' specified!

what do i need to modify to make it run properly?

Try a lower case x as in 1920x1080

If that doesn't work zip your octopi.txt and upload it here :slight_smile:

that seemed to do something as it now recognizes the resolution but in turn i get this in the log and still no video feed:

<13>Feb 17 17:43:25 pi: Starting USB webcam
Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n -i input_uvc.so -r 1920x1080 -f 20 -y -d /dev/video10
MJPG Streamer Version: git rev: ddb69b7b4f114f3c2ca01adf55712792ca8aed43
i: Using V4L2 device.: /dev/video10
i: Desired Resolution: 1920 x 1080
i: Frames Per Second.: 20
i: Format............: YUYV
i: JPEG Quality......: 80
i: TV-Norm...........: DEFAULT
Error opening device /dev/video10: video capture not supported.
Init v4L2 failed !! exit fatal
i: init_VideoIn failed

edit: after i got this error i ran the lsusb and i noticed no logitech connected so i tried changing usb port and BAM i got feed ! thank you

1 Like

so i was trying to install a touch screen to siplify some operations but as soon as i installed the touch screen the camera stopped working and as i unplugged it, it worked fine. at this point i had a raspberry pi 4 and finally decided to move octoprint on the pi4 and the camera was working fine again until i tried setting up the touch screen ... am i doing something wrong? i am using a kumantech 7" lcd screen. running lsusb i cant see the camera unless i unplug/plug it back in and the screen gets no feed