From owner-freebsd-multimedia Fri Jun 26 14:19:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04911 for freebsd-multimedia-outgoing; Fri, 26 Jun 1998 14:19:37 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from north.lcs.mit.edu (north.lcs.mit.edu [18.26.0.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA04773 for ; Fri, 26 Jun 1998 14:18:55 -0700 (PDT) (envelope-from mjh@north.lcs.mit.edu) Received: from north.lcs.mit.edu by north.lcs.mit.edu (SMI-8.6/SMI-SVR4) id QAA21174; Fri, 26 Jun 1998 16:58:48 -0400 From: Mark Handley X-Organisation: Information Sciences Institute, USC X-Phone: +1 617 253 6011 To: Roger Hardiman cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Improvements to the bt848 driver - SW Pan and Zoom. In-reply-to: Your message of "Fri, 26 Jun 1998 11:01:41 BST." <35937185.27CF@cs.strath.ac.uk> Date: Fri, 26 Jun 1998 16:58:48 -0400 Message-ID: <21172.898894728@north.lcs.mit.edu> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I've been thinking about an improvement to the bt848 driver. >The same could be made to the meteor driver too. > >I'd like to grab from a sub-section of the video image. >This allows the software pan and zoom functions you can get with >a fixed camera with a wide angle lense. > >Currently, the bt848 driver captures the full NTSC (or PAL) image >and scales it down to the desired image size, say 192x128 pixels. The downside unfortunately is interlacing. If you grab say, 320x240 (from an NTSC source), you typically grab only the even (or odd) fields, and don't get interlace artifacts. If you grab 320x240 as a subsection of the 640x480 (or PAL) image, you get interlace artifacts because you need to grab both fields. Thus it will look worse that the scaled video and these artifacts also adversely affect most video codecs. Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message