http://img.geeksfactory.de/i/raphael/webcam%20(1).jpg
and
https://twitter.com/_rami_/status/23097 ... to/1/large
Fractions of the pictures indeed are how my desk looks like from where the camera is, but they're not really what I aimed to achieve.
The Webcam is a Logitech QuickCam Communicate STX, and the pictures are grabbed with video4linux, it doesn't matter whether I use
Code: Select all
ffmpeg -f video4linux2 -s 640x480 -r 1 -i /dev/video0 -vframes 1 -f image2 webcam.jpgCode: Select all
sudo vgrabbj -q 100 -i vga -o jpg -f webcam.jpg -e -d /dev/video0Does anyone know this problem or has an idea how to fix it?
