|
Normal
0
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
Hello,
You might
be able to do that by using the Video Callback Filter and drawing the rectangle
on the image data.
Unfortunately
we do not have sample code to do this in C++ Builder, but we have Visual C++
demos for the Callback filter shipped with LEADTOOLS Multimedia 14.5.
The demo
uses our LEADTOOLS imaging toolkit, so if you only have the multimedia toolkit,
you will not be able to compile it even with Visual C++. However, the code
should show you how to use the filter with the C++ language. The source code is
in:
<LEADTOOLS
Multimedia 14.5 folder>\Examples\ltmm\cpp\Callback
Adam Boulad LEADTOOLS Technical Support
|