Skip to content

Minuscule utility that opens the DirectShow properties of a Video device, based on a fuzzy match of its name

License

Notifications You must be signed in to change notification settings

Ybalrid/WebcamProps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebCamProps

This program opens the old DirectShow video properties dialog of a video input device, based on a partial match of the name of the device.

Usage

.\webcamprops.exe c920

Note

  • This program only look at one string
  • The string is case insensitive
  • You only need this string to be a substring of the name of a device
  • If there are multiple matches, only "the first one" will work. Whichever one is "the first one" is left as an exercise for the reader is not well defined by me. It depends on libdshowcapture enumeration code.

Build

Just generate a project with CMake and build it. You will need to bring together the libdshowcapture.dll and the webcamprops.exe file in the same work directory by hand.

Thanks @steffandonal for the hint on to open that dialog easilly using libdshowcapture

About

Minuscule utility that opens the DirectShow properties of a Video device, based on a fuzzy match of its name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published