开发者

How is video programming in Linux compared to DirectShow?

开发者 https://www.devze.com 2023-02-01 09:06 出处:网络
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 t

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.


The popular API on Unix is GStreamer, but for image processing don't forget OpenCV.

0

精彩评论

暂无评论...
验证码 换一张
取 消