From owner-freebsd-multimedia Sat Apr 18 18:51:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21697 for freebsd-multimedia-outgoing; Sat, 18 Apr 1998 18:51:10 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21659 for ; Sun, 19 Apr 1998 01:51:02 GMT (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id SAA00573; Sat, 18 Apr 1998 18:50:57 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199804190150.SAA00573@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Randall Hopper cc: Jeremy Porter , multimedia@FreeBSD.ORG Subject: Re: problem capturing video with BT848/Haughpage Win/Tv In-reply-to: Your message of "Sat, 18 Apr 1998 21:42:34 EDT." <19980418214234.B5653@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 Apr 1998 18:50:56 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not so quick. It does matter if it he is running SMP or UP kernels. Cheers, Amancio > 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