Skip to content

Enable Camera clock on Arduino Portenta H7 #184

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KurtE
Copy link

@KurtE KurtE commented Aug 14, 2025

We need to start the clock in the same way as we do for the Arduino GIGA.

As without the clock started, most cameras will not even make the camera visible to I2C
This unrelated change was in the branch of #165
And has now been pulled out of it.

This PR is only a change of a #if statement that adds the Portenta H7 to the line that enables the clock for the Giga.
And only if Video (Camera) is configured in the .conf files.

Currently the overlay for the PortentaH7 is setup with the configuration to run on the Mid Carrier board, which is
different than the Portenta Vision shield. At some point probably need to configure it for either. Not sure
what Arduino wishes to do for this. Define them as Shields in Zephyr and have multiple variants? But that
is beyond the scope of this simple change.

We need to start the clock in the same way as we do for the Arduino GIGA.

As without the clock started, most cameras will not even make the camera
visible to I2C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant