How can I output a processed video stream back to android phone?

조회 수: 1 (최근 30일)
Sara
Sara 2017년 6월 22일
답변: Walter Roberson 2018년 5월 13일
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

답변 (2개)

ghassan sharaf
ghassan sharaf 2018년 5월 13일
hello I am facing exactly the same problem, did you find any solutions

Walter Roberson
Walter Roberson 2018년 5월 13일
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.

카테고리

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