Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

RPi Camera module_Capture + compress image with MATLAB script

조회 수: 1 (최근 30일)
Igor Potocnik
Igor Potocnik 2016년 7월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 7월 4일
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.

Community Treasure Hunt

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

Start Hunting!

Translated by