LCCV icon indicating copy to clipboard operation
LCCV copied to clipboard

Cannot compile with newer libcamera version

Open ArosPrince opened this issue 1 year ago • 0 comments

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>;.

ArosPrince avatar Aug 14 '23 21:08 ArosPrince