Results 3 comments of mikite

> You can do the following: > > * Download the project from here: https://github.com/pardom/ActiveAndroid/archive/master.zip > * Install gradle and dependencies with `./gradlew` > * Build the library with `./gradlew...

> @mikite please, use [Room](https://developer.android.com/topic/libraries/architecture/room) =) fail to load this page.

> NV21的话可以借鉴[non-gpuimage](https://github.com/begeekmyfriend/yasea/tree/non-gpuimage)分支,安卓摄像头默认采集NV21格式,所以后面的处理你可以借鉴,或者用libyuv去转格式 我尝试将NV21的帧数据转为RGB8888 遇到以下错误: 2021-11-30 18:05:44.977 1860-2407/? E/OMXNodeInstance: getConfig(0xb3a996e0:google.aac.encoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 2021-11-30 18:05:45.023 1860-2277/? E/OMXNodeInstance: getConfig(0xb23e7a04:allwinner.encoder.avc, ConfigLatency(0x6f800005)) ERROR: UnsupportedIndex(0x8000101a) 2021-11-30 18:05:45.024 1860-2277/? E/OMXNodeInstance: getConfig(0xb23e7a04:allwinner.encoder.avc, ConfigAndroidVendorExtension(0x6f100004)) ERROR: UnsupportedIndex(0x8000101a) 2021-11-30 18:05:45.025...