You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue, it just a curiosity question. I am using the CamAIThinker and the CamAIThinker.h file. The camera "config.pixel_format = PIXFORMAT_RGB565 is used". Then the RG565 is converted to jpg with "frame2jpg(Camera.fb, 12, &out_jpg, &out_jpg_len)". Why didn't you set camera config.pixel_format = PIXFORMAT__JPEG ?
Sorry if this is a stupid question.
The text was updated successfully, but these errors were encountered:
I forgot say that it was a question also for me when I started with this library. Exists a difference to use the external JPG library from Arduino Framework versus the internal implementation of JPEG on the IDF Camera driver. With my esp32-camera-cli, you can play with these settings and note this difference.
This is not an issue, it just a curiosity question. I am using the CamAIThinker and the CamAIThinker.h file. The camera "config.pixel_format = PIXFORMAT_RGB565 is used". Then the RG565 is converted to jpg with "frame2jpg(Camera.fb, 12, &out_jpg, &out_jpg_len)". Why didn't you set camera config.pixel_format = PIXFORMAT__JPEG ?
Sorry if this is a stupid question.
The text was updated successfully, but these errors were encountered: