From owner-freebsd-questions@FreeBSD.ORG Thu Mar 7 11:20:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5FF3345C for ; Thu, 7 Mar 2013 11:20:05 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 03067217 for ; Thu, 7 Mar 2013 11:20:04 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id EED643A38AA for ; Thu, 7 Mar 2013 18:09:58 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1362654598; x=1364468999; bh=E374AuxsR puOL8Hqr9hz5/+/R/IwkS6H64bMWHT3+E4=; b=T1gm0U8RwWRpCWxvvXCk7WR1k UQEHsm+pW9xWLD9X2pHnUUH7YbEu8PDls+uXJT8zIapAEpAiDlx9VQGyInLuhCy3 ZnQiKnz+SFFw79NgThBzvnrKYT3g4500ql43LPr81zyPEuTUmhZmivvR41Dl4FdZ jWrRoMXH5aRuYuMjWY= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id QE8VXUPRGsaB for ; Thu, 7 Mar 2013 18:09:58 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 940983A3885 for ; Thu, 7 Mar 2013 18:09:58 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id r27B9vTv031483; Thu, 7 Mar 2013 18:09:57 +0700 (ICT) (envelope-from on) Date: Thu, 7 Mar 2013 18:09:57 +0700 (ICT) Message-Id: <201303071109.r27B9vTv031483@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: Reccording from a webcam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 11:20:05 -0000 Hi, I have a machine running FreeBSD 6.4. I can hardly upgrade it because it is more or less an embeded system. Until recently I was reccording video through a video graber card (brooktree I think), with mencoder, but the card died. The easiest way would be to use a USB camera; I plugged one in and it came as /dev/ugen0. When I try to use mplayer, it tells me that the driver v4l2 does not exist, nor v4l. Current version of mplayer/mencoder is 1.0rc2-3.4.6, I tried to compile the latest version, but I have issue with the Makefile in the ports. So the question is, what else could I use to record a video (command line). Best regards, Olivier