Browse Source

修改识别时间

leon 1 day ago
parent
commit
194eb6720c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -52,7 +52,7 @@ async def process_stream():
     stream = StreamCapture(ip, channel)
     stream = StreamCapture(ip, channel)
     
     
     start_det_time = "06:00"
     start_det_time = "06:00"
-    end_det_time = "20:00"
+    end_det_time = "18:00"
 
 
     posttime = time.time() - 30
     posttime = time.time() - 30
     async with aiohttp.ClientSession() as session:
     async with aiohttp.ClientSession() as session: