1 2 3 4 5 6 7 8 9
#include <libcamera/libcamera.h> int main(void) { libcamera l = libcamera(); l.init_lib(); return 0; }