dji-sdk/Windows-SDK

Mavic 2 enterprise video feed not working

walseb opened this issue · 2 comments

Hi! I'm trying to get a sample application working displaying a live video feed but none of the sample applications I have tried so far has worked. I have:

  • updated both the drone (V01.01.0640) and the controller (V01.01.0410) to the latest version through DJI Assistant 2 For Mavic
  • have the latest version of windows-sdk (0.3.2)
  • completed all the steps of installing the correct usb drivers to the controller from here
  • made sure to connect the controller through the micro-usb cable to the computer before turning the controller on but the live video still wont play.
  • I have read #32 and I'm not using the smart controller

This is how my device manager looks:
image Basic things like getting the name of the drone works fine:
image but the video stream wont work:
image
I got the sample application from here
I have also tried running both examples in this tutorial but it also had the same problem. Thanks for any help!

Agent comment from William Wong in Zendesk ticket #33361:

Dear Client
Thank you for contacting DJI.

It seems that your driver is not installed properly, you need to select the remote controller device and install the libusb-win32 to it. The device Manager List should be seen as this. WSDK is still on developing, documentations and APIs are still on beta. We strongly suggest you have a look at MSDK which is mature enough on the market. Sorry for your inconvience.
​​

Hopefully our solution can help you.
Kindly Regards,
DJI Developer Support
inline1869408959.png

Seems like my problem was that I installed the libusb-win32 driver instead of the WinUSB driver. It works fine now, thanks for the help!