Alex
Delphi SDK. I'm not using any of the OnVideoFrame events. I simply have the camera on and use Frame_GetCurrent. Roughly:
Resume;
{wait 0.5 s to ensure there something in the buffer}
Frame_GetCurrent(mybitmap);
Pause;
The other thing I notice is that the bitmap I get does not seem to have been influenced by contrast, hue, etc. settings -- it's a free run, unconstrained image. That's a clue that I'm not hooking into what is displayed in the streaming video window. Thoughts?
on January 22, 2014 19:32