-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Giga R1: GC2145 Issues #81
Comments
Quick update. Loaded @KurtE's test sketch
and started to see frame data But even then still get the stop after a while
|
3/8/2025 Summary of Camera Issues on GIGA and H7GC2145:On the H7 will get several lines of spew and then the following error message:
at which point the sketch halts. Will get 1 descent frame after the message. On the Giga sketch will spew
for a 1 or 2 seconds and then get the same Note for both have tried increasing and lowering the clock with no luck. |
Referenced this issue in #78 so going to close this one to avoid duplicate issues related to camera |
While playing with the cameras went back to the giga to test the GC2145 and found 1 minor issue and 1 major one.
Minor issue.
Need to add {0} at end of static const struct video_format_cap fmts[] list:
other wise if you try and do something like:
the resulting output list is corrupted, i.e.
after the fix:
MAJOR ISSUE:
after rebuilding I am not seeing any images on in the visualizer just an empyt window. In Serial1.
once I get the
<wrn> video_stm32_dcmi: HAL_DCMI_ErrorCallback
data will not come out of the buffer and no images will get produced. This is with the stancard raw byte sketchThe text was updated successfully, but these errors were encountered: