Feeds
답변 있음
Image capture using webcam
vid = videoinput('winvideo', 1); set(vid, 'ReturnedColorSpace', 'RGB'); img = getsnapshot(vid); imshow(img) after that how t...
Image capture using webcam
vid = videoinput('winvideo', 1); set(vid, 'ReturnedColorSpace', 'RGB'); img = getsnapshot(vid); imshow(img) after that how t...
대략 8년 전 | 0
