Web cam logitech ID 046d:092f QuickCam Express Plus can't connecte

Camera model
ID 046d:092f Logitech, Inc. QuickCam Express Plus
What is the problem?
can't capture image

What did you already try to solve it?
change Config to

  • "-r 640x480 -f 10 -y"
  • -r 640x480 -f 10 "
  • "-r VGA -f 10 -y"
  • -r VGA -f 10 "

Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)

--- Configuration: ----------------------------
Nov 15 13:50:00 octopi webcamd[293]: cfg_file:      /boot/octopi.txt
Nov 15 13:50:00 octopi webcamd[293]: camera:        auto
Nov 15 13:50:00 octopi webcamd[293]: usb options:   -r VGA -f 10 -y
Nov 15 13:50:00 octopi webcamd[293]: raspi options: -fps 10
Nov 15 13:50:00 octopi webcamd[293]: http options:  -w ./www-octopi -n
Nov 15 13:50:00 octopi webcamd[293]: Explicitly USB device:
Nov 15 13:50:00 octopi webcamd[293]: -----------------------------------------------
Nov 15 13:50:00 octopi webcamd[293]: Found video devices:
Nov 15 13:50:00 octopi webcamd[293]: /dev/video0
Nov 15 13:50:00 octopi webcamd[293]: /dev/video10
Nov 15 13:50:00 octopi webcamd[293]: /dev/video11
Nov 15 13:50:00 octopi webcamd[293]: /dev/video12
Nov 15 13:50:00 octopi webcamd[293]: config file='/boot/octopi.txt':USB device was not set in options, start MJPG-streamer with the first found video device: /dev/video0
Nov 15 13:50:00 octopi root[396]: Starting USB webcam
Nov 15 13:50:00 octopi webcamd[293]: <13>Nov 15 13:50:00 root: Starting USB webcam
Nov 15 13:50:00 octopi webcamd[293]: Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n -i input_uvc.so -r VGA -f 10 -y -d /dev/video0
Nov 15 13:50:00 octopi mjpg_streamer[397]: MJPG-streamer [397]: starting application
Nov 15 13:50:00 octopi webcamd[293]: MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
Nov 15 13:50:00 octopi mjpg_streamer[397]: MJPG-streamer [397]: MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
Nov 15 13:50:01 octopi webcamd[293]:  i: Using V4L2 device.: /dev/video0
Nov 15 13:50:01 octopi webcamd[293]:  i: Desired Resolution: 640 x 480
Nov 15 13:50:01 octopi webcamd[293]:  i: Frames Per Second.: 10
Nov 15 13:50:01 octopi webcamd[293]:  i: Format............: YUYV
Nov 15 13:50:01 octopi webcamd[293]:  i: JPEG Quality......: 80
Nov 15 13:50:01 octopi webcamd[293]:  i: TV-Norm...........: DEFAULT
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: Using V4L2 device.: /dev/video0
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: Desired Resolution: 640 x 480
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: Frames Per Second.: 10
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: Format............: YUYV
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: JPEG Quality......: 80
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: TV-Norm...........: DEFAULT
Nov 15 13:50:01 octopi webcamd[293]:  i: The specified resolution is unavailable, using: width 352 height 288 instead
Nov 15 13:50:01 octopi webcamd[293]:  i: Could not obtain the requested pixelformat: YUYV , driver gave us: RGB3
Nov 15 13:50:01 octopi webcamd[293]:     ... will try to handle this by checking against supported formats.
Nov 15 13:50:01 octopi webcamd[293]: Init v4L2 failed !! exit fatal
Nov 15 13:50:01 octopi webcamd[293]:  i: init_VideoIn failed
Nov 15 13:50:01 octopi mjpg_streamer[397]: MJPG-streamer [397]: init_VideoIn failed
Nov 15 13:50:01 octopi webcamd[293]: Done bring up all configured video device
Nov 15 13:50:01 octopi webcamd[293]: Goodbye...
Nov 15 13:50:01 octopi systemd[1]: webcamd.service: Succeeded.
Nov 15 13:50:01 octopi systemd[1]: Started the OctoPi webcam daemon with the user specified config.
Nov 15 13:50:02 octopi systemd[1]: webcamd.service: Service RestartSec=100ms expired, scheduling restart.
Nov 15 13:50:02 octopi systemd[1]: webcamd.service: Scheduled restart job, restart counter is at 1.
Nov 15 13:50:02 octopi systemd[1]: Stopped the OctoPi webcam daemon with the user specified config.
Nov 15 13:50:02 octopi systemd[1]: Starting the OctoPi webcam daemon with the user specified config...
Nov 15 13:50:02 octopi webcamd[429]: Starting up webcamDaemon...

