set a resolution of camera

6 次查看(过去 30 天)
Hi, my webcam camera resolution is 1080, but its detect on matlab ONLY 480. how to change the resolution 1080 permanently?
  1 个评论
Walter Roberson
Walter Roberson 2019-11-28
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.

请先登录,再进行评论。

回答(1 个)

Sai Bhargav Avula
Sai Bhargav Avula 2019-12-5
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!

标签

Community Treasure Hunt

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

Start Hunting!

Translated by