Linux 中的视频编程与 DirectShow 相比如何?
我曾经使用 Windows 版 DirectShow 进行编程,从数码相机中抓取图像并即时删除背景。现在想转成Linux,但是没有经验。我尝试阅读内核源代码,但似乎有点太复杂了。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Unix 上流行的 API 是 GStreamer,但对于图像处理不要忘记 OpenCV。
The popular API on Unix is GStreamer, but for image processing don't forget OpenCV.