basic_bot.commons.vision_client
Utility functions for interacting with the vision service REST_API.
send_record_video_request
Send a request to the vision service to start recording video.
fetch_recorded_videos
Send a request to the vision service to retrieve a list of recorded videos.
The resonse.json() will be a list of strings, each string is a base filename that can be appended with ".mp4" or ".jpg" to get the video or thumbnail image.
fetch_recorded_video
Send a request to the vision service to retrieve a list of recorded videos.
The file_name should be appended with ".mp4" or ".jpg" to get the video or thumbnail image.