You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ This program can be used to automatically start, split, and reset your preferred
64
64
- Perceptual Hash: An explanation on pHash comparison can be found [here](http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html). It is highly recommended to NOT use pHash if you use masked images, or it'll be very inaccurate.
65
65
66
66
#### Capture Method
67
+
<!-- Keep all descriptions in sync with in-code descriptions in src/capture_method/*CaptureMethod.py-->
67
68
68
69
-**Windows Graphics Capture** (fast, most compatible, capped at 60fps)
69
70
Only available in Windows 10.0.17134 and up.
@@ -83,13 +84,13 @@ This program can be used to automatically start, split, and reset your preferred
83
84
-**Force Full Content Rendering** (very slow, can affect rendering)
84
85
Uses BitBlt behind the scene, but passes a special flag to PrintWindow to force rendering the entire desktop.
85
86
About 10-15x slower than BitBlt based on original window size and can mess up some applications' rendering pipelines.
86
-
-**Video Capture Device**
87
+
-**Video Capture Device**
87
88
Uses a Video Capture Device, like a webcam, virtual cam, or capture card.
88
-
If you want to use this with OBS' Virtual Camera, use the [Virtualcam plugin](https://github.com/Avasam/obs-virtual-cam/releases) instead.
89
89
90
90
#### Capture Device
91
91
92
-
Select the Video Capture Device that you wanna use if selecting the `Video Capture Device` Capture Method. <!-- Will show `[occupied]` if a device is detected but can't be started. (currently disabled because poking at devices to turn turn them off freezes some like the GV-USB2)-->
92
+
Select the Video Capture Device that you wanna use if selecting the `Video Capture Device` Capture Method.
93
+
<!-- Will show `[occupied]` if a device is detected but can't be started. (feature currently disabled because poking at devices to turn turn them off freezes some like the GV-USB2)-->
93
94
94
95
#### Show Live Similarity
95
96
@@ -216,7 +217,6 @@ The AutoSplit LiveSplit Component will directly connect AutoSplit with LiveSplit
216
217
217
218
- For many games, it will be difficult to find a split image for the last split of the run.
218
219
- The window of the capture region cannot be minimized.
219
-
- OBS' integrated Virtual Camera does not work and makes AutoSplit crash.
0 commit comments