| 53 | } |
| 54 | |
| 55 | std::string CameraHolder::imp_serialize(const CameraSettings &data) const { |
| 56 | const nlohmann::json tmp = data; |
| 57 | return tmp.dump(4); |
| 58 | } |
| 59 | |
| 60 | std::vector<openhd::Setting> CameraHolder::get_all_settings() { |
| 61 | std::vector<openhd::Setting> ret; |
nothing calls this directly
no outgoing calls
no test coverage detected