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

Function open_gray_preview

python/cli/record/oak.py:276–278  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

274 grayPreviews = []
275 if args.gray_preview:
276 def open_gray_preview(name):
277 queue = device.getOutputQueue(name='gray-preview-' + name, maxSize=10, blocking=False)
278 return (queue, name)
279
280 grayPreviews = [
281 open_gray_preview('left'),

Callers 1

main_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected