|
Win32 Systems (Win98, Me, NT, 2000 and XP)
The PXR800 contains a 256x8 LUT (look up table) whose values can be
set either by software or to a set of default values. Depending on the
values loaded into the LUT, various video signal pixel translations
can be performed by the LUT. This sample shows you how to setup and
change the values of the LUT.
In this sample you will learn how to do the following:
1. Create a simple control window.
2. Create a video display window.
3. Initialize the PXR frame grabber.
4. Grab individual frames and display them in the video display window.
5. Read and change the values in the frame grabbers LUT.
The Visual Basic support for the PXR800 requires the following header files and libraries.
1. PXR800API.BAS
2. PXR800.BAS
3. PXRFRAME.BAS
4. IMAGINFO.BAS
5. PXR800_DISPLAY.BAS
6. PXR800.DLL
7. PXRFRAME.DLL
8. PXR800_DISPLAY.DLL
|