videocmd(3G) videocmd(3G)
NAME
videocmd - initiates a command transfer sequence on a video peripheral
C SPECIFICATION
void videocmd(cmd)
long cmd;
PARAMETERS
cmd expects a command value which initiates a command transfer sequence
on a video peripheral. The valid command tokens are:
VPINITNTSCCOMP initialize the Live Video Digitizer for a
composite NTSC video source.
VPINITNTSCRGB initialize the Live Video Digitizer for a RGB NTSC
video source.
VPINITPALCOMP initialize the Live Video Digitizer for a composite
PAL video source.
VPINITPALRGB initialize the Live Video Digitizer for a RGB PAL
video source.
DESCRIPTION
videocmd allows you to initialize the Live Video Digitizer peripheral
board. Four command tokens are recognized; these initialize the board
for either an NTSC video source (composite or RGB) or a PAL video source
(composite or RGB).
SEE ALSO
getmonitor, getothermonitor, setmonitor, setvideo
NOTES
This routine is available only in immediate mode.
The Live Video Digitizer is available as an option for IRIS-4D GTX models
only.
The symbolic constants named above are defined in the file <gl/vp1.h>.
Page 1