"The camera did not return a frame for this resolution"
Mostra commenti meno recenti
Folks, Following is my configuration: Matlab : R2018a Windows Edition : 8.1 Camera : Inbuilt webcam unit on HP laptop : (Application goes by the name : CyberLink YouCam) I am running following string camera = webcam ------------------------------------ It echoes following message:
camera =
webcam with properties:
Name: 'HP Truevision HD'
AvailableResolutions: {'640x480' '160x120' '176x144' '320x240' '352x288' '640x360' '1280x720'}
Resolution: '640x480'
BacklightCompensation: 0
Exposure: -6
Saturation: 64
Contrast: 32
Gamma: 100
Brightness: 0
ExposureMode: 'auto'
Hue: 0
WhiteBalance: 4600
Sharpness: 2
Gain: 4
WhiteBalanceMode: 'auto'
Error using asyncio.MessageHandler/onError (line 31)
The camera did not return a frame for this resolution.
------------------------------------------------------
I tried all the supported resolutions(from "AvailableResolutions" parameter) through following command string
camera.Resolution = '160x120'; % Error persists
camera.Resolution = '176x144'; % Error persists
camera.Resolution = '320x240' % Error persists
camera.Resolution = '352x288' % Error persists
camera.Resolution = '640x360' % Error persists
camera.Resolution = '1280x720' % Error persists
Please guide on fixing the issue. Regards Shaan
1 Commento
Jan
il 11 Mag 2018
Please post the command you use to obtain one image.
Risposte (1)
Madhavendra Bhatnagar
il 11 Mag 2018
0 voti
2 Commenti
Tony Kaywood
il 6 Set 2020
Hi, I know it's too far to comment here but, can I know how you noticed two webcams are colliding? I'm using my webcam via Matlab it hasn't made any error but couple of days ago, it started making an error "The camera did not return a frame for this resolution."
I don't use any other webcam using program or other things, so I'm really confused. Thanks for any reply!
royed
il 6 Set 2020
I think in Madhavendra's case the GUI tool was working in the background. Can you check if the camera is detected by any pre develoved GUI?
Categorie
Scopri di più su MATLAB Support Package for USB Webcams in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!