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 b080baf commit 513b3b7Copy full SHA for 513b3b7
examples/mixed/frame_sync.cpp
@@ -39,7 +39,7 @@ int main() {
39
// Script node will sync high-res frames
40
auto script = pipeline.create<dai::node::Script>();
41
42
- # Send both streams to the Script node so we can sync them
+ // Send both streams to the Script node so we can sync them
43
stereo->disparity.link(script->inputs["disp_in"]);
44
camRgb->video.link(script->inputs["rgb_in"]);
45
0 commit comments