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