The following works if I send a config message to an ImageManip node, but it doesn't seem to work if I send it to the ColorCamera InputConfig,
if I define
script.outputs["cameraConfig"].link(cam.inputConfig)
I get the following error
[critical] Fatal error. Please report to developers. Log: 'PipelineBuilder' '2237'
Any clues?
cfg.setResize(int(imgConfig[0]), int(imgConfig[1]))
cfg.setKeepAspectRatio(True)
node.io['cameraConfig'].send(cfg)