fix: fix wakenet model index (#893)

* fix: fix wakenet model index

* fix:Fix warning

* feat: Use jarvis and sophia as wakeup words
This commit is contained in:
virgil
2025-07-09 03:19:08 +08:00
committed by GitHub
parent f556e72604
commit 8e0f76c0ef
3 changed files with 4 additions and 3 deletions

View File

@@ -186,7 +186,6 @@ void SscmaCamera::SetExplainUrl(const std::string& url, const std::string& token
bool SscmaCamera::Capture() {
SscmaData data;
size_t output_len = 0;
int ret = 0;
if (sscma_client_handle_ == nullptr) {