android/hardware/aw/camera/3_4/v4l2_gralloc.h
.. .. @@ -42,7 +42,7 @@ 42 42 namespace v4l2_camera_hal { 43 43 44 44 // Generously allow up to 6MB (the largest JPEG on the RPi camera is about 5MB). 45 -static constexpr size_t V4L2_MAX_JPEG_SIZE = 6000000;45 +static constexpr size_t V4L2_MAX_JPEG_SIZE = 20000000;46 46 47 47 // V4L2Gralloc is a wrapper around relevant parts of a gralloc module, 48 48 // with some assistive transformations.