I have received a very specific requirement from a client and am not sure what solution to use.
My client would like to play an online streaming video while overlaying texts and images in a sort of augmented reality fashion. These texts and images would be tempered with/animated to fit accordingly in the video (stretched, skewed, rotated, alpha'ed etc) and these assets could possibly have to be animated TO "FOLLOW" on the videos themselves.
Therefore it would be way more than just the "average" video player. The solution is probably to write a component that uses OpenGL but I have no "web" AR experience.
Are there any materials/research on this subject I could start with?
Last but not least, there are a few additional constraints: - Compatibility with mobiles (Android / iOS) which prevents using Flash. - We are just talking "web" here (no opening for mobile apps). - Finally, I'd prefer to avoid the installation of plug-ins (i.e. Firefox plug-ins)
Thanks!