DJIのtello videoプログラムの動作 by python3

python3 on ubuntu20.04のため,下記H264 Decorder Python Module by DaWelterを インストールする。

github.com

その後、python2.7→python3.8対応修正をエラーをつぶしながら対応

1) str <---> bytes のencode-decorde相互latin-1変換:特に改めての、headerの付記は不要

2) float <--> integer相互変換:frame表示の際のエラー対応

f:id:vanlaborg:20201125232159p:plain

tello撮影動画 by DJI の python3化video.py