[FFmpeg-user] Newb question: How can I access h.264-enabled webcams?

dE . de.techno at gmail.com
Tue Feb 14 05:01:37 CET 2012


On 02/14/12 07:50, David Arendash wrote:
> Hello all, first time here, sorry if this has been asked before. I didn't know where else to ask this, and googling got me nowhere fast:
>
> I have some h.264-enabled webcams (HP HD5210 and Creative InPerson HD). They work with Skype and so on just fine. I need them to work with my app. Basically, I need to get frames as high-res and fast as possible, and these cameras can deliver the speed. Now I need to get at those frames to process them myself (I don't want to just pass the stream along).
>
> Is that what ffmpeg can do?  If not, is there any where else I should be looking. I'm really quite lost. Any help at all would be greatly appreciated.
> Thanks in advance.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user

you want to process in real time? Otherwise you can first save the 
stream and then process it.

If you want in real time, you can add filters in ffmpeg.


More information about the ffmpeg-user mailing list