MHM
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by MHM-
MHM commented,
Hi! Yes, at frame callback, just before bitmap.copyPixelsFromBuffer, initilize bitmap as follows: val bitmap: Bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888) Hope this line sol...
-
MHM commented,
Hello, sorry, I wasn't initialising the bitmap so it was always null :S Now it's working as expected :) Thank you very much! Best regards.
-
MHM commented,
Hello again! I finally update to SDK v 5.8.0 :) Now I have the problem that frames (frameData) is null. The code I am using is as follows: private fun getFrame() { MediaDataCenter.getInstance()...
-
MHM commented,
Yes, of course :) Now checking the format conversion and trying to upgrade the SDK to get the image directly in RGBA_8888 format. I think newer versions gives this format directly from the callback...
-
MHM commented,
Thanks! I will check it. Best regards!
-
MHM commented,
Yes, y also tried decodeByteArray with same result. I guess it is because data format. There is any way to convert from YUV_420 to RGBA_8888? Thanks in advance.
-
MHM created a post,
YUV to Bitmap
CompletedHello all! I am struggling with MSDK 5.5.0 and Mavic 3M addYuvDataListener. Even MSDK 5.8 has improve streaming capabilities, I cannot currently update the applicaction. I was wondering if anybody ...
-
MHM commented,
Any plans for Mini 3 and Mini 3 Pro to support waypoint mission? Thanks in advance!
-
MHM commented,
That was my problem! Now it works like a charm :) CameraKey.KeyCameraMode.create().set( CameraMode.VIDEO_NORMAL, onSuccess = { KeyManager.getInstance().performAction( ...
-
MHM commented,
From the UXSDK record button and DJI Pilot works fine. That's why guess I'm doing something wrong but I have no clue where I'm failing :( Thank you!