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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This program can be used to automatically start, split, and reset your preferred
22
22
23
23
### Compatibility
24
24
25
+
- Python 3.9+
25
26
- Windows 10 and 11.
26
27
27
28
### Building
@@ -30,7 +31,7 @@ This program can be used to automatically start, split, and reset your preferred
30
31
31
32
- Python 3.9 - 3.10.
32
33
- Microsoft Visual C++ 14.0 or greater may be required to build the executable. Get it with [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
33
-
- Node is optional, but required for complete linting (using Pyright).
34
+
34
35
- Read [requirements.txt](/scripts/requirements.txt) for more information on how to install, run and build the python code.
35
36
- Run `./scripts/install.ps1` to install all dependencies.
36
37
- Run the app directly with `./scripts/start.ps1 [--auto-controlled]`.
@@ -97,6 +98,10 @@ This program can be used to automatically start, split, and reset your preferred
97
98
There are currently performance issues, but it might be more convenient.
98
99
If you want to use this with OBS' Virtual Camera, use the [Virtualcam plugin](https://obsproject.com/forum/resources/obs-virtualcam.949/) instead.
99
100
101
+
#### Capture Device
102
+
103
+
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.
104
+
100
105
#### Show Live Similarity
101
106
102
107
- Displays the live similarity between the capture region and the current split image. This number is between 0 and 1, with 1 being a perfect match.
@@ -240,7 +245,7 @@ Still need help?
240
245
- Created by [Toufool](https://twitter.com/Toufool) and [Faschz](https://twitter.com/faschz).
241
246
-[Harutaka Kawamura](https://github.com/harupy/) for the snipping tool code that I used to integrate into the autosplitter.
242
247
-[amaringos](https://twitter.com/amaringos) for the icon.
243
-
-[ZanasoBayncuh](https://twitter.com/ZanasoBayncuh) for motivating me to start this project back up and for all of the time spent testing and suggesting improvements.
248
+
-[Zana_G](https://www.twitch.tv/zana_g) for motivating me to start this project back up and for all of the time spent testing and suggesting improvements.
244
249
-[Avasam](https://twitter.com/Avasam06) for their continued work on making an incredible amount of improvements and changes to AutoSplit while I have not had the time/motivation to do so.
245
250
-[KaDiWa](https://github.com/KaDiWa4) for the LiveSplit integration.
246
251
-[Tyron18](https://twitter.com/Tyron18_) for assisting with Windows 11 testing.
0 commit comments