From owner-freebsd-multimedia Wed Feb 26 20:04:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA00834 for multimedia-outgoing; Wed, 26 Feb 1997 20:04:23 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA00826 for ; Wed, 26 Feb 1997 20:04:19 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 26 Feb 1997 23:00:17 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA28222; Wed, 26 Feb 97 23:00:15 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA24121; Wed, 26 Feb 1997 22:57:49 -0500 Message-Id: <19970226225749.11344@ct.picker.com> Date: Wed, 26 Feb 1997 22:57:49 -0500 From: Randall Hopper To: "Louis A. Mamakos" , Amancio Hasty Cc: multimedia@FreeBSD.org Subject: Draggable DTV References: <199702240640.WAA00896@rah.star-gate.com> <199702252314.SAA05959@whizzo.transsys.com> <19970225221649.20749@ct.picker.com> <199702260436.XAA08859@whizzo.transsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 In-Reply-To: <199702260436.XAA08859@whizzo.transsys.com>; from Louis A. Mamakos on Feb 02, 1997 at 11:36:46PM Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk A draggable/stretchable version of dtv can be had at: http://users.multiverse.com/~rhh/dtv This is Amancios version with the grabs removed, drag/stretch added, a few new command line options (width, height, brightness), and 555 16bpp support. Its still a bit rough as it exposes a few driver problems. Occasionally reconfiguring the driver parameters will freeze my system. More frequently, stopping and restarting continuous capture doesn't actually restart it (mailed you this Monday Amancio). But the speed is very impressive -- just a few rough spots to work over yet. :-) BTW Amancio, I noticed in the driver it checks the capture width/height to verify that they're even numbers in the range 2..1022/2..2046, but the compute code in there assumes the Bt limits of 640x480 NTSC for two-field and 640x240 for odd/even field. You might want to update the ioctl range checks for the next rev. Randall