ketai
ketai copied to clipboard
KetaiCamera and KetaiFace
I noticed the code for KetaiCamera and noticed that functions for faceDetection have been commented out. There is a face detection library provided and it returns functions for ketaiSimpleFace, but I need the positions of the left and right eye and mouth for my project. Is there any other way to do so? If yes, do tell. KetaiFace: https://github.com/ketai/ketai/blob/master/src/ketai/camera/KetaiFace.java KetaiCamera: https://github.com/ketai/ketai/blob/master/src/ketai/camera/KetaiCamera.java Code on Line No. 91 and Line No. 228 especially drove my attention to ask if they have been removed intentionally. . . I did notice that https://developer.android.com/reference/android/hardware/Camera.Face is being used in this case but has been deprecated. Thank You