Camera Calibrator can not add images from camera

3 views (last 30 days)
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

Answers (1)

Zuber Khan
Zuber Khan on 26 Sep 2024
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

Categories

Find more on MATLAB Support Package for USB Webcams 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!