Now runs in Android Studio.
- QTI FastCV SDK (binary not included in repo)
- ANDROID-NDK (confirmed using version r10e)
- ANDROID-SDK API 22
Certain steps from: https://developer.qualcomm.com/software/fast-cv-sdk/getting-started still apply.
- Copy lib/libfastcv.a to your ndk lib directory (e.g /arch-arm/usr/lib)
- Copy fastcv.h to /arch-arm/usr/include/fastcv)
Currently, ndk-build is run separately in the jni folder rather than using gradle.
- Need to replace deprecated camera interface with UVC (USB Video Class) in YUV420sp fmt, see https://github.com/saki4510t/UVCCamera
- Wifi ADB works, make sure if using VM that you have a bridged interface and are not behind NAT. Then adb connect ip_of_android_device.
This repository contains proprietary Qualcomm Technologies Incorporated('QTI') software.