File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # CaptureDeviceTaskbar
2+ A very low overhead application that installs itself into the traybar and can present the selected capture device system property dialog.
3+
4+ Supported platforms:
5+ - Microsoft Windows only
6+
7+ Features:
8+ - Low resource overhead (size, memory, CPU)
9+ - Lists all capture devices on the system at right-click
10+ - Presents them as a list
11+ - Click on one device and the program shows the Capture Device specific Property Dialog (Windows - DirectShow)
12+ - Once a device was chosen the system persists the option in memory and in the registry
13+ - With a valid default device, a double click will suffice to show the Property Dialog again
14+ - Supports a DarkMode icon
15+
16+ Requirements:
17+ - Visual Studio 2022
18+ - wxWidgets library
19+ - Microsoft Windows SDK (DShow)
20+
21+ Compilation:
22+ - create an external\wxWidgets folder that contains only the include and the lib folders (these have to be compiled in both Release and Debug on x64)
23+
24+ Icon:
25+ -Free from https://www.iconfinder.com/bitfreak86
You can’t perform that action at this time.
0 commit comments