crow-misia / libyuv-android

LibYUV for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minCompileSdkVersion=31 set for androidx.camera:camera-core

sandeep5193 opened this issue · comments

my project is not ready to target api 31 yet. my requirement is very minimal, converting from I420 to RGB24/ARGB. I have excluded this particular module in gradle and is working fine.

just curious to know where this module is needed.

To handle ImageProxy, it is used in io.github.crow_misia.libyuv.ext.ImageProxyExt.

thanks for quick reply.