-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add camera library. #41
Conversation
6ae0a5b
to
a2aa710
Compare
a2aa710
to
0cba7dd
Compare
Note that this will not build until we get my recent fixes upstream. |
0cba7dd
to
3759fa3
Compare
Yup, I'm going to add the patches for core zephyr to our branch in the meantime, and fixup the breakage introduced by a25ca3f |
Signed-off-by: iabdalkader <[email protected]>
- Enable video subsystem, DCMI and sensors. - Switch overlay to GC2145 sensor. - Enable shared multi-heap. Signed-off-by: iabdalkader <[email protected]>
Signed-off-by: iabdalkader <[email protected]>
They're not all merged yet, so I would wait for now. If you can fix the pwm issue, I can retest it and move on to something else. |
The granularity of the camera clock was too low otherwise and the camera failed to start
3759fa3
to
0ddba96
Compare
Pushed 0ddba96 to tackle the regression introduced by a25ca3f , tested and got my first frames 🙂 |
As per zephyr base, just run a |
No issue, it's just the FIFO is full, won't stop the streaming. Try more framebuffers. |
No description provided.