Skip to content

Commit 5cfab32

Browse files
authored
Merge pull request #91 from RetroRanger/main
Fix requirements.txt and camera.py for Linux
2 parents 2871e6d + 48e9204 commit 5cfab32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

BabbleApp/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from colorama import Fore
1515
from config import BabbleConfig, BabbleSettingsConfig
16-
from utils.misc_utils import get_camera_index_by_name, list_camera_names
16+
from utils.misc_utils import get_camera_index_by_name, list_camera_names, is_nt
1717

1818
from vivefacialtracker.vivetracker import ViveTracker
1919
from vivefacialtracker.camera_controller import FTCameraController

BabbleApp/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
onnxruntime==1.19.2
2-
onnxruntime-directml==1.19.2
32
opencv_python==4.10.0.84
43
pillow==11.0.0
54
pysimplegui==4.70.1
@@ -13,3 +12,5 @@ desktop-notifier==6.0.0
1312
comtypes==1.4.8
1413
pygrabber==0.2
1514
poetry
15+
v4l2py
16+
psutil

0 commit comments

Comments
 (0)