set a resolution of camera
Afficher commentaires plus anciens
Hi, my webcam camera resolution is 1080, but its detect on matlab ONLY 480. how to change the resolution 1080 permanently?
1 commentaire
Walter Roberson
le 28 Nov 2019
Whether a camera can have its resolution changed depends upon the kind of camera and the kind of interface you are using to it. For example there are customizations that can be done with gige interfaces that cannot be done with webcam()
In some cases, some webcams are only available at full resolution if you use a high enough speed port, and even in some cases only if you use a direct port and not a passive hub -- that is, in some cases webcams detect that they do not have a full speed connection and in that case only make a lower resolution image available.
Réponses (1)
Sai Bhargav Avula
le 5 Déc 2019
1 vote
Hi,
As Walter mentioned, the resolution is also bottlenecked by the port speed and other hardware specifications.
But I just wanted to suggest whether you checked all the available resolutions using AvailableResolutions option.
You can follow the below link to check for it and change it to higher resolution if available
Hope this helps!
Catégories
En savoir plus sur GigE Vision Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!