http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.tar.gz
[xscreensaver] / driver / xscreensaver-getimage-video
index 3a8b59c7fc1f91243f8be0647f4d98a00babbf0a..468bf3afc1f2615b0c4923792a9c8ae68c13f622 100755 (executable)
@@ -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.