Acquiring live video feed using openmv camera

조회 수: 6 (최근 30일)
Siddhesh Rane
Siddhesh Rane 2019년 2월 10일
답변: Kenny Shu 2019년 2월 12일
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

채택된 답변

Kenny Shu
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개)

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by