1

I am working with a Sony Spresense camera board with an Arduino camera library. In the example code that is available in the Arduino library, we can take JPG images. Now I want to take some RAW images.

I do not want to convert the JPEG image to a RAW image, I want to take RAW images from the camera.

I tried to change the setStillPictureImageFormat from (CAM_IMAGE_PIX_FMT_JPG) to (CAM_IMAGE_PIX_FMT_RGB565) the code started running but I couldn't find the image in the SD card.

asked Mar 30, 2024 at 10:12

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.