modified ui.py

pull/681/head
negativenagesh 2024-10-02 10:03:08 +05:30
parent 8bc9f59ca0
commit 248972c0ad
1 changed files with 1 additions and 1 deletions

View File

@ -483,4 +483,4 @@ def get_available_cameras():
else: # Linux and others
import glob
available_cameras = [f"/dev/video{i}" for i in range(10) if os.path.exists(f"/dev/video{i}")]
return available_cameras
return available_cameras