feat: add icon beaver

This commit is contained in:
0Xiao0
2026-05-29 11:22:31 +08:00
parent 37343ac0fe
commit 33ee598c21
3 changed files with 10 additions and 2 deletions

View File

@ -349,7 +349,10 @@ private:
continue;
}
if (board->camera_->CaptureBackground()) {
bool capture_ok = Application::GetInstance().IsVisionTextModeEnabled()
? board->camera_->Capture()
: board->camera_->CaptureBackground();
if (capture_ok) {
if (!has_logged_success) {
ESP_LOGI(TAG, "Background vision sampler started");
has_logged_success = true;