-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: video: Add ov5642 camera driver #97106
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
base: main
Are you sure you want to change the base?
drivers: video: Add ov5642 camera driver #97106
Conversation
Add driver to support ov5642 camera sensor Co-developed-by: Rutvij Trivedi <[email protected]> Signed-off-by: Rutvij Trivedi <[email protected]> Signed-off-by: Hardevsinh-Palaniya <[email protected]>
Hello @hardevsinh-1, and thank you very much for your first pull request to the Zephyr project! |
Thanks @hardevsinh-1 for this PR. There is already an existing driver for the OV5640 sensor. Having very very rapidly checked the difference between the OV5642 and the OV5640, it seems that the OV5642 has less features than the OV5640, having for example only DVP support and limited to 720p maximum frames. Do you know the differences between the OV5640 and the OV5642 and the difference in the way to control it ? Looking very rapidly, it seems that at least on some aspects it is very similar to the OV5640. Of course if the sensor are very different or if the way to control them is very different, then it makes sense to have a different driver. |
|
@avolmat-st, Thanks for the review.
Given these differences, what would you recommend ? |
Add driver to support ov5642 camera sensor