X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fxscreensaver-getimage-video;h=468bf3afc1f2615b0c4923792a9c8ae68c13f622;hp=3a8b59c7fc1f91243f8be0647f4d98a00babbf0a;hb=ccb7f4903325f92555a9722bba74b58346654ba0;hpb=0d6b320def9180cf907ceaed56b23a972a11b757 diff --git a/driver/xscreensaver-getimage-video b/driver/xscreensaver-getimage-video index 3a8b59c7..468bf3af 100755 --- a/driver/xscreensaver-getimage-video +++ b/driver/xscreensaver-getimage-video @@ -29,7 +29,7 @@ use diagnostics; use strict; my $progname = $0; $progname =~ s@.*/@@g; -my $version = q{ $Revision: 1.14 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; +my $version = q{ $Revision: 1.16 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; my $verbose = 0; @@ -50,6 +50,8 @@ my @programs = ( "qcam > $tmpfile", # Connectix Qcam "gqcam -t PPM -d $tmpfile", # GTK+ Qcam clone + "v4lctl snap ppm full $tmpfile", # XawTV 3.94. + "streamer -a -s 768x576 -o $tmpfile", # XawTV # the "-a" option ("mute audio") arrived with XawTV 3.76.