You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample application will not display the video from my Mavic Air over wifi. Is this supported? I can't get the video feed to display in my own UWP application either following the integration instructions exactly.
Onvideopush recieves a populated byte array but it wont display on my SwapChainPanel.
Also for some reason this is never called. The converted RGBA frame is what I'm most interested in. Is there some way to get this callback to work?
//Decode data. Do nothing here. This function would return a bytes array with image data in RGBA format.
private static void ReceiveDecodedData(byte[] data, int width, int height){}
The text was updated successfully, but these errors were encountered:
I have discovered that if I go to the Playback page and click on the WorkMode button, I can see the camera view on the FPV page. This only works if the WorkMode button turns from red to green, signifying (I think) that the application is talking successfully with the drone.
The sample application will not display the video from my Mavic Air over wifi. Is this supported? I can't get the video feed to display in my own UWP application either following the integration instructions exactly.
Onvideopush recieves a populated byte array but it wont display on my SwapChainPanel.
DJISDKManager.Instance.VideoFeeder.GetPrimaryVideoFeed(0).VideoDataUpdated += OnVideoPush;
Also for some reason this is never called. The converted RGBA frame is what I'm most interested in. Is there some way to get this callback to work?
//Decode data. Do nothing here. This function would return a bytes array with image data in RGBA format.
private static void ReceiveDecodedData(byte[] data, int width, int height){}
The text was updated successfully, but these errors were encountered: