Comment 6 for bug 318191

Revision history for this message
Dieter Deiss (flip) wrote :

Easy workaround is to load v4l1-compat:

#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so webcam-server -d /dev/video0 ...

Hope this helps someone.
Anyway, webcam-server needs to be updated to be compatible with the current v4l2!
I tried to Contact author with no success.