Thread v4l: ein Bild von Webcam auf platte bannen (4 answers)
Opened by phpzaur at 2007-05-13 20:56

PerlProfi
 2007-05-13 21:37
#76682 #76682
User since
2006-11-29
340 Artikel
BenutzerIn
[default_avatar]
Binde in deinem Skript mal warnings mit ein.

Bist du dir sicher das deine Kamera eine Breite von 320px und eine Höhe von 240px unterstützt ?
Quote
Code: (dl )
1
2
3
4
    my $vcap = Video::Capture::V4l::Imager->new(
width => 320,
height => 240,
);

Note that this call will fail if your video camera doesn't support the specified width and height setting.


An welcher Stelle hast du das calibrate() in deinem code eingefügt ?

MfG

View full thread v4l: ein Bild von Webcam auf platte bannen