Converting Capture Card bitmap array to Android bitmap array using JNI

删除回忆录丶 提交于 2019-12-13 03:11:38

问题


I am using a capture card driver which gives me the captured bitmap in the form of an unsigned long. Is there any way that I could convert it into an Android bitmap? I would like to display it in an imageview.

来源:https://stackoverflow.com/questions/56732181/converting-capture-card-bitmap-array-to-android-bitmap-array-using-jni

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!