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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -