How can I output a processed video stream back to android phone?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I am working on a augmented reality demo in matlab. I'm getting the video stream from the camera of a connected Android phone, processing it in Matlab in real time (the tracking and augmentation) and I want to present the output on the screen of the Android phone. Do you know how can I do that?
Thanks
0 Kommentare
Antworten (2)
ghassan sharaf
am 13 Mai 2018
hello I am facing exactly the same problem, did you find any solutions
0 Kommentare
Walter Roberson
am 13 Mai 2018
Generally the approach to take for this is to switch to using a Simulink model, and use a camera block to capture images, and use a video display block to display the augmented image.
In-between you can use a MATLAB Function Block to invoke the MATLAB processing code. You might need to make some adjustments to the code to make it suitable for use with Acceleration mode.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Android Devices 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!