Craftonix I'm trying to connect the output of YoloDetectionNetwork to my ImageManip node. When I do: nn.node.out.link(manip.inputImage) I get: RuntimeError: Cannot link 'DetectionNetwork.out' to 'ImageManip.inputImage' with no further explanation. Thoughts?
jakaskerl Hi Craftonix https://docs.luxonis.com/projects/api/en/latest/components/nodes/neural_network/ Output of neural network is NNData. Image manip node expects an image. These two therefore cannot be linked together. Thanks, Jaka