You just need to preload the v4l1compat lib, make a wrapper for your browser that contains
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
and your webcam should work just fine.
Type: Posts; User: Grifter; Keyword(s):
You just need to preload the v4l1compat lib, make a wrapper for your browser that contains
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
and your webcam should work just fine.
Forgive my ignorance, but couldn't this be done with a pseudo-filesystem like /proc, doing changes on the fly, while writing a hardcopy alternative xorg.conf whenever a change is made, ensuring a...