Fix camera-vflip/hflip support on arm32v7

This adds `buffer_list_alloc_buffers` and `buffer_list_free_buffers`
to delay buffers allocation for `libcamera`.

Doing this allows to setup RAW stream afterwards.
This commit is contained in:
Kamil Trzcinski
2023-04-18 10:37:39 +02:00
parent 6e89ac9663
commit f742c1a7fc
12 changed files with 120 additions and 41 deletions

2
env-distcc Normal file
View File

@ -0,0 +1,2 @@
export DISTCC_HOSTS="rocknas.home/2"
export CCACHE="ccache distcc"