Re: [PR] V4l2m2m [nuttx]

2024-05-15 Thread via GitHub
xiaoxiang781216 merged PR #12329: URL: https://github.com/apache/nuttx/pull/12329 -- 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: commits-unsubscr...@nu

Re: [PR] V4l2m2m [nuttx]

2024-05-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #12329: URL: https://github.com/apache/nuttx/pull/12329#discussion_r1598748280 ## include/sys/videoio.h: ## @@ -899,8 +899,8 @@ struct v4l2_frmivalenum struct v4l2_pix_format { - uint16_t width; /* Image width in pixels

Re: [PR] V4l2m2m [nuttx]

2024-05-13 Thread via GitHub
acassis commented on code in PR #12329: URL: https://github.com/apache/nuttx/pull/12329#discussion_r1598691625 ## include/sys/videoio.h: ## @@ -899,8 +899,8 @@ struct v4l2_frmivalenum struct v4l2_pix_format { - uint16_t width; /* Image width in pixels */ - ui

[PR] V4l2m2m [nuttx]

2024-05-12 Thread via GitHub
shizhenghui opened a new pull request, #12329: URL: https://github.com/apache/nuttx/pull/12329 ## Summary Add support for v4l2m2m 1. Add v4l2m2m video driver framework 2. Add a simulator decoder based on openH264 3. Add a simulator encoder based on libx264 ## Impact