dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.35k stars 645 forks source link

What kind of operation should be performed on libh264decoder under mac environment? #49

Open biyisi opened 4 years ago

biyisi commented 4 years ago

What kind of operation should be performed on libh264decoder under mac environment? Show libh264decoder model does not exist in pycharm environment I tried to copy the libh264decoder folder and libh264decoder.so to site-packages, but I still get an error?

biyisi commented 4 years ago

In pycharm environment, tello.py code tells no module named "libh264decoder"

dji-dev commented 4 years ago

Public comment from Ho.Yan in Zendesk ticket #30322:

Dear developer,

Hello, thank you for your support.

If you have to compile it from source,with Linux or Mac,you can:

cd h264decodermkdir buildcd buildcmake ..makecp libh264decoder.so ../../

Regards,

Ho Yan RYZE TECHNICAL SUPPORT