PCのMATLABからスマホのカメラ操作することができたが,ピントを合わせられない
Show older comments
PCのMATLABからMATLAB mobileをインストールしたスマホのカメラを以下のコードで操作することができたのですが,全然ピントが合いません.
ピントをあわせる方法があれば教えていただきたいです.
よろしくお願いします.
m = mobiledev;
cam = camera(m,'back');
img = cam.snapshot('manual');
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 入門 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!