Acquiring live video feed using openmv camera
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Siddhesh Rane
le 10 Fév 2019
Réponse apportée : Kenny Shu
le 12 Fév 2019
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 commentaires
Réponse acceptée
Kenny Shu
le 12 Fév 2019
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!