feat: add icon beaver
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user