I am trying to use opencv(2.4.9) with android studio(2.3.3) to develop an eye tracking application used mainly on tablet ... my question is : what is the suitable API verstion of the android device that can i use? and is the model of the device has an effect ??
by the way, i tried to open the camera with opencv using API(21,22,25)on the android emulator but it does not work ... and with a real phone(API 25) also not working ... and using the genemotion emulator(API 22 & 21) and also it does not work
As official documentation says:
armeabi, armv7a-neon, arm7a-neon-android8, mips and x86 stand for platform targets:
More info