Questions tagged [fastcv]

Use this tag for questions about Qualcomm´s FastCV computer vision library.

FastCV is a computer vision library created by Qualcomm.
It is optimized for mobile devices.

Official page.

6 questions
3
votes
0 answers

FastCV Java installer failing due to InvocationTargetException

I am trying to install FastCV SDK for use with Android Studio, but the installer applet which quallcomm provide will not even run. If I simply double click the .app file, the icon appears quickly then closes instantly. If I open the package…
D. Wood
  • 31
  • 3
3
votes
0 answers

openCV NDK (/javaCV) vs FastCV Vs android Vision for face processing

I am trying to process faces in images on a device/tablet. I have used opencv (NDK) a while ago. I see that there are couple of other options available to process faces. Just wondering how opencv, android-vision api and FastCV would compare…
2
votes
0 answers

Build Fastcv in android studio

I want to use 'fastcv' in my app with Android Studio. But the instructions all are for Eclipse in the network. How can I use 'fastcv' in Android Studio? I use Android Studio 1.5.1
馬鈺智
  • 31
  • 4
1
vote
1 answer

How to build executable ARM64-V8 program with OpenCL and fastcv for running on Android?

I want to build a C++ program in arm64-v8a running on Android, which used OpenCL and fastCV. I can compile and work well when I use the armv7-a architecture. Please help me if you know how to figure it out Application.mk: APP_CPPFLAGS = -frtti…
zac
  • 111
  • 1
  • 9
0
votes
1 answer

build Qualcomm's FastCV sample

I try to build the Qualcomm's FastCV sample fastcorner. I add the project file into Eclipse, and follow the instruction to "add C/C++ attributes to the project" using "Convert to a C++ Project". I got nothing in the I try to clean the project,…
PinkyJie
  • 817
  • 3
  • 8
  • 28
0
votes
1 answer

FASTCV linking error with Visual Studio 2013 for Windows mobile

I'm trying to link FastCV with Windows runtime project on Visual Studio 2013. I'm getting the following error. LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' . Please help.