OVERVIEW
VETLib WorkShop is a great tool for testing and using VETLib components, main features are:
- Multiple Document Interface
- Load images (common formats: BMP, JPG, GIF, TIFF, ..)
- Load MPEG4 movies (XVID)
- Grap frames from live devices in VETLib format (with vetDirectXInput)
- Preview, capture to uncompressed formats, grab frames from live devices (with vetDirectXInput2)
- Visualization Window (GDI+)
- Dynamic PlugIn system
- Manage many stream (frames) graphs
- Smart Exceptions Managment
Some VETLib WorkShop screenshots are online in Extras » ScreenShots section.
VETLib WorkShop is available for free download (and use) as Windows package and ZIP archive (with source).
RELATED DOCUMENTS
WorkShop is not well documented jet, some informations are available in following plain text files:
Installation process shows this short presentation (RTF format).
SYSTEM REQUIREMENTS
VETLib Workshop is available for Windows systems only (32bit or higher).
Following items are required:
- .NET Framework version 1.1.4322 or greater ("dotnetfx.exe": Redistributable Package).
Optional items (for enabling all features):
- Microsoft DirectX 9.0 Runtime (very common, the same required by video games)
WORKSHOP PLUGINS
The following external plugins are included in this distribution (located in plugins folder):
- vetDigitalFilter [download DLL] [RTF informations]
- vetFilterGeometric [download DLL] [RTF informations]
- vetBufferArray [download DLL] [RTF informations]
- vetBufferLink [download DLL] [RTF informations]
Current version includes these built-in plugins (it means that they are compiled in WorkShop):
- vetInternalSourceImage [RTF informations]
- vetDirectXInput [RTF informations]
- vetDirectXInput2 [RTF informations]
- vetCodec_XVID [RTF informations]
- vetHist [RTF informations]
- vetDoctor [RTF informations]
FOR DEVELOPERS
VETLib Workshop is coded in Managed C++ with .NET Framework 1.1.4322.
External plugins are Standard C++ interface DLL (no MFC, no .NET), current PlugIn engine version is 1.3.
Source code is available in downloads section (the ZIP archive), to compile you will need also full VETLib binary for Windows (VETLib.lib, compiled with MVC6) and headers for most classes.