frame from the camera
3 ビュー (過去 30 日間)
古いコメントを表示
vid = videoinput('winvideo', 1, 'RGB24_160x120');
data = getsnapshot(vid);
with this code i can get a picture from the camera on Matlab but this camera's options are controlled automatically and i want to get picture from camera manually controlled. i mean i decide the contrast, gain, brightness or exposure values by myself. how can i get picture like that.
3 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!