Skip to content

Commit b8fe8d6

Browse files
authored
Create README.md
1 parent 4175fb5 commit b8fe8d6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)