camera: Add camera flip config

This commit is contained in:
zhupengfei
2018-05-20 09:07:37 +08:00
parent 8e02c70e82
commit 5ebd466869
16 changed files with 416 additions and 282 deletions

View File

@@ -140,6 +140,7 @@ struct Values {
// Camera
std::array<std::string, Service::CAM::NumCameras> camera_name;
std::array<std::string, Service::CAM::NumCameras> camera_config;
std::array<int, Service::CAM::NumCameras> camera_flip;
// Debugging
bool use_gdbstub;