Skip to content
Snippets Groups Projects

Documentation

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -38,9 +38,9 @@ async def handle_cameras():
models.OpeningHours.close_time >= current_time).first() is not None
if is_open:
count_prediction = 0 # estimated number of people in the restaurant
open_checkouts = 0 # estimated number of open checkouts in the restaurant
cams_working = True # boolean indicating whether or not all cams are working in the restaurant
count_prediction = 0 # estimated number of people in the restaurant
open_checkouts = 0 # estimated number of open checkouts in the restaurant
cams_working = True # boolean indicating whether or not all cams are working in the restaurant
for camera in restaurant["cameras"]:
# connection to the rtsp stream
Loading