Android Question OpenCV save camera image

Carlos Muniz

Member
Licensed User
Longtime User
Hello All:

I am needing to detect a face with my camera and save it in DirInternal, jpg format. How can I do that. Any example, please ?

Thanx a lot.
 

biometrics

Active Member
Licensed User
Longtime User
Start here:

 
Upvote 0

biometrics

Active Member
Licensed User
Longtime User
Get the above library and examples to run first.

Basically, you need to load a "Haar-Cascade", open the camera, capture frames and then process the frames with the haar-cascade.

Here are the haar-cascades that are included with OpenCV.

 
Upvote 0

Nikan99

Member
Hello All:

I am needing to detect a face with my camera and save it in DirInternal, jpg format. How can I do that. Any example, please ?

Thanx a lot.
Hello! Have you any progress with the face recognition of yours? I am currently willing to create an app that reads for face, save it with a name and whenever it reads that face again, will show the name.
 
Upvote 0
Top