Results 3 issues of landuochong

如果把mars的代码在linux下编译,然后用qt写了个项目,去链接mars的库生成动态库给app模块用,发现可以生成的动态库,但是app链接的时候报错。 /usr/bin/ld: Sample/libRtm.so: undefined reference to `xlogger_pid' /usr/bin/ld: Sample/libRtm.so: undefined reference to `mars::comm::getCurWifiInfo(mars::comm::WifiInfo&, bool)' /usr/bin/ld: Sample/libRtm.so: undefined reference to `mars::comm::isNetworkConnected()' /usr/bin/ld: Sample/libRtm.so: undefined reference to `mars::comm::getSignal(bool)' /usr/bin/ld: Sample/libRtm.so: undefined reference...

用vs2019 x64可以编译生成库,但是不能链接,sample中有错,samples\Windows\PublicComponentV2目录下的文件和源码中的冲突。而且源码中的有点老,我就用V2的替换了源码的

Hi experts, when I use LTR, I meet some questions. 1. I need check the encoded frame is a LTR and get the frame number for feed , but I...