-
Notifications
You must be signed in to change notification settings - Fork 7.3k
boards: arduino_nicla_vision: add initial support for the camera system #78422
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
boards: arduino_nicla_vision: add initial support for the camera system #78422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(comment only as it is a draft)
I am learning a bit more every review :)
initial support on device tree Signed-off-by: Felipe Neves <[email protected]>
ae99b65
to
a04a9d5
Compare
a04a9d5
to
8868b11
Compare
Just ran clang-format again on the GC2145 driver |
026aff9
to
4688740
Compare
4688740
to
143a9e1
Compare
"only" unblocking for now as I might not have time to review more thoroughly in the immediate future. Thanks for quickly addressing my comments!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedback left above, which does not affect the functionality.
samples/drivers/video/capture/boards/arduino_nicla_vision_stm32h747xx_m7.conf
Show resolved
Hide resolved
samples/drivers/video/capture/boards/arduino_nicla_vision_stm32h747xx_m7.overlay
Outdated
Show resolved
Hide resolved
143a9e1
to
c2b78ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Not an expert here so these are more questions than actual comments, please bear with me.
Also, FYI - even when replying on your own PR, you can "start a review" on GitHub by going to the Files tab. This greatly reduces the number of email messages to other reviewers 🙂
c2b78ad
to
5c52be6
Compare
Add VGA and QVGA resolution support to enable usage of gc2145 sensor by smaller ram capable devices. Signed-off-by: Felipe Neves <[email protected]>
As supported board to the video capture sample. Signed-off-by: Felipe Neves <[email protected]>
5c52be6
to
0b5da7a
Compare
One more round folks, we are almost there :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR adds the support of the camera subsystem for the Arduino Nicla Vision, in order to make it to work this PR covered: