Difference between revisions of "WebCams"

From VeRLab Wiki
Jump to: navigation, search
m (add disable autofocus information)
m
Line 28: Line 28:
  
  
=== Disable Auto Focus ===
+
== Disable Auto Focus ==
  
 
* https://stackoverflow.com/questions/16319759/disable-webcams-autofocus-in-linux
 
* https://stackoverflow.com/questions/16319759/disable-webcams-autofocus-in-linux
 
     apt-get install v4l-utils
 
     apt-get install v4l-utils
 
     v4l2-ctl -c focus_auto=0
 
     v4l2-ctl -c focus_auto=0

Revision as of 11:32, 21 September 2023

Modelos Antigos <= HD 720p

Logitech HD Pro 9000




Modelos Full HD e 4k

Logitech HD Pro C920


Logitech C922 Pro HD Stream


Logitech BRIO 4K Pro


Disable Auto Focus

   apt-get install v4l-utils
   v4l2-ctl -c focus_auto=0