We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fb3667 + fbef6e1 commit ce025f6Copy full SHA for ce025f6
include/libfreenect2.h
@@ -52,8 +52,8 @@ struct freenect2_device_attributes {
52
/// Not all available resolutions are actually supported for all video formats.
53
/// Frame modes may not perfectly match resolutions.
54
typedef enum {
55
- FREENECT2_RESOLUTION_512x424 = 0
56
- FREENECT2_RESOLUTION_1920x1080 = 1
+ FREENECT2_RESOLUTION_512x424 = 0,
+ FREENECT2_RESOLUTION_1920x1080 = 1,
57
FREENECT2_RESOLUTION_DUMMY = 2147483647, /**< Dummy value to force enum to be 32 bits wide */
58
} freenect2_resolution;
59
0 commit comments