Wolfgang P.
May 28, 2006, 22:34:59
Dear Support,
I am evaluatuing your control and this looks very promising.
Using VB6 under Windows XP I would like to do the following:
I have two devices delivering videostreams and I want to overlay one, smaller videostream over the main stream to be able to in the end, once an event has halted both streams, save the last picture with the combined frames.
I had considered using the imageavailable event of the smaller stream to grab the frame of the smaller video and then place it onto the overlay of the main video. That would have to be done such that this overlay would be visible on the screen but also on the saved image.
Is that the best way to do it?
Or would it be better having both streams frozen seperately and THEN combine the bitmaps to display and save them?
Regards and thanks in advance
Wolfgang
I am evaluatuing your control and this looks very promising.
Using VB6 under Windows XP I would like to do the following:
I have two devices delivering videostreams and I want to overlay one, smaller videostream over the main stream to be able to in the end, once an event has halted both streams, save the last picture with the combined frames.
I had considered using the imageavailable event of the smaller stream to grab the frame of the smaller video and then place it onto the overlay of the main video. That would have to be done such that this overlay would be visible on the screen but also on the saved image.
Is that the best way to do it?
Or would it be better having both streams frozen seperately and THEN combine the bitmaps to display and save them?
Regards and thanks in advance
Wolfgang