We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3f709 commit afefd52Copy full SHA for afefd52
tests/src/stability_stress_test.cpp
@@ -49,6 +49,7 @@ int main(int argc, char** argv) {
49
50
// Create pipeline
51
dai::Pipeline pipeline;
52
+ pipeline.setXLinkChunkSize(0);
53
54
// Define sources and outputs
55
auto camRgb = pipeline.create<dai::node::ColorCamera>();
0 commit comments