summaryrefslogtreecommitdiff
path: root/src/py/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/py/examples')
0 files changed, 0 insertions, 0 deletions
> enum class AfPauseState { Running = 0, Pausing, Paused }; struct AfStatus { /* state for reporting */ AfState state; AfPauseState pauseState; /* lensSetting should be sent to the lens driver, when valid */ std::optional<int> lensSetting; };