Skip to content

Commit 7a05866

Browse files
committed
fix: increase ph_nanoseconde grouping threshold in databuf.h
1 parent 4c2bb4b commit 7a05866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

databuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define IMG_NANOSEC_THRESHOLD 100
8888
// Nanosecond threshold used for grouping quabo images
8989

90-
#define PH_NANOSEC_THRESHOLD 25
90+
#define PH_NANOSEC_THRESHOLD 50
9191
// Nanosecond threshold used for grouping PH images when frame grouping is enabled
9292

9393
// Module index is used for defining the array for storing pointers

tests/ci_tests/databuf-TEST.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define IMG_NANOSEC_THRESHOLD 100
8888
// Nanosecond threshold used for grouping quabo images
8989

90-
#define PH_NANOSEC_THRESHOLD 25
90+
#define PH_NANOSEC_THRESHOLD 50
9191
// Nanosecond threshold used for grouping PH images when frame grouping is enabled
9292

9393
// Module index is used for defining the array for storing pointers

0 commit comments

Comments
 (0)