Matlab code on raspberry pi and display it on an android device?

조회 수: 1 (최근 30일)
hey i have created a matlab script which takes several images form usb webcam running on raspberry pi(maybe on a computer).I simply want to send those images on an android device (maybe create my own application or matlab provides one) how will i do this. P.S my mobile does not have matlab. please just tell me a simple program to send an image on an android application... thanks

채택된 답변

Walter Roberson
Walter Roberson 2016년 9월 1일
Have the raspberry pi use C or C++ to exec an scp command to copy the images to the destination. Or you could use ftp if you prefer. There are multiple available scp for Android including https://play.google.com/store/apps/details?id=com.icecoldapps.sshserver&hl=en . Note that you need the Android side to be running SCP server not SCP client
  댓글 수: 6
Hamza Idris
Hamza Idris 2016년 9월 8일
I'll be converting my script to a simulink block to work standalone on raspberry pi so then can i use TCP or UDP block? and Thank you very much for help...
Walter Roberson
Walter Roberson 2016년 9월 8일
Yes, TCP or UDP blocks for Raspberry should be okay.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by