Your message dated Tue, 18 Apr 2006 19:32:33 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357907: fixed in xscreensaver 4.24-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xscreensaver
Version: 4.23-4
Severity: normal
Tags: patch

Hi!

I have a webcam working with the spca5xx driver. To grab an image from my
webcam, xscreensaver-getimage-video calls streamer.

By the way it is called in xscreensaver-getimage-video, streamer only grabs
the very first frame sent by the webcam. But as there is a hardware automatic
brightness adjustment made by the webcam, the first frame sent is black...
and it takes 2 seconds before having a correct image!

I made a quick hack in xscreensaver-getimage-video that enables taking
the picture 2 seconds after the webcam has been enabled.

I don't know if this issue is really specific to my hardware, but maybe
xscreensaver should have an option to ask after how many seconds the picture
should be grabbed. Or maybe can/should this be handled by the spca5xx driver?

Ask me if if you need more information, screenshots, etc...

Cheers,
-- 
Steph


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (970, 'stable'), (950, 'unstable'), (930, 
'experimental'), (890, 'breezy'), (870, 'dapper'), (500, 'dapper-updates'), 
(500, 'dapper-security'), (500, 'dapper-backports'), (500, 'breezy-updates'), 
(500, 'breezy-security'), (500, 'breezy-backports')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0              1.10.3-1        The ATK accessibility toolkit
ii  libc6                    2.3.6-3         GNU C Library: Shared libraries an
ii  libcairo2                1.0.2-3         The Cairo 2D vector graphics libra
ii  libfontconfig1           2.3.2-1.1       generic font configuration library
ii  libglade2-0              1:2.5.1-2       library to load .glade files at ru
ii  libglib2.0-0             2.10.1-1        The GLib library of C routines
ii  libgtk2.0-0              2.8.13-1        The GTK+ graphical user interface 
ii  libice6                  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libjpeg62                6b-12           The Independent JPEG Group's JPEG 
ii  libpam0g                 0.79-3.1        Pluggable Authentication Modules l
ii  libpango1.0-0            1.12.0-0ubuntu1 Layout and rendering of internatio
ii  libsm6                   6.9.0.dfsg.1-4  X Window System Session Management
ii  libx11-6                 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1              1.1.3-1         X cursor management library
ii  libxext6                 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6                   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1             6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2                  2.6.23.dfsg.2-2 GNOME XML library
ii  libxmu6                  6.9.0.dfsg.1-4  X Window System miscellaneous util
ii  libxpm4                  6.9.0.dfsg.1-4  X pixmap library
ii  libxrandr2               6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1              1:0.9.0.2-1     X Rendering Extension client libra
ii  libxt6                   6.9.0.dfsg.1-4  X Toolkit Intrinsics
ii  libxxf86misc1            6.9.0.dfsg.1-4  X miscellaneous extensions library
ii  libxxf86vm1              6.9.0.dfsg.1-4  X Video Mode selection library
ii  zlib1g                   1:1.2.3-9       compression library - runtime

Versions of packages xscreensaver recommends:
pn  libjpeg-progs                 <none>     (no description available)
ii  perl [perl5]                  5.8.8-2    Larry Wall's Practical Extraction 
ii  wamerican [wordlist]          6-2        American English dictionary words 
ii  xloadimage                    4.1-16     Graphics file viewer under X11

-- no debconf information
--- xscreensaver-4.23/driver/xscreensaver-getimage-video        2005-02-23 
02:01:41.000000000 -0800
+++ /usr/bin/xscreensaver-getimage-video        2006-03-19 22:54:06.000000000 
-0800
@@ -34,6 +34,8 @@
 my $verbose = 0;
 
 my $tmpdir  = $ENV{TMPDIR} || "/tmp";
+my $tmpfile1 = sprintf ("%s/xssgv01.ppm", $tmpdir, rand(0xFFFFFFFF));
+my $tmpfile3 = sprintf ("%s/xssgv03.ppm", $tmpdir, rand(0xFFFFFFFF));
 my $tmpfile = sprintf ("%s/xssgv.%08x.ppm", $tmpdir, rand(0xFFFFFFFF));
 
 
@@ -45,6 +47,7 @@
 # If you add other programs to this list, please let me know!
 #
 my @programs = (
+  "streamer -a -t3 -r1 -o $tmpfile1; mv $tmpfile3 $tmpfile",           # XawTV 
after 2 sec
 
   "bttvgrab -d q -Q -l 1 -o ppm -f $tmpfile",  # BTTV
   "qcam > $tmpfile",                           # Connectix Qcam

--- End Message ---
--- Begin Message ---
Source: xscreensaver
Source-Version: 4.24-2

We believe that the bug you reported is fixed in the latest version of
xscreensaver, which is due to be installed in the Debian FTP archive:

xscreensaver-gl_4.24-2_i386.deb
  to pool/main/x/xscreensaver/xscreensaver-gl_4.24-2_i386.deb
xscreensaver_4.24-2.diff.gz
  to pool/main/x/xscreensaver/xscreensaver_4.24-2.diff.gz
xscreensaver_4.24-2.dsc
  to pool/main/x/xscreensaver/xscreensaver_4.24-2.dsc
xscreensaver_4.24-2_i386.deb
  to pool/main/x/xscreensaver/xscreensaver_4.24-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Hildebrandt <[EMAIL PROTECTED]> (supplier of updated xscreensaver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 11 Apr 2006 11:00:43 +0100
Source: xscreensaver
Binary: xscreensaver xscreensaver-gl
Architecture: source i386
Version: 4.24-2
Distribution: unstable
Urgency: low
Maintainer: Ralf Hildebrandt <[EMAIL PROTECTED]>
Changed-By: Ralf Hildebrandt <[EMAIL PROTECTED]>
Description: 
 xscreensaver - Automatic screensaver for X
 xscreensaver-gl - GL(Mesa) screen hacks for xscreensaver
Closes: 313492 357907 361686
Changes: 
 xscreensaver (4.24-2) unstable; urgency=low
 .
   * apply patch "xscreensaver-getimage-video: the first video frame should not 
always be grabbed" (closes: #357907)
   * fix pong manpage typos (closes: #361686)
   * apply patch "xscreensaver-4.16-sanitize-hacks.patch" (closes: #313492)
Files: 
 64f6d249e52ae44b864c2ad386bf6fd0 1046 x11 optional xscreensaver_4.24-2.dsc
 eb6f73c37de896b14af5e71fc52acaf4 107169 x11 optional 
xscreensaver_4.24-2.diff.gz
 01dc0e9a407e02454bd3d53c462e43cd 3918868 x11 optional 
xscreensaver_4.24-2_i386.deb
 c61ae30ad624a2176c8253779599e60f 3414848 x11 optional 
xscreensaver-gl_4.24-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFERZsVipBneRiAKDwRAr4YAJ4nIDY2HWokgpOi9Loi878KoUS7lwCfWSAk
G8j69tmO2j1Vw4aYk2373z4=
=ZHHZ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to