在 C#.net 中在流视频顶部绘制一个未填充的正方形?
有谁知道我可以用什么在 C#.net 中的实时视频流/保存的视频上绘制一个未填充的正方形?
有人说使用 Directshow,但它是针对 C++ 用户的。 dshownet 中有解决此问题的功能吗?
另一个说使用XNA,但我的项目是一个对象跟踪应用程序。
Does anyone know with what I can draw a unfilled square on a live video stream/saved video in C#.net?
Someone said to use Directshow but it is for C++ users. Is there a feature in dshownet that addresses this issue ?
Another said to use XNA, but my project is a object tracking application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的情况听起来像是由 DxLogo 示例解决的 @ http://directshownet.sourceforge.net/about.html
只需将徽标替换为未填充的正方形即可:)
Your situation sounds like it's addressed by the DxLogo sample @ http://directshownet.sourceforge.net/about.html
Just replace the logo with an unfilled square :)