I'm trying to program something similar to NI's product DIAdem CLIP in LabVIEW. A program that synchronizes test data with video. I'm trying to find a decent video component that gives me basic information about what is being played.
My first thought is to use Windows Media Player 10 w/ LabVIEW ActiveX container. I'm a little confussed as to what I'm doing with it, however. I can't find any information about Windows Media Player 10 in the Class Browser.
All I really need is:
Input:
1. The file for the embedded media player to play.
Output:
1. The framerate of the file being played.
2. The current frame.
I think with that I should be able to put a marker in my data graphs that indicates where that data correlates with the playing video.
Thank you for your input!
-Nic