Ejemplo n.º 1
0
def run_app(port):
    app = Application(name=setting.name, camera_port=port)
    while not app.stopped:
        app.process()
        app.debug()

    app.shutdown()