Get Assets
from mistyPy.Robot import Robot
# Initialize Misty
misty = Robot()
# Get the list of videos
video_list = misty.get_video_list()
# Check if video list is retrieved successfully
if video_list is not None:
# Print the list of videos
print("List of Videos:")
for video in video_list:
print(video)
else:
print("Failed to retrieve the video list.")GetAudioFile
GetAudioList
GetImage
GetImageList
GetVideo
GetVideoList
GetVideoRecording
GetVideoRecordingList
GetKnownFaces
GetConversations
GetLoadedContexts
GetStates
Last updated