1 from warnings
import warnpy3k
2 warnpy3k("the SV module has been removed in Python 3.0", stacklevel
=2)
9 BLANKING_BUFFER_SIZE
= 2
13 # mode parameter for Bind calls
15 IN_OVER
= 1 # Video over graphics
16 IN_UNDER
= 2 # Video under graphics
17 IN_REPLACE
= 3 # Video replaces entire win
19 # mode parameters for LoadMap calls. Specifies buffer, always 256 entries
20 INPUT_COLORMAP
= 0 # tuples of 8-bit RGB
21 CHROMA_KEY_MAP
= 1 # tuples of 8-bit RGB
22 COLOR_SPACE_MAP
= 2 # tuples of 8-bit RGB
23 GAMMA_MAP
= 3 # tuples of 24-bit red values
25 # mode parameters for UseExclusive calls
30 # Format constants for the capture routines
31 RGB8_FRAMES
= 0 # noninterleaved 8 bit 3:2:3 RBG fields
32 RGB32_FRAMES
= 1 # 32-bit 8:8:8 RGB frames
33 YUV411_FRAMES
= 2 # interleaved, 8:2:2 YUV format
34 YUV411_FRAMES_AND_BLANKING_BUFFER
= 3
37 # sv.SetParam is passed variable length argument lists,
38 # consisting of <name, value> pairs. The following
39 # constants identify argument names.
42 SOURCE
= (_NAME_BASE
+ 0)
46 COLOR
= (_NAME_BASE
+ 1)
50 OUTPUTMODE
= (_NAME_BASE
+ 2)
53 FREEZE
= (_NAME_BASE
+ 3)
54 DITHER
= (_NAME_BASE
+ 4)
55 OUTPUT_FILTER
= (_NAME_BASE
+ 5)
56 HUE
= (_NAME_BASE
+ 6)
57 GENLOCK
= (_NAME_BASE
+ 7)
61 BROADCAST
= (_NAME_BASE
+ 8)
64 VIDEO_MODE
= (_NAME_BASE
+ 9)
67 INPUT_BYPASS
= (_NAME_BASE
+ 10)
68 FIELDDROP
= (_NAME_BASE
+ 11)
69 SLAVE
= (_NAME_BASE
+ 12)
70 APERTURE_FACTOR
= (_NAME_BASE
+ 13)
75 CORING
= (_NAME_BASE
+ 14)
80 APERTURE_BANDPASS
= (_NAME_BASE
+ 15)
85 PREFILTER
= (_NAME_BASE
+ 16)
86 CHROMA_TRAP
= (_NAME_BASE
+ 17)
87 CK_THRESHOLD
= (_NAME_BASE
+ 18)
88 PAL_SENSITIVITY
= (_NAME_BASE
+ 19)
89 GAIN_CONTROL
= (_NAME_BASE
+ 20)
94 AUTO_CKILL
= (_NAME_BASE
+ 21)
95 VTR_MODE
= (_NAME_BASE
+ 22)
98 LUMA_DELAY
= (_NAME_BASE
+ 23)
99 VNOISE
= (_NAME_BASE
+ 24)
104 CHCV_PAL
= (_NAME_BASE
+ 25)
105 CHCV_NTSC
= (_NAME_BASE
+ 26)
106 CCIR_LEVELS
= (_NAME_BASE
+ 27)
107 STD_CHROMA
= (_NAME_BASE
+ 28)
108 DENC_VTBYPASS
= (_NAME_BASE
+ 29)
109 FAST_TIMECONSTANT
= (_NAME_BASE
+ 30)
110 GENLOCK_DELAY
= (_NAME_BASE
+ 31)
111 PHASE_SYNC
= (_NAME_BASE
+ 32)
112 VIDEO_OUTPUT
= (_NAME_BASE
+ 33)
113 CHROMA_PHASEOUT
= (_NAME_BASE
+ 34)
114 CHROMA_CENTER
= (_NAME_BASE
+ 35)
115 YUV_TO_RGB_INVERT
= (_NAME_BASE
+ 36)
116 SOURCE1_BROADCAST
= (_NAME_BASE
+ 37)
117 SOURCE1_MODE
= (_NAME_BASE
+ 38)
118 SOURCE2_BROADCAST
= (_NAME_BASE
+ 39)
119 SOURCE2_MODE
= (_NAME_BASE
+ 40)
120 SOURCE3_BROADCAST
= (_NAME_BASE
+ 41)
121 SOURCE3_MODE
= (_NAME_BASE
+ 42)
122 SIGNAL_STD
= (_NAME_BASE
+ 43)
124 SIGNAL_COLOR
= (_NAME_BASE
+ 44)