以前我在windows中使用DirectShow,用于摄像头应用程序,但现在我转到了Ubuntu20.04LTS,这里我想开发用于网络摄像头流的应用程序,所以在linux中是否有类似于DirectShow的东西。
发布于 2022-07-28 12:24:08
是的,在linux上有类似于DirectShow的东西: gstreamer。但是如果你只想捕捉一些东西,Video4Linux可能就足够了。
https://stackoverflow.com/questions/73151134
复制相似问题