Android Moto X 4.2.2 Camera FaceDetectionListener onFaceDetection() never called -


i have app using api level 14 camera.facedetectionlistener in conjunction camera.startpreview(), camera.startfacedetection(), , camera.setfacedetectionlistener() after checking camera.parameters.getmaxnumdetectedfaces().

on moto x running 4.2.2, getmaxnumdetectedfaces() returns 5, onfacedetection() never called.

testing on htc 1 running 4.4.2, works expected (and getmaxnumdetectedfaces() returns 16).

are there other checks perform make sure face detection available on device? assistance.


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -