Results 1 to 3 of 3
Hi,
I want to create simple webcam effects filters. I am only interested in doing relatively simple image processing like blurring or averaging the color. I would like to create ...
- 04-13-2010 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Creating simple webcam effects
Hi,
I want to create simple webcam effects filters. I am only interested in doing relatively simple image processing like blurring or averaging the color. I would like to create the filters in either C or Python.
So before I dive into using Gstreamer or V4L I wanted to ask the forum if they have had any experience with webcam development? Any APIs that you guys found helpful?
Thanks,
Andrew Woods
- 04-14-2010 #2Just Joined!
- Join Date
- Apr 2010
- Posts
- 1
Hi,
I think the best thing that you can use is opencv, is really simple but powerfull API for computer vision process. This API works in C, and C++. if you are using debian or ubuntu you can install it using synaptic (libcv), also it has great tutorials.
- 04-14-2010 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Thanks carlosdl,
I'll take a look at openCV and let yo know how it goes.
Other suggestions have been gstreamer and libvlc


Reply With Quote