|
I don't think you understand what is going on. I just checked the docs and the callback function has nothing to actually do with key input. It is called after every frame is caputered, and frames start being captured when you call cvcamStart() (which returns immediately) and stop when you call cvcamStop(). In between those calls you can do whatever else you want to do in your application.
|