fix: Fix REA detection to build Frame Processors (#703)
* fix: Fix REA detection * fix: Detect REA v2 only * cleanup logic * Log whether Frame Processors are enabled or disabled * Log warn instead of info * use plugin.js to check * log more precisely * try ctor * Revert "try ctor" This reverts commit bb6110a119428451389d75896234a9935c48d75b. * fix: Fix log order * fix: Fix dumb boolean conversion. ffs. * Update build.gradle * fix: Remove `VisionCamera_disableFrameProcessors=false` flag
This commit is contained in:
@@ -16,6 +16,5 @@ VisionCamera_compileSdkVersion=31
|
||||
VisionCamera_kotlinVersion=1.5.30
|
||||
VisionCamera_targetSdkVersion=31
|
||||
VisionCamera_ndkVersion=21.4.7075529
|
||||
VisionCamera_disableFrameProcessors=false
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
|
Reference in New Issue
Block a user