matlab实时视频提取
如何从网络摄像头获取实时视频并有选择地提取其中的帧?我需要一个特殊的工具箱还是可以通过普通的 matlab 函数来完成?
我有图像采集工具箱,但还没有找到使用它的好方法......
How do you take a live video feed from a webcam and selectively extract frames of it? Do I need a special toolbox or can this be done through normal matlab functions?
I have the image acquisition toolbox, but haven't seen a good way to use it for this yet...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
图像采集工具箱就是您所需要的。只需查看文档,它应该非常简单。
The image acquisition toolbox is all you need. Just look at the documentation and it should be pretty straight forward.
输入以下代码:
这将生成一个捕获实时视频输入的窗口。
type the following code:
this shall generate a window capturing live video input.