mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[fix] llm-camera
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
## 特性
|
||||

|
||||
<!--  -->
|
||||
* 分布式通信架构。每个单元都能够单独工作或者和其他单元配合工作。
|
||||
* 多模型支持。包括但不限于语音识别、语音合成、图像识别、自然语言处理、LLM 大模型助手推理等。
|
||||
* 数据内部流转。可根据需求配置不同单元协同工作,避免复杂的数据处理流程。
|
||||
|
||||
@@ -28,12 +28,10 @@ LINK_SEARCH_PATH += [ADir('../static_lib')]
|
||||
|
||||
REQUIREMENTS += ['ax_sys', 'ax_interpreter']
|
||||
REQUIREMENTS += ['ax_engine', 'ax_interpreter', 'ax_sys', 'ax_vo']
|
||||
REQUIREMENTS += ['ax_opal', 'ax_ae', 'ax_skel', 'ax_opal', 'ax_venc', 'ax_mipi', 'ax_ives', 'ax_ivps', 'ax_proton', 'ax_audio', 'mpr', 'tinyalsa']
|
||||
REQUIREMENTS += ['ax_ae', 'ax_skel', 'ax_venc', 'ax_mipi', 'ax_ives', 'ax_ivps', 'ax_proton', 'ax_audio', 'tinyalsa']
|
||||
REQUIREMENTS += ['ax_audio_3a','samplerate', 'ax_fdk', 'fdk-aac', 'ax_awb', 'ax_af', 'ax_nt_stream', 'ax_nt_ctrl']
|
||||
|
||||
|
||||
|
||||
|
||||
INCLUDE += [ADir('../include/opencv4')]
|
||||
static_file = []
|
||||
static_file += [AFile('../static_lib/libopencv-4.6-aarch64-none/lib/libopencv_core.a')]
|
||||
|
||||
Reference in New Issue
Block a user