mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
CameraSource: max indexes to 16
This commit is contained in:
parent
18587724ea
commit
0a076dbfdf
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class CameraSourceWorker(BackendWorker):
|
|||
cs.save_settings.call_on_signal(self.on_cs_save_settings)
|
||||
|
||||
cs.device_idx.enable()
|
||||
cs.device_idx.set_choices([0,1,2,3], none_choice_name='@misc.menu_select')
|
||||
cs.device_idx.set_choices([*range(16)], none_choice_name='@misc.menu_select')
|
||||
cs.device_idx.select(state.device_idx)
|
||||
|
||||
cs.driver.enable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue