philiiiiiipp / Android-Screen-to-Face-Distance-Measurement

Calculate the distance between your smartphone screen and your face using the front facing camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mCamera.setpreview{@override onPreviewFrame() } not work

ZhuFengdaaa opened this issue · comments

See Details

Can I ask for help?

  • I want to combine your FaceDetection code with my ServiceCamera code. I want the CameraSurfaceView Class run as Android Service in the background and user will not see it.
  • I write my analyzing code in mCamera.setPreviewCallback -> @override onPreviewFrame() function.
  • But the @override onPreviewFrame() function seem never work.

I just use it for a healthy app to record the user's reading behaviour.

See Details