This is my first question. I need to help for live camera on android. I want to create camera preview(on surface view). android application for android with some function:
- Flip mirror camera in live preview camera. (It's same rotateX or rotateY).
I was try flip bitmap on Camera.PreviewCallback then redraw Surface but it very slow. Then I try using open cv. But it to larger for my application.
[Android api >= 10.]
Give me some idea to fix my prob. Thanks so much. // Sorry for my english.