I have once been programming with DirectShow for Windows, to grab images from digital camera and remove the background on the fly. Now I want to convert it to Linux, but I have no experience. I have tried to read the kernel source, but it seems a little too complex.
I have once been programming with DirectShow for Windows, to grab images from digital
Share
The popular API on Unix is GStreamer, but for image processing don’t forget OpenCV.