Why when I'm displaying the webcam on axes in app designer it shows opposite?

조회 수: 1 (최근 30일)
I'm using app desiger in MATLAB 2018a. When I display webcam on axes it shows opposite.
I'm using this code.
app.camera = webcam(1);
app.imageObject = image(app.livedisplay);
preview(app.camera,app.imageObject);
If I use videoinput function then I cannot display it on axes with this code.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by