Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Sep 6, 2024
1 parent c1b746d commit 989fab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
onnxModelPath = 'models/fn_v5.onnx' # Path to YOLOv5 ONNX model

# BetterCam Settings
targetFPS = 60 # Frames per second for capturing
targetFPS = 120 # Frames per second for capturing
maxBufferLen = 512 # Max buffer length for storing frames
region = None # Region for capture (set to None for full screen)
useNvidiaGPU = True # Set to True to enable GPU acceleration if available
Expand Down

0 comments on commit 989fab0

Please sign in to comment.