bettercam is now a package

This commit is contained in:
Elijah Harmon 2023-11-22 00:29:20 -08:00
parent 459dece619
commit 8429fe0441
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ headshot_mode = True
cpsDisplay = True cpsDisplay = True
# Set to True if you want to get the visuals # Set to True if you want to get the visuals
visuals = False visuals = True
# Smarter selection of people # Smarter selection of people
centerOfScreen = True centerOfScreen = True
@ -31,4 +31,4 @@ centerOfScreen = True
# 1 - CPU # 1 - CPU
# 2 - AMD # 2 - AMD
# 3 - NVIDIA # 3 - NVIDIA
onnxChoice = 3 onnxChoice = 2

View File

@ -13,4 +13,4 @@ ipython
psutil psutil
dxcam dxcam
onnxruntime_directml onnxruntime_directml
git+https://github.com/RootKit-Org/BetterCam bettercam