linversion

Results 12 comments of linversion

> Please write example code in Example project. And then I will ask @AlexV525 to review the code. When you register the DioInspector, there are three parameter in it's constructor,...

这个需求挺有用的,同求

```groovy android { packagingOptions { pickFirst 'lib/arm64-v8a/libassimp.so' pickFirst 'lib/arm64-v8a/libopencv_java3.so' } } ```

> 看下这个问题,用第一个解答 https://stackoverflow.com/questions/60878599/error-building-android-library-direct-local-aar-file-dependencies-are-not-supp 我这里不是已经跟第一个解答一样了吗,aar放在一个单独的目录,include到settings,然后依赖

> 解决方法 jni_gpupixel.cc 文件中使用 std::map filter_map; > > extern "C" jbyteArray Java_com_pixpark_gpupixel_GPUPixel_nativeSourceCaptureAProcessedFrameData( JNIEnv *env, jclass, jlong classId, jlong upToFilterClassId, jint width, jint height) { auto filter = filter_map[upToFilterClassId]; jbyteArray jresult...

I'm working on this too.

> [@linversion](https://github.com/linversion) are you working on addressing this problem? is there any timeline you expected this to be published? thanks a lot in advance. @maikelvdh check my forked repository: https://github.com/linversion/android-gpuimage

> [@linversion](https://github.com/linversion) how i can use your version gpuimage ? @maikelvdh @re-LIF3 I already published a release aar

> > > [@linversion](https://github.com/linversion) how i can use your version gpuimage ? > > > > > > [@maikelvdh](https://github.com/maikelvdh) [@re-LIF3](https://github.com/re-LIF3) I already published a release aar > > [@linversion](https://github.com/linversion) it...