Hello,
I am trying to two NetrualNetworks using the 'depthai.pipelinecreateNeuralNetwork()' function.
Or use one MobileNet and one other network. I am having issues with the device (ex: 08_rgb...).
with dai.Device(pipeline) as device:
RuntimeError: Pipeline - OpenVINO version required by 'DetectionNetwork' node (id: 2), isn't compatible with 'DetectionNetwork' node (id: 1)
I just need to confirm if this is my mistake or if this is being built.
And, if possible, some other instance of this working. How did you do it?
Thanks.