KinectCaptureImageGeneratorOutputMode Enumeration |
http://www.emgu.com
Camera output mode
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic enum ImageGeneratorOutputMode
Public Enumeration ImageGeneratorOutputMode
public enum class ImageGeneratorOutputMode
type ImageGeneratorOutputMode
Members
| Member name | Value | Description |
---|
| Vga30Hz | 0 |
VGA resolution
|
| Sxga15Hz | 1 |
SXVGA resolution
|
| Sxga30Hz | 2 |
SXVGA resolution
|
| Qvga30Hz | 3 |
QVGA resolution
|
| Qvga60Hz | 4 |
QVGA resolution
|
See Also