add: 添加了HDMI视频流Client

This commit is contained in:
alivender
2025-08-04 11:54:58 +08:00
parent 0bd1ad8a0e
commit 51b39cee07
5 changed files with 127 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ using System.Collections;
using System.Net;
using Common;
using DotNext;
using WebProtocol;
namespace Peripherals.LogicAnalyzerClient;
@@ -475,6 +476,7 @@ public class Analyzer
this.taskID,
AnalyzerAddr.STORE_OFFSET_ADDR,
capture_length,
BurstType.ExtendBurst, // 使用扩展突发读取
this.timeout
);
if (!ret.IsSuccessful)