Hi,
I want to develop a project that will record peoples high fives and play them back for another visitor to high five with.
I know I will be probably need to use openCV,video grabber and video player and then store all of the data (recordings in an xml).
so the basic action going on is that
-
a person steps up to the installation and participates in a high five with a previous recording of a high five.
-
the newest high five recorded by the previous person is stored in the xml.
-
all of the high fives (recordings) in the xml are randomly drawn to play on the screen tell another person acts.
As a pure beginner I thought this would be a great learning project to start with.
I know this algorithm is basic but it communicates what I am thinking to do.
What would be the best way to implement this project using the OF libraries.
Best and thanks for any comments,
Greg Oppman