Hi,
I would like to capture a single frame in high resolution but I am having problems using the C example: Arducam_MINI_5MP_Plus_Videostreaming.
When I modify:
|
myCAM.OV5642_set_JPEG_size(OV5642_320x240); |
it works fine with lower resolutions but if I set it to:
OV5642_1600x1200
or
OV5642_2048x1536
or
OV5642_2592x1944
I get this error:
*** PANIC ***
Out of memory
Thanks!
Hi,
I would like to capture a single frame in high resolution but I am having problems using the C example: Arducam_MINI_5MP_Plus_Videostreaming.
When I modify:
PICO_SPI_CAM/C/Examples/Arducam_MINI_5MP_Plus_Videostreaming/Arducam_MINI_5MP_Plus_Videostreaming.cpp
Line 89 in 378f3c0
it works fine with lower resolutions but if I set it to:
OV5642_1600x1200
or
OV5642_2048x1536
or
OV5642_2592x1944
I get this error:
Thanks!