From owner-freebsd-multimedia Mon Feb 16 20:39:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24974 for freebsd-multimedia-outgoing; Mon, 16 Feb 1998 20:39:29 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24964 for ; Mon, 16 Feb 1998 20:39:27 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id UAA00770 for ; Mon, 16 Feb 1998 20:39:00 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199802170439.UAA00770@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: multimedia@FreeBSD.ORG Subject: ftp://rah.star-gate.com/pub/videocapture.c Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 16 Feb 1998 20:39:00 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is a quick program to periodically save images in jpeg format. To compile: cc -o videocapture videocapture.c -I /usr/local/include -L/usr/local/lib -ljpeg To run: {hasty} ./videocapture Saved image img0.jpg with quality 75 Saved image img1.jpg with quality 75 Saved image img2.jpg with quality 75 Saved image img3.jpg with quality 75 Feel free to hack , improve or whatever the program. Have Fun Guys, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message