Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source portable/cross-platform video camera capture library [closed]

I like to know if there's a open-source, cross-platform library for capturing web-cam data. Any other suggestions are welcome in case such solutions are not available. I am looking for something similar to portaudio if possible but this is not absolutely mandatory.

Also open-source & cross-platform projects falling into this category are a good starting point.

Thanks in advance,

Iulian

Libraries found:

portvideo. Does anyone have any experience with it?

reactivision. This one seems to be pretty cool and well supported.

libvidcap. Didn't manage to test it under Linux for the moment.

opencv and its highgui project

like image 898
INS Avatar asked Oct 13 '10 20:10

INS


3 Answers

Give a look at opencv and its highgui project.

like image 115
tibur Avatar answered Nov 10 '22 16:11

tibur


I heard OpenCV can do that. Never used it myself, so please take this suggestion with a grain of salt.

like image 29
usta Avatar answered Nov 10 '22 14:11

usta


I may be wrong but I think PortVideo is discontinued in favour of reactivision. Also here are a few others. I've never used either of them but plan on it soon. I also am looking for a good video capture API. These two also seem to offer processing and audio. I like PortAudio so much though that I'd like to stick with them for audio.

OpenML

FFmpeg

like image 34
Josh Albert Avatar answered Nov 10 '22 14:11

Josh Albert