PCのMATLABからスマホのカメラ操作することができたが,ピントを合わせられない
Ältere Kommentare anzeigen
PCのMATLABからMATLAB mobileをインストールしたスマホのカメラを以下のコードで操作することができたのですが,全然ピントが合いません.
ピントをあわせる方法があれば教えていただきたいです.
よろしくお願いします.
m = mobiledev;
cam = camera(m,'back');
img = cam.snapshot('manual');
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB 入門 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!