mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
video: extend imgsensor_s interface for getting sensor device params.
Signed-off-by: yaojingwei <yaojingwei@xiaomi.com>
This commit is contained in:
@@ -393,6 +393,12 @@ struct imgsensor_ops_s
|
||||
struct imgsensor_s
|
||||
{
|
||||
FAR const struct imgsensor_ops_s *ops;
|
||||
size_t fmtdescs_num;
|
||||
FAR const struct v4l2_fmtdesc *fmtdescs;
|
||||
size_t frmsizes_num;
|
||||
FAR const struct v4l2_frmsizeenum *frmsizes;
|
||||
size_t frmintervals_num;
|
||||
FAR const struct v4l2_frmivalenum *frmintervals;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user