dji-sdk / RoboMaster-SDK

DJI RoboMaster Python SDK and Sample Code for RoboMaster EP.
Apache License 2.0
311 stars 142 forks source link

opus.lib error #36

Open elthef opened 3 years ago

elthef commented 3 years ago

I have this error from cmake further I could not find the share file in the gihub drive LINK : fatal error LNK1181: cannot open input file 'C:\Users\NYP\Documents\robomaster\RoboMaster-SDK-master\RoboMaster- SDK-master\lib\libmedia_codec\src\opus-share\lib\opus.lib'

JohnieBraaf commented 3 years ago

Seems like the .gitignore has filtered out .lib files, for pre-builds check https://pypi.org/project/robomaster/

JohnieBraaf commented 3 years ago

You want to use these files: opus_decoder-0.0.1.tar.gz

JohnieBraaf commented 3 years ago

see pull request (https://github.com/dji-sdk/RoboMaster-SDK/pull/49)