A good question.
What is the latest version of depthai?
I run the code below and get an error:
import numpy
import cv2
import depthai as dai
pipeline = dai.Pipeline()
mono = pipeline.createMonoCamera()
mono.setBoardSocket(dai.CameraBoardSocket.LEFT)
xout = pipeline.createXLinkOut()
xout = setStreamName('left')
ERROR:
NameError: name 'setStreamName' is not defined
I suspect I am not up yo date on the library. Please advise.