Skip to content

Improve mt9m114 camera driver #70237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Improve mt9m114 camera driver #70237

merged 3 commits into from
Mar 26, 2024

Conversation

ngphibang
Copy link
Collaborator

Currently, the driver supports only VGA resolution while 480x272 is needed to match with the display resolution on i.MX RT10XX family.

Also, the current framerate is very low, about 3-4 fps without doing anything else with the image buffers (just discarding them).

This PR reworks the driver to address the low framerate issue as well as to add support for 480x272 and 1280x720 resolutions.

@zephyrbot zephyrbot added the area: Video Video subsystem label Mar 14, 2024
@zephyrbot zephyrbot requested a review from loicpoulain March 14, 2024 15:29
@ngphibang
Copy link
Collaborator Author

Hi @loicpoulain ,
Could you help to review this one ?
Thank you

Run clang format before making any changes

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
Drop unused register macros and coherently use major letters for
register address.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
Currently, the driver supports only VGA resolution while 480x272 is
needed to match with the display resolution on i.MX RT10XX family.

Also, the current framerate is very low, about 3-4 fps without doing
anything else with the image buffers (just discarding them).

Rework the driver to address the low framerate issue as well as to add
support for 480x272 and 1280x720 resolutions.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
@ngphibang
Copy link
Collaborator Author

@loicpoulain @decsny Thanks ! Issues were addressed with the new updates.

@ngphibang
Copy link
Collaborator Author

Hi @loicpoulain , is it ok for you now ?
Thanks !

@loicpoulain loicpoulain self-requested a review March 26, 2024 13:44
@ngphibang
Copy link
Collaborator Author

Hi @decsny , could you help to review and / or approve this so that it can be merged ?
Thank you !

@dleach02 dleach02 self-assigned this Mar 26, 2024
@nashif nashif merged commit 64ca263 into zephyrproject-rtos:main Mar 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Video Video subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants