From owner-freebsd-multimedia Sat Apr 18 18:44:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20113 for freebsd-multimedia-outgoing; Sat, 18 Apr 1998 18:44:50 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA20065 for ; Sun, 19 Apr 1998 01:44:19 GMT (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 18 Apr 1998 21:43:15 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA20900; Sat, 18 Apr 98 21:43:15 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id VAA05719; Sat, 18 Apr 1998 21:42:34 -0400 Message-Id: <19980418214234.B5653@ct.picker.com> Date: Sat, 18 Apr 1998 21:42:34 -0400 From: Randall Hopper To: Jeremy Porter , multimedia@FreeBSD.ORG, Amancio Hasty Subject: Re: problem capturing video with BT848/Haughpage Win/Tv Mail-Followup-To: Jeremy Porter , multimedia@FreeBSD.ORG, Amancio Hasty References: <199804182013.PAA06057@freeside.fc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199804182013.PAA06057@freeside.fc.net>; from Jeremy Porter on Sat, Apr 18, 1998 at 03:13:44PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeremy Porter: |I've gotten my system to be able to display video in a window |with fxtv, but I can't seem to save data. This system is a |AMD K5-133 and doesn't have a lot of horsepower, but that |doesn't seem to be the problem. The save image feature doesn't |work it reports "No frozen image". The freeze image button doesn't |seem to matter here. ... Amancio Hasty: |I think that there may be a problem with fxtv saving non-interlaced images |however with interlaced images it seems to work rather well. No, no problem's ever been reported with freeze-frame of images, single or double field. I suspect this is the "Bt848 driver isn't issuing frame completion signals" problem that I'm helping Alex Nash with now. Look in your -multimedia list mail for the thread labeled: "Re: Bt848: no IRQ". Jeremy, a few questions about your system config to try and nail this down: - FreeBSD version (2.2.6, 3.0-current [how current]) - Is your system SMP? - Fxtv version - Capture Card (e.g. Hauppauge WinTV) - Capture Card Tuner (e.g. Philips FR1236MK2) - dmesg output. E.g.: bktr0: rev 0x11 int a irq 9 on pci0.11.0 Hauppauge WinCast/TV, Philips NTSC tuner, dbx stereo. - Relevent kernel config lines - "fxtv -debug startup" output Finally, please grab the source for Fxtv-0.46 (http://multiverse.com/~rhh/fxtv), and add this line to the top of tvcapture.c::TVCAPTUREFrameDoneSigHdlr(): static void TVCAPTUREFrameDoneSigHdlr() { printf( "Got a frame!\n" ); /* <--- Add this line */ S_frame_done_count++; Then compile fxtv, run it, and freeze a frame. If you don't see: Got a frame! the driver's not issuing signals to Fxtv like it should. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message