An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## ffcv - furtive fastcv
Now runs in Android Studio.

## Prerequisites


  1. QTI FastCV SDK (binary not included in repo)

  2. ANDROID-NDK (confirmed using version r10e)

  3. ANDROID-SDK API 22

## Building
Certain steps from: https://developer.qualcomm.com/software/fast-cv-sdk/getting-started still apply.


  1. Copy lib/libfastcv.a to your ndk lib directory (e.g /arch-arm/usr/lib)

  2. 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.