Gerry
Gerry
thank you very much for your suggestions! I will pass the info to the camera experts here. The sample you referred is from Java side; distortion from this sample would...
Not now, it affects L-MR1 ( API Level 22 ); details are in various places - https://github.com/android/ndk/issues/622 - [Stack Overflow ](https://stackoverflow.com/questions/33206409/unused-dt-entry-type-0x1d-arg) - b/28166059 ( internal ) may you follow it...
may you put more details about your environment: - android studio version - the code you are building ? sorry about the delay :-(
No the debug types. the build lib is debug build ( not the release build ). The thought behind that is: - if needing to debug the lib, probably best...
that line is for application to use lib, NOT to produce the lib. The purpose of the application to show that even when building debug version of application, it still...
yeah, it is good point. The original thought is: - native related processing should be inside the native side; same for java side. - the opposite may causing long time...
asking the equivalent variables in gradle for them as I do not think Gradle could access CMake variables.
understood, @jomof might know those variables in gradle.
In this subject, there probably 3 options: - Generic Asan : https://developer.android.com/ndk/guides/asan#cmake - HWAsan( need special OS build ): https://developer.android.com/ndk/guides/hwasan - GWP-ASan (Android 11+): https://developer.android.com/ndk/guides/gwp-asan They are not programming feature/new...
tried on Pixel + Android 10 ( API level 29 ), it starts successfully. What device you were using?