Tal Davidson
Roman thanks.
The use-case I am trying to develop is this: While the user previews a video on screen, he presses a 'start record' button, and the system immediately starts capturing the video to AVI till the user presses a 'stop recording' button.
Following your suggestion I looked a the 'Main demo', but there too (to-my-best-understanding) you can either run the grabbing in preview mode OR video capture mode, and need to stop/start when moving from one to the other.
Doing this, even programatically results in a long multi-second period till video capture beings after the user requests it to begin. So it doesn't achieve my intent of an immediate start/stop of recording.
Does the VideoCapture .NET API enable you to just preview a video, then upon a programatic request immediately start capturing the video (say to ASVI) without having to stop/change mode/start or anything else that results in a long multi-second wait for the the video capture to start?
Thanks
Tal
on June 16, 2013 12:26