The call to 'StartStreaming' is blocking, that is it does not return until
the CallBackFunction returns false.
Should (in my opinion) be a threaded system where 'StartStreaming' creates
a task/thread/process which handle the capture of the image from the
hardware into a buffer.
You would also need a 'StopStreaming' method to enable interrupting it
without doing it in the CallBackFunction.
Original issue reported on code.google.com by mungew...@gmail.com on 6 Feb 2009 at 4:29
Original issue reported on code.google.com by
mungew...@gmail.com
on 6 Feb 2009 at 4:29