CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jerryzhang

Search: Search took 0.04 seconds.

  1. 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...
  2. Replies
    0
    Views
    1,007

    How to paint the entire screen to black

    Hi, I want to paint the entire screen to black (or blue, red), keep for a while, and then paint some rectangle in it to white (or blue, red). Windows platform.

    If use ::FillRect() directly. There...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured