Hi everyone, I'm new in the use of cv. I was wondering, what the instruction 'dispQueue.get()' give ? (Stereo Depth Video - l.111)
Thanks for your help,
Jean

Hello Jean,
The .get() will block until it gets a DepthAI message from the queue. From the queue name, I assume it's ImgFrame message.
Thanks, Erik