views:

26

answers:

2

hi ....i just want to know that is it possible that can we detect lip movement in a video using java....the exact thing is that i m looking to do a project in which we can zoom in at a position using a camera where there is some lip movement (or voice) in a frame of video...pleae tell me is it possible.....advice expected please reply asap

A: 

There are answers for this at http://stackoverflow.com/questions/2154861/c-or-java-library-for-gesture-recognition-from-webcam, but yes, it surely is possible.

Anthony Greco
A: 

No mainstream programming language has built-in support for detecting lip movement; you'd need an external library to do that with Java. A good place to start would be the Stack Overflow question on facial recognition libraries.

Nick