Tello: 17:48:18.658: Error: video recv: unsupported operand type(s) for &: 'str' and 'int'
Traceback (most recent call last):
File "/home/peter/Work/flock_catkin_ws/src/TelloPy/tellopy/_internal/tello.py", line 661, in __video_thread
video_data = VideoData(data)
File "/home/peter/Work/flock_catkin_ws/src/TelloPy/tellopy/_internal/protocol.py", line 234, in init
if VideoData.packets_per_frame < (self.h1 & 0x7f):
TypeError: unsupported operand type(s) for &: 'str' and 'int'
Tello: 17:48:18.658: Error: video recv: unsupported operand type(s) for &: 'str' and 'int' Traceback (most recent call last): File "/home/peter/Work/flock_catkin_ws/src/TelloPy/tellopy/_internal/tello.py", line 661, in __video_thread video_data = VideoData(data) File "/home/peter/Work/flock_catkin_ws/src/TelloPy/tellopy/_internal/protocol.py", line 234, in init if VideoData.packets_per_frame < (self.h1 & 0x7f): TypeError: unsupported operand type(s) for &: 'str' and 'int'