mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
drivers/video: video ioctrl api support multi instance
Signed-off-by: yuexinyi <yuexinyi@xiaomi.com>
This commit is contained in:
+328
-293
File diff suppressed because it is too large
Load Diff
@@ -181,7 +181,8 @@ enum v4l2_scene_mode
|
||||
V4L2_SCENE_MODE_PORTRAIT = 10, /* Portrait */
|
||||
V4L2_SCENE_MODE_SPORTS = 11, /* Sports */
|
||||
V4L2_SCENE_MODE_SUNSET = 12, /* Sunset */
|
||||
V4L2_SCENE_MODE_TEXT = 13 /* Text */
|
||||
V4L2_SCENE_MODE_TEXT = 13, /* Text */
|
||||
V4L2_SCENE_MODE_MAX = 14 /**< Max number */
|
||||
};
|
||||
|
||||
#define V4L2_CID_3A_LOCK (17) /* Lock 3A */
|
||||
|
||||
Reference in New Issue
Block a user