From owner-freebsd-multimedia Tue Oct 7 14:25:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24226 for multimedia-outgoing; Tue, 7 Oct 1997 14:25:21 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24220 for ; Tue, 7 Oct 1997 14:25:17 -0700 (PDT) (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.7/8.8.5) with ESMTP id OAA06560; Tue, 7 Oct 1997 14:24:52 -0700 (PDT) Message-Id: <199710072124.OAA06560@rah.star-gate.com> To: Robert Shady cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Bt848 VideoCapture: Need Source In-reply-to: Your message of "Tue, 07 Oct 1997 13:15:05 EDT." <199710071715.NAA22621@shell.id.net> Date: Tue, 07 Oct 1997 14:24:52 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You can take a look at ftp://rah.star-gate.com/pub/tv-0.2.tar.gz It is a simple X program with the capability to save images in jpeg format . It should be obvious how to setup the bt848 for single frame capture which then you can just call the jpeg routine. Amancio >From The Desk Of Robert Shady : > Anyone out there have some simple source code to capture a single frame > (or continuous frames) to disk in JPEG format? I've been looking all > over for some programming examples and haven't quite been able to find > what I am looking for... I don't need the images to display on the > screen at all.. I tried taking a look at 'fxtv', although not being > an X-Windows programmer, and having about a million more things than > I think I actually need, the task was a bit dawnting.. If someone has > a short example on this (C preferred), I'd appreciate it.. > > -- Rob >