From 5c3bc6c324ca8dcda88e436d88eb8ff5f3947819 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Fri, 31 Oct 2025 11:27:43 -0400 Subject: [PATCH] livoxGen1: Reduce nDgramsPerFrame 500=>30 ~86400 points/sec --- stimBuffApis/livoxGen1/livoxGen1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stimBuffApis/livoxGen1/livoxGen1.cpp b/stimBuffApis/livoxGen1/livoxGen1.cpp index dab53c1..963ab9e 100644 --- a/stimBuffApis/livoxGen1/livoxGen1.cpp +++ b/stimBuffApis/livoxGen1/livoxGen1.cpp @@ -182,7 +182,7 @@ public: StimulusBuffer::PcloudFormatDesc formatDesc; formatDesc.format = StimulusBuffer::PcloudFormatDesc::Format::XYZI; auto pcloudStimBuff = std::make_shared( - *context->spec, context->deviceTmp, formatDesc, 500); + *context->spec, context->deviceTmp, formatDesc, 30); context->stimBuff = pcloudStimBuff; context->deviceTmp->nAttachedStimBuffs++;