[libcamera-devel] [PATCH 05/11] Removes references to std::filesystem, which Android 11's toolchain does not support.
Nicholas Roth
nicholas at rothemail.net
Mon Oct 24 16:48:28 CEST 2022
I was kind of surprised to see this actually because right after creating the File object, we then check if it was successfully created and print an error otherwise. If I understand correctly, the std::filesystem-based check was redundant.
Please correct me if I’m wrong though.
More information about the libcamera-devel
mailing list