Hi there!
I'm doing some WebCam programming and need to get the shooting time (system time) of each frame I got. I know in struct VIDEOHDR there is a member variable 'dwTimeCaptured' which can tell the elapsed time from first frame to this one. But how to get the shooting time of the first frame?
Thanks!