Acquiring live video feed using openmv camera
8 次查看(过去 30 天)
显示 更早的评论
I am using openmv camera https://openmv.io/ to capture the video, I want to stream it in MATLAB. Can someone guide me through the process required for doing this?
MATLAB image acquisition toolbox doesnt seem to support openmv camera.
Thanks ain advance
0 个评论
采纳的回答
Kenny Shu
2019-2-12
Because there is no direct connection from the computer to the camera, communication must be done through the microcontroller itself.
If it is possible to stream the image data from the OpenMV to the computer, you may be able to read the images into MATLAB with the Instrument Control Toolbox, depending on the communication interface (see the documentation Instrument Based Communication). Consider using commands such as "fread" to read a fixed-size binary image through the connection.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!