LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Re: Updating at the sametime two pictureboxes with the ltmmCapture and ltmmPlay objects
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 15, 2007 11:08:17 PM(UTC)
Groups: Registered
Posts: 6
Hi, I need help with this, I am working with vb6 and version 14
I have one objCapture As New ltmmCapture and objPlay As New ltmmPlay.
This two objects are connected to two picturebox, in this way:
objCapture.VideoWindowFrame = pictureView.hWnd
objPlay.VideoWindowFrame = picturePlay.hWnd
I need to connect two pictureboxes to each object, so the user can see the capture in a small window in one monitor and at the same time the same capture in other monitor, as well as when it plays a video
Question:
Is there any way to do this, any event i can choose to update at the same time two pictireboxes connected with the video I am capturing ( ltmmCapture) and while I am playing ( ltmmPlay) ?
Please I wait your answer I do not know how to do this
Thank you so much in advance
Rosario
#2
Posted
:
Monday, February 19, 2007 3:32:35 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
One way to do this is to add a LEAD Video Callback multimedia filter into our control (this works with either the Capture or the Play control).
Whenever the callback function is triggered, you can take the video frame and make a Windows bitmap from it and draw it on the additional picture box you have.
For more information about the LEAD Video Callback multimedia filter, please refer to the following forums:
http://support.leadtools.com/SupportPortal/cs/forums/6465/ShowPost.aspx
http://support.leadtools.com/SupportPortal/cs/forums/4805/ShowPost.aspx
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Re: Updating at the sametime two pictureboxes with the ltmmCapture and ltmmPlay objects
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.