Camera Calibrator can not add images from camera
조회 수: 3 (최근 30일)
이전 댓글 표시
one USB Camera , can be used in Image Acquisition Tool, but in Camera Calibrator tool cann't be used, display " No webcams detected" when click "Add Images"button and select "From Camera". why? i had installed webcam drivers
댓글 수: 0
답변 (1개)
Zuber Khan
2024년 9월 26일
Hi,
The possible reason you do not see your camera might be that it is not a UVC compliant webcam. The Camera Calibrator App works only with cameras (UVC compliant webcams) supported by "MATLAB Support Package for USB Webcams", which is in base MATLAB. It does not require Image Acquisition Toolbox. Some UVC compliant webcams would also work with Image Acquisition Toolbox (OS Generic support package), but not the other way around. You can check the following documentation links for more information:
To further clarify, the list of visible cameras for the Camera Calibrator app is generated using the MATLAB Support Package for USB Webcams. The "webcamlist" function is used in particular and it only looks for UVC compliant cameras. For more information on "webcamlist" function, you can check the following documentation:
I hope it answers your query.
Regards,
Zuber
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!