Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 16:36:25 +0930
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        Eduardo Morras <emorrasg@yahoo.es>, freebsd-questions@freebsd.org
Subject:   Re: Recording from multiple webcams
Message-ID:  <573C1471.7080202@ShaneWare.Biz>
In-Reply-To: <20160517190459.061ddf66a15df9b686b0d87d@yahoo.es>
References:  <20160517190459.061ddf66a15df9b686b0d87d@yahoo.es>

next in thread | previous in thread | raw e-mail | index | archive | help
On 18/05/2016 02:34, Eduardo Morras via freebsd-questions wrote:
>
>
> Hello,
>
> Can I record video from multiple webcams? I need record from 3
> webcams simultaneusly, I've install webcamd but can't find any app to
> record from them. Some apps allow 1 webcam but I need at least 3.
>
> Any clue?
>
> TIA

You should be able to run an instance of ffmpeg for each camera.

ffmpeg -f video4linux2 -input_format mjpeg -i /dev/video0 out.mpeg

https://ffmpeg.org/ffmpeg-all.html#video4linux2_002c-v4l2

-- 
FreeBSD - the place to B...Storing DigitalVideo

Shane Ambler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?573C1471.7080202>