Is it possible to modify the pipeline geometry at runtime (i.e. can you change where the output of one of the nodes goes at runtime)? For example, let's say we wanted to change which mono camera (left, right) is output to a single XLinkOut based on a key input from a user in a python script. Is that possible to do without calling something like with dai.Device(pipeline) as device:
again?