SPRESENSE commented on code in PR #11859:
URL: https://github.com/apache/nuttx/pull/11859#discussion_r1519489123


##########
include/nuttx/video/imgsensor.h:
##########
@@ -34,49 +34,49 @@
 
 /* Camera parameter IDs */
 
-#define IMGSENSOR_ID_BRIGHTNESS           (0x00000000)
-#define IMGSENSOR_ID_CONTRAST             (0x00000001)
-#define IMGSENSOR_ID_SATURATION           (0x00000002)
-#define IMGSENSOR_ID_HUE                  (0x00000003)
-#define IMGSENSOR_ID_AUTO_WHITE_BALANCE   (0x00000004)
-#define IMGSENSOR_ID_RED_BALANCE          (0x00000005)
-#define IMGSENSOR_ID_BLUE_BALANCE         (0x00000006)
-#define IMGSENSOR_ID_GAMMA                (0x00000007)
-#define IMGSENSOR_ID_GAMMA_CURVE          (0x00000008)
-#define IMGSENSOR_ID_EXPOSURE             (0x00000009)
-#define IMGSENSOR_ID_HFLIP_VIDEO          (0x0000000a)
-#define IMGSENSOR_ID_VFLIP_VIDEO          (0x0000000b)
-#define IMGSENSOR_ID_HFLIP_STILL          (0x0000000c)
-#define IMGSENSOR_ID_VFLIP_STILL          (0x0000000d)
-#define IMGSENSOR_ID_SHARPNESS            (0x0000000e)
-#define IMGSENSOR_ID_COLOR_KILLER         (0x0000000f)
-#define IMGSENSOR_ID_COLORFX              (0x00000010)
-#define IMGSENSOR_ID_AUTOBRIGHTNESS       (0x00000011)
-#define IMGSENSOR_ID_ROTATE               (0x00000012)
-#define IMGSENSOR_ID_EXPOSURE_AUTO        (0x00010000)
-#define IMGSENSOR_ID_EXPOSURE_ABSOLUTE    (0x00010001)
-#define IMGSENSOR_ID_FOCUS_ABSOLUTE       (0x00010002)
-#define IMGSENSOR_ID_FOCUS_RELATIVE       (0x00010003)
-#define IMGSENSOR_ID_FOCUS_AUTO           (0x00010004)
-#define IMGSENSOR_ID_ZOOM_ABSOLUTE        (0x00010005)
-#define IMGSENSOR_ID_ZOOM_RELATIVE        (0x00010006)
-#define IMGSENSOR_ID_ZOOM_CONTINUOUS      (0x00010007)
-#define IMGSENSOR_ID_IRIS_ABSOLUTE        (0x00010008)
-#define IMGSENSOR_ID_IRIS_RELATIVE        (0x00010009)
-#define IMGSENSOR_ID_AUTO_N_PRESET_WB     (0x0001000a)
-#define IMGSENSOR_ID_WIDE_DYNAMIC_RANGE   (0x0001000b)
-#define IMGSENSOR_ID_IMG_STABILIZATION    (0x0001000c)
-#define IMGSENSOR_ID_ISO_SENSITIVITY      (0x0001000d)
-#define IMGSENSOR_ID_ISO_SENSITIVITY_AUTO (0x0001000e)
-#define IMGSENSOR_ID_EXPOSURE_METERING    (0x0001000f)
-#define IMGSENSOR_ID_SPOT_POSITION        (0x00010016)
-#define IMGSENSOR_ID_3A_LOCK              (0x00010011)
-#define IMGSENSOR_ID_AUTO_FOCUS_START     (0x00010012)
-#define IMGSENSOR_ID_AUTO_FOCUS_STOP      (0x00010013)
-#define IMGSENSOR_ID_3A_PARAMETER         (0x00010014)
-#define IMGSENSOR_ID_3A_STATUS            (0x00010015)
-#define IMGSENSOR_ID_FLASH_LED_MODE       (0x00020000)
-#define IMGSENSOR_ID_JPEG_QUALITY         (0x00030000)
+#define IMGSENSOR_ID_BRIGHTNESS           (0x00000100)

Review Comment:
   @xiaoxiang781216  Fixed definition.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to