We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://problemkaputt.de/gbatek-dsi-aptina-camera-variables-ae-auto-exposure-mcu-22xxh.htm
May be useful for controlling camera FPS.
For SD speeds: 16×480×240×24÷8÷1,000= ~5.5MB/s
16 bit 24 FPS video at 480x240 resolution or lower should be doable raw, the benchmark asie posted had around 7MB/s for large writes References https://en.m.wikipedia.org/wiki/Uncompressed_video https://mk.asie.pl/notes/9m2fsvk1hp#pswp
I recall the gbatek page mentioned a lower resolution 256x192 mode, perhaps that is intended for video recording.
Also, apparently there is a video mode you can enable, looking at this http://problemkaputt.de/gbatek-dsi-aptina-camera-variables-seq-sequencer-mcu-21xxh.htm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://problemkaputt.de/gbatek-dsi-aptina-camera-variables-ae-auto-exposure-mcu-22xxh.htm
May be useful for controlling camera FPS.
For SD speeds:
16×480×240×24÷8÷1,000= ~5.5MB/s
16 bit 24 FPS video at 480x240 resolution or lower should be doable raw, the benchmark asie posted had around 7MB/s for large writes
References
https://en.m.wikipedia.org/wiki/Uncompressed_video
https://mk.asie.pl/notes/9m2fsvk1hp#pswp
I recall the gbatek page mentioned a lower resolution 256x192 mode, perhaps that is intended for video recording.
Also, apparently there is a video mode you can enable, looking at this http://problemkaputt.de/gbatek-dsi-aptina-camera-variables-seq-sequencer-mcu-21xxh.htm
The text was updated successfully, but these errors were encountered: