MHM
- 活动总数 20
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
活动概览
MHM 的最新活动-
MHM 进行了评论,
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 进行了评论,
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 进行了评论,
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 进行了评论,
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 进行了评论,
Thanks! I will check it. Best regards!
-
MHM 进行了评论,
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 创建了一个帖子,
YUV to Bitmap
已完成Hello 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 进行了评论,
Any plans for Mini 3 and Mini 3 Pro to support waypoint mission? Thanks in advance!
-
MHM 进行了评论,
That was my problem! Now it works like a charm :) CameraKey.KeyCameraMode.create().set( CameraMode.VIDEO_NORMAL, onSuccess = { KeyManager.getInstance().performAction( ...
-
MHM 进行了评论,
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!