LCCV
LCCV copied to clipboard
Cannot compile with newer libcamera version
This is the commit that broke it I think: https://github.com/raspberrypi/libcamera/commit/26a4b83d1b9443795dbcb21fa6c23117f113216a
I solved it locally by replacing using StreamRoles = libcamera::StreamRoles;
with using StreamRoles = std::vector<libcamera::StreamRole>;
.