3

Using LMDE4 on Aspire 5630-6091, with with 046d:0896 Logitech Orbicam (gspca_vc032x driver), the webcam works fine in softwares like cheese or guvcview. But it does not work when trying to use Firefox or Google Chrome in sites like Google Meet or webcamtests.com . Chrome does not even find the camera. Firefox, find the camera (webcamtests.com), lists it, but does not play (the message is shown: "AbortError: Starting video failed"). I allowed Firefox to use the camera when asked.

muru
  • 69,900
  • 13
  • 192
  • 292
wilsonfoz
  • 151
  • 1
  • 5

1 Answers1

2

The problem was solved with the solution shared by javier.punche.

After install the packages v4l-conf v4l-utils v4l2ucp v4l2loopback-utils v4l2loopback-dkms, it is necessary to launch the browser preceeded by LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so

Example:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/chromium

It worked in Firefox too.

muru
  • 69,900
  • 13
  • 192
  • 292
wilsonfoz
  • 151
  • 1
  • 5