livoxGen1: n-dgrams-per-frame default value 30=>84

This commit is contained in:
2025-11-15 22:22:08 -04:00
parent bed10df499
commit 1f7c7f5f28
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ static int parseHistbuffMs(
static size_t parseNDgramsPerFrame(
const std::shared_ptr<smo::device::DeviceAttachmentSpec>& spec)
{
size_t nDgramsPerFrame = 30; // Default: 30 datagrams per frame
size_t nDgramsPerFrame = 84; // Default: 84 datagrams per frame
const std::vector<std::string> nDgramsPerFrameParamNames = {
"n-dgrams-per-frame",
"num-dgrams-per-frame"
@@ -311,7 +311,7 @@ public:
formatDesc.format = PcloudStimulusProducer::PcloudFormatDesc::Format
::XYZI;
// Parse n-dgrams-per-frame from stim-buff-api params (default: 30)
// Parse n-dgrams-per-frame from stim-buff-api params (default: 84)
size_t nDgramsPerFrame = parseNDgramsPerFrame(context->spec);
auto pcloudDataProducer = std::make_shared<PcloudStimulusProducer>(