def handle_cozmoImage(): if is_microsoft_browser(request): return serve_single_image() return flask_helpers.stream_video(streaming_video, request.url_root)
def handle_vectorImage(): if is_microsoft_browser(request): return serve_single_image() return flask_helpers.stream_video(streaming_video)
def handle_cozmoImage(): return flask_helpers.stream_video(streaming_video, request.url_root)