https://github.com/angusg/ffcv
Android Studio UVC Webcam
https://github.com/angusg/ffcv
Last synced: 12 months ago
JSON representation
Android Studio UVC Webcam
- Host: GitHub
- URL: https://github.com/angusg/ffcv
- Owner: AngusG
- Created: 2016-01-04T22:29:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T21:01:21.000Z (over 10 years ago)
- Last Synced: 2025-05-12T14:14:18.096Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 2.49 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ffcv - furtive fastcv
Now runs in Android Studio.
## Prerequisites
- QTI FastCV SDK (binary not included in repo)
- ANDROID-NDK (confirmed using version r10e)
- ANDROID-SDK API 22
## Building
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.
## Status
- 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.
## License
This repository contains proprietary Qualcomm Technologies Incorporated('QTI') software.