From b34a1956ee9bd998ddf6eda8238e3b92bc5d1cd2 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Wed, 16 Apr 2025 19:40:25 +0800 Subject: [PATCH] debug --- test_time_r.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_time_r.py b/test_time_r.py index 23ff8cf..715279c 100644 --- a/test_time_r.py +++ b/test_time_r.py @@ -47,9 +47,6 @@ while True: #frame = rtc_plugins.getNumpyData() frame = rtc_plugins.getListData() print("get frame") - samples = struct.unpack(f"{len(data_bytes)//2}h", data_bytes) - #print(f"get samples:{samples}") - print("get samples") dataCount = rtc_plugins.getDataCount() print(f"data count:{dataCount}") time.sleep(0.005)