Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, February 15, 2007 11:08:17 PM(UTC)

rosario  
rosario

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

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, February 19, 2007 3:32:35 AM(UTC)
Maen Hasan

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
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.231 seconds.