diff --git a/detect_objects.py b/detect_objects.py old mode 100644 new mode 100755 index a3dfb2215..83bd65062 --- a/detect_objects.py +++ b/detect_objects.py @@ -81,6 +81,11 @@ def main(): return Response(imagestream(camera_name), mimetype='multipart/x-mixed-replace; boundary=frame') + @app.route('/') + def ishealthy(): + # return a healh + return "Frigate is running. Alive and healthy!" + def imagestream(camera_name): while True: # max out at 5 FPS