LEADTOOLS Support
Multimedia
Multimedia SDK Examples
HOW TO: Use the SelectRegionTool with v20 LTMM Screen Capture Filter
#1
Posted
:
Monday, February 12, 2018 12:54:01 PM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
The attached C# .NET project was updated using Visual Studio 2017 and LEADTOOLS 20. It assumes that you already have our SDK installed. The original project using LEADTOOLS 19 can be found
here.
The attached project demonstrates how to programmatically alter the properties of the LEAD Screen Capture Filter (2.0) and how to use the SelectRegionTool to allow the user to dynamically select the region of the screen to capture. The output AVI file that is captured will be saved to the \LEADTOOLS 19\Media\capture.avi.
These features require you to implement the ILMScrCapUserCallback callback in your project. The attached project also demonstrates how to do this.
Steps to test the functionality:
- Extract the application to the following directory:
C:\LEADTOOLS 20\Examples\posts\t12464
- Run the application
- Once the application starts, you will see cross hairs on your screen that will allow you to drag to select a region of the screen.
- Once the region is selected and the mouse button is released, the form will load with the LEADTOOLS capture control capturing the selected region of the screen.
- Once the project is closed, the captured AVI file will be saved to disk.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Multimedia
Multimedia SDK Examples
HOW TO: Use the SelectRegionTool with v20 LTMM Screen Capture Filter
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.