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 : Tuesday, August 20, 2013 5:42:55 AM(UTC)
SimonBill

Groups: Registered
Posts: 4


We are creating an application that will put multiple pieces of text on to a captured video that is then saved to file.

Using GraphEdit, this seems feasible - we create 1 Overlay for each piece of text that needs to be put on the video.

Programmatically, this does not seem to be so easy. We can create a cpp mmCapture app with a single overlay easily, but how do we add more overlays to add more text fields?

Thanks,

Simon
 

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 : Tuesday, August 20, 2013 10:40:59 PM(UTC)
SimonBill

Groups: Registered
Posts: 4


Attached is a Graph showing what we are trying to do programatically.
SimonBill attached the following image(s):
TextOverlay.png
 
#3 Posted : Wednesday, August 21, 2013 4:05:37 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Simon,

You can add more than one instance of the LEAD Video Text overlay filter to the selected processors. After this, use the Capture.GetSubObjectDispatch functions with the the constant ltmmCapture_Object_SelVideoProcessor to get the first added processor. To obtain the next processor in the list, use (ltmmCapture_Object_SelVideoProcessor+1). To obtain a third processor if you have one, use (ltmmCapture_Object_SelVideoProcessor+2) and so on.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#4 Posted : Wednesday, August 21, 2013 4:10:38 AM(UTC)
SimonBill

Groups: Registered
Posts: 4


Thanks Maen, that's the piece of understanding I was missing.
 
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.107 seconds.