MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / create_gray_preview

Function create_gray_preview

python/cli/record/oak.py:225–228  ·  view source on GitHub ↗
(node, name)

Source from the content-addressed store, hash-verified

223
224 if args.gray_preview:
225 def create_gray_preview(node, name):
226 xout_preview = pipeline.create(depthai.node.XLinkOut)
227 xout_preview.setStreamName("gray-preview-" + name)
228 node.link(xout_preview.input)
229
230 create_gray_preview(vio_pipeline.stereo.rectifiedLeft, 'left')
231 create_gray_preview(vio_pipeline.stereo.rectifiedRight, 'right')

Callers 1

recordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected