필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Mouse control using webcam

조회 수: 1 (최근 30일)
mallika L
mallika L 2016년 9월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
i try to interface webcam and run the code for virtual mouse control but I have the error "No public field Exposure exists for class imaq.internal.DeviceProperties". I dont know what to do. kindly anyone help me with this??? Thank you..
vidDevice = imaq.VideoDevice('winvideo', 1, 'YUY2_640x480', ...
'ROI', [1 1 640 480], ...
'ReturnedColorSpace', 'rgb');
set(vidDevice.DeviceProperties, 'Exposure', -7);
set(vidDevice.DeviceProperties, 'FrameRate', '30.0000');
set(vidDevice.DeviceProperties, 'Sharpness', 100);
set(vidDevice.DeviceProperties, 'Zoom',2);
vidInfo = imaqhwinfo(vidDevice);

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by