Jernej Jerin
Jernej Jerin
Hello @alainpimentel ! Have you maybe pinpointed the issue? Is this something that can be fixed in this library, or does it need another update at the MSDK level?
Hello @snmillar ! This might work. Currently I'm using YuvData callback: ``` codecManager.enabledYuvData(true); codecManager.setYuvDataCallback ``` I'm curious, what is actually the difference between subscribing to video via this transcoded video...
Hello @alainpimentel ! Actually having YUV data available via subscription would be nice! Though based on my experience, if you enable YUV data, for some reason main FPV TextureView stops...
Yes I tried with Mavic Mini and it's the same. If I remember correctly from one of the Github issue threads in Mobile SDK project, it's due to `DJICodecManager` unable...
Hello @alainpimentel, @snmillar ! Do you have any progress with exposing YUV data? It would help me a lot and probably also other users. I'm having a hard time getting...
Hello @alainpimentel @snmillar ! I've just seen new release for Beta 5.1, great job! I've quickly scrolled over the codebase for `FPVWidget.kt` but don't see any option to subscribe to...
Hello @mayurpatil307 ! Are you maybe using Mavic 2 (Pro/Zoom)? There's an issue with those drones, you need to enable some other stuff via SDK calls, see above posts for...