Additional information about your setup (OctoPrint version, OctoPi version, ...)

Hint logs, in blue, is a link. Click it, and it will tell you where to find them :wink:

When you say 'can't capture image', do you mean that the webcam stream in OctoPrint does not work, or something else trying to take a picture? You can only do one thing at a time.

1 Like

@Locatelli_Tony By the looks of it, your camera's resolution is 352 x 288 max, so that would be the first thing to fix - you can't get a higher resolution like 640x480. You also need to remove the -y since the log is saying your camera doesn't support that resolution.
Try running with this config:
-r 352x288 -f 10
And then if it does not work, grab the logs again.

Hi Charlie,
First thanks for your time and your help
I have try the new config without succes there is the log

Nov 15 14:53:54 octopi root[549]: Starting USB webcam
Nov 15 14:53:54 octopi webcamd[526]: <13>Nov 15 14:53:54 root: Starting USB webcam
Nov 15 14:53:54 octopi webcamd[526]: Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n -i input_uvc.so -r 352x288 -f 10 -d /dev/video0
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: starting application
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
Nov 15 14:53:54 octopi webcamd[526]: MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
Nov 15 14:53:54 octopi webcamd[526]: i: Using V4L2 device.: /dev/video0
Nov 15 14:53:54 octopi webcamd[526]: i: Desired Resolution: 352 x 288
Nov 15 14:53:54 octopi webcamd[526]: i: Frames Per Second.: 10
Nov 15 14:53:54 octopi webcamd[526]: i: Format............: JPEG
Nov 15 14:53:54 octopi webcamd[526]: i: TV-Norm...........: DEFAULT
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: Using V4L2 device.: /dev/video0
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: Desired Resolution: 352 x 288
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: Frames Per Second.: 10
Nov 15 14:53:54 octopi webcamd[526]: i: Could not obtain the requested pixelformat: MJPG , driver gave us: RGB3
Nov 15 14:53:54 octopi webcamd[526]: ... will try to handle this by checking against supported formats.
Nov 15 14:53:54 octopi webcamd[526]: Init v4L2 failed !! exit fatal
Nov 15 14:53:54 octopi webcamd[526]: i: init_VideoIn failed
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: Format............: JPEG
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: TV-Norm...........: DEFAULT
Nov 15 14:53:54 octopi mjpg_streamer[550]: MJPG-streamer [550]: init_VideoIn failed
Nov 15 14:53:55 octopi webcamd[526]: Done bring up all configured video device
Nov 15 14:53:55 octopi webcamd[526]: Goodbye...
Nov 15 14:53:55 octopi systemd[1]: webcamd.service: Succeeded.
Nov 15 14:53:55 octopi systemd[1]: Started the OctoPi webcam daemon with the user specified config.
Nov 15 14:53:55 octopi systemd[1]: webcamd.service: Service RestartSec=100ms expired, scheduling restart.
Nov 15 14:53:55 octopi systemd[1]: webcamd.service: Scheduled restart job, restart counter is at 5.
Nov 15 14:53:55 octopi systemd[1]: Stopped the OctoPi webcam daemon with the user specified config.
Nov 15 14:53:55 octopi systemd[1]: webcamd.service: Start request repeated too quickly.
Nov 15 14:53:55 octopi systemd[1]: webcamd.service: Failed with result 'start-limit-hit'.
Nov 15 14:53:55 octopi systemd[1]: Failed to start the OctoPi webcam daemon with the user specified config.

Hmm, so after a little searching for the format the driver is providing:

It seems that mjg_streamer just doesn't support this camera, it is a very edge case and so no one can implement it. Strange that it does not support YUV mode too, but hey.

You'll need a different camera, or a different streaming platform for this to work. A 720p USB webcam is not that expensive, it doesn't need to be HQ.

Ok, I understand, Thnks or your help i will change it.

1 Like