Skype added an anti-shake feature in it's video conference app on iPhone. How can that be done?
feedback
|
closed as not a real question by Ken White, Moshe, Jonathan Grynspan, DhruvPathak, Graviton Sep 28 '11 at 6:13
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
This is quite a complicated thing to pull off, but it's probably a combination of some powerful blur detection/removal algorithms, and the gyroscope. I would start by looking into how to detect motion with the iPhone, and see what kind of results you can get with that. If it's not enough, start looking into shift/blur direction detection algorithms. This is not a trivial problem, but is something that you could probably accomplish given enough time. Hope that Helps! | |||
feedback
|