camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
camcom::server::WebInterfaceConfig Struct Reference

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}
 

Detailed Description

Web interface configuration.

Member Data Documentation

◆ compression

std::string camcom::server::WebInterfaceConfig::compression {"raw"}

◆ enabled

bool camcom::server::WebInterfaceConfig::enabled {true}

◆ max_fps

int camcom::server::WebInterfaceConfig::max_fps {5}

◆ max_image_height

int camcom::server::WebInterfaceConfig::max_image_height {480}

◆ max_image_width

int camcom::server::WebInterfaceConfig::max_image_width {640}

◆ quality

int camcom::server::WebInterfaceConfig::quality {85}

The documentation for this struct was generated from the following file: