feat: add color anti-flicker support for Gemini 330 series

This commit is contained in:
ob-yalian
2026-03-24 16:06:58 +08:00
parent 6344b2cfa0
commit a7b4c8e57b
4 changed files with 10 additions and 0 deletions
@@ -684,6 +684,7 @@ class OBCameraNode {
int color_contrast_ = -1;
int color_hue_ = -1;
int color_backlight_compensation_ = -1;
bool color_anti_flicker_ = false;
std::string color_powerline_freq_;
std::string color_preset_;
int color_denoising_level_ = -1;