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:
Marc Rousavy
2022-01-03 11:54:32 +01:00
committed by GitHub
parent 1d27f6a06b
commit fc4ed60f7c
2 changed files with 23 additions and 11 deletions

View File

@@ -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