From 248972c0ad01432b7cc2b9cd88c08051b328016b Mon Sep 17 00:00:00 2001 From: negativenagesh Date: Wed, 2 Oct 2024 10:03:08 +0530 Subject: [PATCH] modified ui.py --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index 14895d7..07b551e 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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 \ No newline at end of file