-
Notifications
You must be signed in to change notification settings - Fork 3
Jpeg mode #4
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
Conversation
@ladyada do you want to test this yourself? do you want an example that uses SD card instead of CIRCUITPY? (shouldn't be too difficult, just would need to wire it up) |
i dont need to test it - thankx! please check the OV2640 datasheet, anything else interesting in there? filters? |
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.
Two minor things you might want to do. I'm ok if you don't want to do them.
@tannewt ready for a re-review. I added a 2nd jpeg demo which turns the Kaluga into a selfie-cam. Press (hold, really, because it's polled) the REC button to save a jpeg image at highest resolution to an SD card. |
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.
Looks great! Thank you!
nice work! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_OV2640 to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_OV2640#4 from adafruit/jpeg-mode Updating https://github.com/adafruit/Adafruit_CircuitPython_PyBadger to 3.4.0 from 3.3.0: > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#46 from lesamouraipourpre/ondiskbitmap-changes
.. including an example for Kaluga which captures to the internal CIRCUITPY flash region.