Lines Matching full:generator
41 -# data given from depth generator:
49 -# data given from BGR image generator:
89 Since two types of sensor's data generators are supported (image generator and depth generator),
90 there are two flags that should be used to set/get property of the needed generator:
92 - CAP_OPENNI_IMAGE_GENERATOR -- A flag for access to the image generator properties.
93 - CAP_OPENNI_DEPTH_GENERATOR -- A flag for access to the depth generator properties. This flag
96 Some depth sensors (for example XtionPRO) do not have image generator. In order to check it you can
101 Flags specifing the needed generator type must be used in combination with particular generator
104 - For image generator:
107 used by default (image generator returns images in VGA resolution with 30 FPS),
108 CAP_OPENNI_SXGA_15HZ (image generator returns images in SXGA resolution with 15 FPS) and
109 CAP_OPENNI_SXGA_30HZ (image generator returns images in SXGA resolution with 30 FPS, the
110 mode is supported by XtionPRO Live); depth generator's maps are always in VGA resolution.
112 - For depth generator:
115 by changing depth generator's view point (if the flag is "on") or sets this view point to
129 - Some typical flags combinations "generator type + property" are defined as single flags: