Skip to content

Commit

Permalink
move userspace interface from video.h to sys/videoio.h
Browse files Browse the repository at this point in the history
Signed-off-by: shizhenghui <shizhenghui@xiaomi.com>
  • Loading branch information
shizhenghui committed Dec 1, 2023
1 parent 00d19b8 commit fb1cffa
Show file tree
Hide file tree
Showing 4 changed files with 1,628 additions and 1,608 deletions.
1 change: 1 addition & 0 deletions drivers/video/video.c
Expand Up @@ -36,6 +36,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/mutex.h>

#include <nuttx/video/video.h>
#include <nuttx/video/imgsensor.h>
#include <nuttx/video/imgdata.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/video_framebuff.h
Expand Up @@ -25,7 +25,7 @@
* Included Files
****************************************************************************/

#include <nuttx/video/video.h>
#include <sys/videoio.h>
#include <nuttx/mutex.h>

/****************************************************************************
Expand Down

0 comments on commit fb1cffa

Please sign in to comment.