CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Posts
    2

    Question Get the shooting time of each frame from WebCam

    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!

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Get the shooting time of each frame from WebCam

    I hardly know much about webcams, but it's obvious your device must provide timecodes to recording facility. Otherwise you have to synthesize ones artificially on the recording side. Is this what you're asking about?
    Best regards,
    Igor

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured