Closed hvilinka closed 5 years ago
Hi, there are two options for you to ask for help:
Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.
Report your issues to dev@dji.com, as it's our official channel for developers to request DJI Developer Support now.
For DJI Developer Support, we have the following three tiers:
Standard
This free support is available to anyone reaching out to dev@dji.com. There is no guarantee for response time.
Preferred
This support comes with Pro membership for 99 USD per year. You can purchase it on DJI Developer Website. These requests have priority over Standard ones. Starting today, Preferred questions will be replied to within 2 to 5 business days (Monday – Friday).
Premium
This one-time ticket is considered high-priority and costs 499 USD per issue. You can purchase it on DJI Developer Website after you become the Pro membership developer. Starting today, Premium questions will be replied to within 1 business day (Monday – Friday). This may include communication with DJI SDK engineers, but will not involve face-to-face interaction. Time limitations apply, and please keep in mind that one question is permitted per ticket. We will do our best to resolve your issue, but there some situations demand deeper engineering efforts.
pls check out this file : https://github.com/dji-sdk/Mobile-SDK-Android/blob/master/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/camera/VideoFeederView.java it's a demo of how to display two live stream at the same time.
Hi.
My drone matrice 210. DJI Android SDK 4.7.1 Device CrystalSky CS785, Android 5.1.1
I shuld display video stream from two camers at the same time, like a DJI Pilot. My solutions: I create two diferance DjiCodecManager, and use it in diferent VideoFeeder callbaks.
But the pramirySurfaceTexture callback does not work. And on the second texture, an image from different cameras (color and grayscale (I use a thermal imaging camera)) appears alternately, but most often the texture is green.
Is it possible to create and use two DJICodecManager? And if not, how can I show the video stream simultaneously?