Programming Manual
PHYTEC Messtechnik GmbH 2008 L-720e_0
127
P
ro
g
ra
m
m
in
g
M
a
n
u
a
l
Reading image data
DWORD GetPictureBufferAddress (WORD nDevNo, DWORD dwBitsSize) ;
dwBitsSize: size of the memory region used for the image
return value: address of the beginning of the memory region
In order to read the digitized data from the memory region controlled
by the VxD-driver, the user program must know the start address of
the memory region.
The function
GetPictureBufferAddress
returns this address to the user
program, at which the region of the memory starts, defined before by
the VxD. In this memory the Grabber stores the data of the digitized
image with the following structure:
(a) Only even- or only odd-fields are digitized
(the parameters of the dimension of the other field are zero)
The digitized field is placed at the beginning of the memory
region of the image.
(b) Even- and odd-fields are digitized
(nInterlaced=0)
The even-field is placed at the beginning of the memory
region. Adjacent to the even fields, the odd field is positioned.
The start address of the odd- field is also the start address of
the memory region of the image plus
nEhsize;
nEvsize
the
number of Byte per pixel.
(c) Frames are digitized in interlace-modus
(nInterlaced=1)
The digitized frame is composed of interlaced fields and begins
at the start address of the memory region of the image.
Содержание pciGrabber4x4
Страница 1: ...A product of a PHYTEC Technology Holding company Grabber 4x4 Hardware Manual Edition January 2009...
Страница 8: ...pciGrabber 4x4 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 10: ...pciGrabber 4x4 2 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 44: ...pciGrabber 4x4 36 PHYTEC Messtechnik GmbH 2008 L 720e_0...
Страница 73: ...Programming Manual PHYTEC Messtechnik GmbH 2008 L 720e_0 65 Programming Manual Part 2 Programming Manual...
Страница 103: ...Programming Manual PHYTEC Messtechnik GmbH 2008 L 720e_0 95 Programming Manual 0 nDevNo Max_Device_Number are accepted...
Страница 128: ...pciGrabber 4x4 120 PHYTEC Messtechnik GmbH 2008 L 720e_0 Figure 49 Color Format of the pciGrabber 4x4...
Страница 159: ...Index PHYTEC Messtechnik GmbH 2008 L 720e_0 151...