This commit is contained in:
tankaitao 2025-08-27 08:56:33 +08:00
parent 5735d899fb
commit 350a5e8bec
2 changed files with 2 additions and 2 deletions

View File

@ -658,10 +658,10 @@ def test_microphone():
print(f"开始录音失败,错误码: {result}") print(f"开始录音失败,错误码: {result}")
if __name__ == "__main__": if __name__ == "__main__":
# test_biohead() test_biohead()
# test_camera() # test_camera()
# test_rgb_image_stream() # test_rgb_image_stream()
# test_dexhand() # test_dexhand()
# test_sensor_data_stream() # test_sensor_data_stream()
# test_speaker() # test_speaker()
test_microphone() # test_microphone()