Web interface configuration. More...
#include <config.hpp>
Public Attributes | |
| bool | enabled {true} |
| int | max_image_width {640} |
| int | max_image_height {480} |
| int | max_fps {5} |
| std::string | compression {"raw"} |
| int | quality {85} |
Web interface configuration.
| std::string camcom::server::WebInterfaceConfig::compression {"raw"} |
| bool camcom::server::WebInterfaceConfig::enabled {true} |
| int camcom::server::WebInterfaceConfig::max_fps {5} |
| int camcom::server::WebInterfaceConfig::max_image_height {480} |
| int camcom::server::WebInterfaceConfig::max_image_width {640} |
| int camcom::server::WebInterfaceConfig::quality {85} |