1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef LC_LIBCAMERA_H #define LC_LIBCAMERA_H #include "camera.h" #include "camera_manager.h" #include "configuration.h" #include "controls.h" #include "frame_buffer.h" #include "request.h" #include "stream.h" #include "types.h" #endif /* LC_LIBCAMERA_H */