Merge branch 'main' into camera

This commit is contained in:
capitalistspz 2025-03-24 06:42:59 +00:00 committed by GitHub
commit 7a53a5cac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
153 changed files with 5380 additions and 2445 deletions

View file

@ -179,7 +179,7 @@ namespace camera
*error = CAMStatus::DeviceInUse;
return -1;
}
if (!initInfo || !initInfo->workMemoryData ||
!match_any_of(initInfo->forceDisplay, CAMForceDisplay::None, CAMForceDisplay::DRC) ||
!match_any_of(initInfo->fps, CAMFps::_15, CAMFps::_30) ||