modified ui.py
parent
8bc9f59ca0
commit
248972c0ad
|
@ -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
|
Loading…
Reference in New Issue