Matlab code on raspberry pi and display it on an android device?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hamza Idris
am 1 Sep. 2016
Kommentiert: Walter Roberson
am 8 Sep. 2016
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
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 1 Sep. 2016
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Modeling finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!