Fix freeze liveview : bloquer surveiller_dslr pendant preview (conflit gphoto2)
This commit is contained in:
@@ -89,7 +89,7 @@ async def surveiller_dslr():
|
||||
global _dslr_erreurs
|
||||
while True:
|
||||
await asyncio.sleep(5)
|
||||
if capture_en_cours:
|
||||
if capture_en_cours or _preview_actif:
|
||||
continue
|
||||
try:
|
||||
if GPHOTO2_DISPONIBLE:
|
||||
|
||||
Reference in New Issue
Block a user