Skip to content

同时使用esp-sr与esp-who的冲突 (AIS-2041) #323

@via1968

Description

@via1968

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

esp-sr的vad能够正常触发,human_face_detect能够正常检测人脸

Actual behavior (suspected bug)

当我在who_recognition组件的Cmakelist中
REQUIRES esp_new_jpeg who_cam_lcd esp-sr human_face_recognition
esp-sr在前,who_recognition在后时,人脸检测会一直在画面最左侧标注出多个人脸的存在,但实际上并不存在。

REQUIRES esp_new_jpeg who_cam_lcd human_face_recognition esp-sr时,
vad的效果会很差,原本正常说话就能触发,现在要大声说话才行。

Error logs or terminal output

Steps to reproduce the behavior

同时进行afe处理以及人脸识别

Project release version

latest

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

N/A

Shell

ZSH

Additional context

`set(src_dirs .)

set(include_dirs .)

idf_component_register(SRC_DIRS ${src_dirs}
INCLUDE_DIRS ${include_dirs}
REQUIRES esp_new_jpeg who_cam_lcd esp-sr human_face_recognition
)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions