Skip to content

AngusG/ffcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Android Studio UVC Webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published