#ifndef INITIALIZE_H #define INITIALIZE_H #include #include #include "globals.h" camera_config_t config; void initialize(CameraModel *model); #endif