developerVenom
lvl.1
India
Offline
|
Hello Everyone,
I am observing errrors for drone connection using DJINetworkManager.getInstance().addNetworkStatusListener(netWorkStatusListener)
for specific drone like DJI Mavic 3 pro with DJI RC pro controller it showing as UNRECOGNIZED
Same Application is working fine for DJI mini 3 Pro with RC N1 Controller.
currently I have used DJI sdk v5 and dependancy are used in app
compileOnly “com.dji:dji-sdk-v5-aircraft-provided:5.8.0”
api “com.dji:dji-sdk-v5-aircraft:5.8.0"
The app I am developing using the Github Sample App
github.com/dji-sdk/Mobile-SDK-Android-V5
Any Idea on what I am doing wrong here?
Is there any specific configuration for different Drone and Controllers?
Thanks in Advance for any pointers or solutions. |
|