Got stuck In a situation, where working on a Camera app for android. The Camera should be customized and Customized Camera and not just the built-in. That's fine. I want camera to detect the eyes, while capturing the photo.
But I have few questions:
- What to do for preview of a camera
- Whether to use TextureView or SurfaceView
- After capturing the image, where should it be shown
- What is openCV, if I work with Texture- or SurfaceView do I still need openCV