Merge branch 'main' of github.com:GhoulBoii/Deep-Live-Cam

pull/686/head
GhoulBoii 2024-10-02 23:57:27 +05:30
commit 295f57785e
No known key found for this signature in database
GPG Key ID: F443BDA92506073F
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def create_root(
# --- Camera Selection ---
camera_label = ctk.CTkLabel(root, text="Select Camera:")
camera_label.place(relx=0.4, rely=0.86, relwidth=0.2, relheight=0.05)
available_cameras = get_available_cameras()
available_cameras = get_available_cameras(10)
# Convert camera indices to strings for CTkOptionMenu
available_camera_indices, available_camera_strings = available_cameras
camera_variable = ctk.StringVar(