From owner-freebsd-multimedia Mon Mar 23 04:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02066 for freebsd-multimedia-outgoing; Mon, 23 Mar 1998 04:02:37 -0800 (PST) (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 EAA02061 for ; Mon, 23 Mar 1998 04:02:35 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Mar 1998 7:01:18 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA13962; Mon, 23 Mar 98 07:01:17 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA14792; Mon, 23 Mar 1998 07:00:52 -0500 Message-Id: <19980323070051.15733@ct.picker.com> Date: Mon, 23 Mar 1998 07:00:51 -0500 From: Randall Hopper To: John Murray Cc: multimedia@FreeBSD.ORG, Amancio Hasty Subject: Re: fxtv problems Mail-Followup-To: John Murray , multimedia@FreeBSD.ORG, Amancio Hasty References: <19980322122821.15635@ct.picker.com> <199803231155.GAA23442@jmurray.async.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803231155.GAA23442@jmurray.async.vt.edu>; from John Murray on Mon, Mar 23, 1998 at 06:55:42AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Murray: |> If not, next thing: In Fxtv, put a printf at the top of the frame |> completion signal handler (the driver issues this signal): |> |> static void TVCAPTUREFrameDoneSigHdlr() |> { |> + printf( "TVCAPTUREFrameDoneSigHdlr\n" ); |> S_frame_done_count++; |> #ifdef linux |> |> When you freeze a frame, run with direct video disabled, or capture movies, |> you should see one printf per captured frame. My guess is, with your |> current setup, you won't see this (again, no clue why yet). But this'll |> help pin down whether it's a driver or an app bug. | |Well as you predictied that didn't do any thing. I didn't mention befare |but running with direct video disabled dosn't work, but that seems fit |with the other problems. Ok. So the issue is, for your STB card, the driver isn't firing off a "frame-done" signal to the client application when signals are requested by the client. Sounds like this one is a driver issue (Ccing Amancio). Odd, since we have a few STB folks out there I know. Wonder if they've changed something about their board design. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message