Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...