Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
RPi Camera module_Capture + compress image with MATLAB script
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to capture image with RPi's camera and compress it - I would like to achieve that by sending program in MATLAB language from laptop to RPi2 so that RPi2 would do the capturing and compressing. The results would be sent back to laptop. I would like your opinion on the best way to do that - is it by using MATLAB Function block in Simulink or S-Function or maybe something else?
Thank you, Igor
0 commentaires
Réponses (1)
Walter Roberson
le 4 Juil 2016
You cannot send a MATLAB program to the Raspberry; MATLAB will not run on the Raspberry operating system.
If you use a MATLAB Function block and set the target to Raspberry, and you make all the needed adjustments to the algorithm and code, then Simulink can build the code and send it to the Raspberry. Adapting the code can be difficult sometimes.
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!