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
Asked
Active
Viewed 1,304 times
0
-
If any sort of data analysis can be done by a program, it can be done in Java. There is nothing especially in Java to address this issue, so you'd have to design and program it yourself or use outside libraries. – David Thornley Oct 27 '10 at 19:37
2 Answers
1
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.
0
There are answers for this at C# or JAVA library for gesture recognition from webcam?, but yes, it surely is possible.

Community
- 1
- 1

Anthony Greco
- 2,885
- 4
- 27
- 39