MHM
- 活动总数 20
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
评论
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...
-
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.
-
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()...
-
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...
-
Thanks! I will check it. Best regards!
-
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.
-
Any plans for Mini 3 and Mini 3 Pro to support waypoint mission? Thanks in advance!
-
That was my problem! Now it works like a charm :) CameraKey.KeyCameraMode.create().set( CameraMode.VIDEO_NORMAL, onSuccess = { KeyManager.getInstance().performAction( ...
-
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!
-
Yes, of course. I just add a button to the UXSDK (https://github.com/dji-sdk/Mobile-SDK-Android-V5) and add a click listener that performs the code shown above to start a video recording: KeyManage...