Compare commits

...

7 Commits

Author SHA1 Message Date
Priyanshu Singh 2b9a89a371
Merge 81b4759b39 into 9acf77b6ed 2024-09-10 17:02:12 +10:00
Kenneth Estanislao 9acf77b6ed Revert "Merge pull request #556 from Highpressure/main"
This reverts commit fd07185043, reversing
changes made to f762b61a12.
2024-09-10 14:59:05 +08:00
Kenneth Estanislao fd07185043
Merge pull request #556 from Highpressure/main
multi camera device support
2024-09-10 13:47:43 +08:00
Highpressure 6381f63722
Update ui.py
option switches went missing in last commit
2024-09-06 21:56:13 +02:00
Highpressure 83ca917c66
Update capturer.py
added change to support multi camera device support as my device 0 is a virtual cam for iphone redirection, device 1 is obs and device 2 is my real camera
2024-09-06 20:59:35 +02:00
Highpressure 2d34201cfc
Update ui.py
added dropdown for multi camera device selection
2024-09-06 20:58:38 +02:00
Priyanshu Singh 81b4759b39
Update README.md
pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
2024-08-27 01:01:40 +05:30
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ Then put those 2 files on the "**models**" folder
We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
or try if above failed
```
pip install --use-pep517 -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```