Programming Manual
PHYTEC Messtechnik GmbH 2008 L-720e_0
107
P
ro
g
ra
m
m
in
g
M
a
n
u
a
l
Dropping fields/frames in a video Signal
void TemporalDect(WORD nDevNo,
WORD nDecField,
WORD nFldAlign,
WORD nDecRat);
nDecField:
0 = drop frame(s)
1 = drop field(s)
nAlign:
0 = odd field will be dropped first
1 = even field will be dropped first
nDecRat:
number of the fields / frames to be dropped out of 50 (PAL)
or 60 (NTSC)
The pciGrabber-4x4 allows for continuous digitization to select the
number of images digitized per second. Default are 50 or 60 (NTSC)
digitized images per second (video-standard).
With the help of this function it can be determined how many images
of the 50 or 60 images are
dropped
during digitization.
The other two parameters give instructions of the kind of omissions:
The parameter
nAlign
aligns the start of the decimation with an even
or odd field.
The parameter
TDecField
defines whether decimation is by fields or
frames.
Example (PAL/SECAM):
nD
e
cField
=0,
nDecRate
=2
The reduction refers to frames. From 50 images two are omitted.
The images 1-24 are produced as usually, then an image is omitted.
Images 26-49 are produced and then again one image is omitted.
nDecField
=1,
nDecRate
=25
In this case 25 fields are omitted of 50. The result will be, that each
second image will be produced, so always the same field type will
be omitted. Which field will be omitted first, depends on nAlign.
Содержание 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...