Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
RAW output format
-
Hi,
I would to know how can I get the raw output picture format as the format on the Arduino example is JPEGThanks
-
Hi @Meezy
I have been using the "RAW" image data in several applications. One limitation is of course the image size since when uncompressed it gets huge very quickly.
But if you study this example:
https://github.com/sonydevworld/spresense/tree/master/examples/camera
you will find that both JPEG and RAW format is being used.Similar story here:
https://github.com/TE-KarlKomierowski/spresense/tree/bmi_demo/examples/bmi160_rotatingHope that this will help you come forward with your projects!
-
Thank you I managed to get the RAW format