PCのMATLABからスマホのカメラ操作することができたが,ピントを合わせられない
Mostrar comentarios más antiguos
PCのMATLABからMATLAB mobileをインストールしたスマホのカメラを以下のコードで操作することができたのですが,全然ピントが合いません.
ピントをあわせる方法があれば教えていただきたいです.
よろしくお願いします.
m = mobiledev;
cam = camera(m,'back');
img = cam.snapshot('manual');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB 入門 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!