Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-13 Thread Paul Robertson
Apologies, My last post wasn't meant for the list. -- Paul ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-13 Thread Paul Robertson
6 4.2 The GC is i815, xvinfo reports nothing unusual. What do you think? Any debugging tips appreciated. -- Paul - Original Message - From: "Billy Biggs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 2:50 PM Subject: Re: [Xpert]Using Xv t

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-13 Thread Paul Robertson
- Original Message - From: "Vladimir Dergachev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 12, 2002 8:24 PM Subject: Re: [Xpert]Using Xv to display odd/even fields from a TV camera > > > On Sat, 11 May 2002, Paul Robertson wrote: >

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-12 Thread Vladimir Dergachev
On Sat, 11 May 2002, Paul Robertson wrote: > > > On Fri, 10 May 2002, Paul Robertson wrote: > > > > > > > I have some software which uses Xv to render images acquired from a TV > > > > camera in something like realtime. > > > > Currently we only capture even fields, and we scale the image > ver

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-12 Thread Paul Robertson
From: "Mark Vojkovich" <[EMAIL PROTECTED]> Sent: Saturday, May 11, 2002 10:19 PM > >Mpeg2 supports interleaved content. Looks like crap if you > display it as a weave. We're mostly talking about that on this > list. I think we merely need a standard XvPortAttribute hint > to tell the Xv

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-11 Thread Mark Vojkovich
On Sat, 11 May 2002, Paul Robertson wrote: > Can I butt in with some basic questions? > I'd just like to understand what kinds of applications will benefit from > this proposal. > > We have lots of DVD players, the ubiquitous Brooktree framegrabber, > and esoteric stuff like my ADV601. > > I kn

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-11 Thread Paul Robertson
;[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 11:34 PM Subject: Re: [Xpert]Using Xv to display odd/even fields from a TV camera > On Fri, 10 May 2002, Billy Biggs wrote: > > > The delay stuff is less important than the field flag. > > > > Mark Vojkovich ([EMAIL PROTECTED

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-11 Thread Paul Robertson
> > On Fri, 10 May 2002, Paul Robertson wrote: > > > > > I have some software which uses Xv to render images acquired from a TV > > > camera in something like realtime. > > > Currently we only capture even fields, and we scale the image vertically by > > > 200%. It looks OK. > > > > > > Now we nee

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Mark Vojkovich
On Fri, 10 May 2002, Billy Biggs wrote: > The delay stuff is less important than the field flag. > > Mark Vojkovich ([EMAIL PROTECTED]): > > > I'd like an XV_FIELD (or better named) attribute that indicates the > > next PutImage request should upload and display the field rather than > > the

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Billy Biggs
The delay stuff is less important than the field flag. Mark Vojkovich ([EMAIL PROTECTED]): > I'd like an XV_FIELD (or better named) attribute that indicates the > next PutImage request should upload and display the field rather than > the frame which is the default. "0" is top, "1" is bottom,

RE: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Mark Vojkovich
. For mpeg, my focus has been on XvMC which doesn't have these kinds of problems. Mark. > > > -Original Message- > From: Mark Vojkovich [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 11:14 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xpert]

RE: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Sottek, Matthew J
-Original Message- From: Mark Vojkovich [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: Re: [Xpert]Using Xv to display odd/even fields from a TV camera We talked about some standardized method within the current API for telling the

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Vladimir Dergachev
On Fri, 10 May 2002, Mark Vojkovich wrote: > >We talked about some standardized method within the current API > for telling the drivers to display fields. This was done through > PortAttributes. I'm not sure if anyone actually implemented this > in their drivers though. > > >

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Mark Vojkovich
We talked about some standardized method within the current API for telling the drivers to display fields. This was done through PortAttributes. I'm not sure if anyone actually implemented this in their drivers though. Mark. On Fri, 10 May 2002, Paul Robe

Re: [Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Billy Biggs
Paul Robertson ([EMAIL PROTECTED]): > Now we need to start working with both odd and even fields. If we do > that with our current software, the picture wobbles up and down. If I > write some code to adjust the position of the odd field, the picture > still looks wrong, particularly if nothing i

[Xpert]Using Xv to display odd/even fields from a TV camera

2002-05-10 Thread Paul Robertson
I have some software which uses Xv to render images acquired from a TV camera in something like realtime. Currently we only capture even fields, and we scale the image vertically by 200%. It looks OK. Now we need to start working with both odd and even fields. If we do that with our current softw