Skip to content

Commit 0e8583f

Browse files
committed
More capture method readme update
1 parent 0ad99bf commit 0e8583f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ This program can be used to automatically start, split, and reset your preferred
8484
Only available in Windows 10.0.17134 and up.
8585
Due to current technical limitations, it requires having at least one audio or video Capture Device connected and enabled. Even if it won't be used.
8686
Allows recording UWP apps, Hardware Accelerated and Exclusive Fullscreen windows.
87+
Adds a yellow border on Windows 10. Not present on Windows 11.
8788
Caps at around 60 FPS.
8889
- **Direct3D Desktop Duplication** (slower, bound to display)
8990
Duplicates the desktop using Direct3D.
@@ -96,7 +97,6 @@ This program can be used to automatically start, split, and reset your preferred
9697
- **Video Capture Device** (very slow, see below)
9798
Uses a Video Capture Device, like a webcam, virtual cam, or capture card.
9899
There are currently performance issues, but it might be more convenient.
99-
It is not yet possible for us to display the device name.
100100
If you want to use this with OBS' Virtual Camera, use the [Virtualcam plugin](https://obsproject.com/forum/resources/obs-virtualcam.949/) instead.
101101

102102
#### Show Live Similarity

src/CaptureMethod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def get_method_by_index(self, index: int):
8686
f"\nOnly available in Windows 10.0.{WGC_MIN_BUILD} and up. "
8787
"\nDue to current technical limitations, it requires having at least one "
8888
"\naudio or video Capture Device connected and enabled. Even if it won't be used. "
89+
"\nAdds a yellow border on Windows 10. Not present on Windows 11. "
8990
"\nAllows recording UWP apps, Hardware Accelerated and Exclusive Fullscreen windows. "
9091
"\nCaps at around 60 FPS. "
9192
),

0 commit comments

Comments
 (0)