def start(self): # start the thread to read frames from the video stream Thread(target=self.update, args=()).start() return self