文件名称:windows设置摄像头参数程序
文件大小:200KB
文件格式:ZIP
更新时间:2021-06-13 09:21:36
webcam usbcamera amcap directshow c#
解压密码:leopoldlee22 # The program is used to adjust video input device's configuration. # # # Background: # - The Windows OS will recover the settings for non-driver USB camera. # - Auto configuration could help release manpower in restarting the service. # # # Environment: # - Windows OS 64bit with .net framework 4 (Tested on windows 10 64bit) # # # Including: # - Camera configuration application # - amcap.exe/vmcap.exe (manually adjust camera parameters) # # # Environment: # - Windows OS 64bit with .net framework 4 (Tested on windows 10 64bit) # # # Usage: # - Go to "Control Panel\Hardware and Sound\Devices and Printers" # - Found the name of your video input device and udpate in settings.txt # - Use vmcap.exe to test out the best settings and record all values # - Update parameters in settings.txt # - one-click to start the CameraAutoConfiguration.exe to apply the settings. # # # Author: Leopold Li # Email : leopoldlee22@163.com # WeChat: leopoldlee22 # Date : May, 2015 # # # Thanks to following articles and SDK # - https://blog.csdn.net/yushulx/article/details/52699696 # - http://blog.sina.com.cn/s/blog_4b44e1c00101ia9m.html # - http://directshownet.sourceforge.net/