DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
170 stars 81 forks source link

No non static method onFrameDataRecv #80

Closed ibrag474 closed 2 years ago

ibrag474 commented 2 years ago

Recompiled JNI for my own project and getting this error: java.lang.NoSuchMethodError: no non-static method "Lcom/test/droneController/video/NativeHelper;.onFrameDataRecv([BIIZII)V". Method onFrameDataRecv is defined. By the way what does "([BIIZII)V" mean?

dji-dev commented 2 years ago

Agent comment from DJI SDK in Zendesk ticket #61478:

尊敬的开发者,感谢您联系DJI 大疆创新 由于github不是我们主要的咨询渠道,您的问题可能跟进不及时。我们建议您通过填写表单( https://djisdksupport.zendesk.com/hc/zh-cn/requests/new )向我们反馈问题。或者您也可以在论坛发帖,与其它开发者交流。论坛链接:https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

Dear developer, thank you for contacting DJI. Since github is not our main consultation channel, your questions may not be followed up in time. We recommend that you fill in the form (https://djisdksupport.zendesk.com/hc/en-us/requests/new) to report problems to us. Or you can post in the forum to communicate with other developers. Forum link: https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

°°°

dji-dev commented 2 years ago

Agent comment from William Wong in Zendesk ticket #61478:

This is also unknown meaning for us. I think this is because the variable has been manified.

°°°