v4l2-ctl buffer allocation error

  • what i found out by now, is that v4l2 uses cma allocator, and according to /proc/meminfo it's size is 1024 kb, which is far less then 4,5 mb that i need. So how can i modify that CmaTotal size in buildroot?
    Screenshot from 2024-07-18 13-42-20.png
    UPD: Haha, now i understand that i've changed this value by myself as i thought that this CMA memory is needed for pico ISP sdk. Now everything should work properly.