Thank you very much for the answer Goncalo, I followed the guide and it's working now. Sorry to bother you with these questions but I encountered two other problems.
1. I'm trying to implement a different color filter for every video that comes from EnumerateFiles. I'm doing this by externalizing the lower and upper threshold of the HsvThreshold node and connecting them to PythonTransform nodes which give them different values based on the filenames that come from EnumerateFiles, but it doesn't seem to adjust them correctly. Should I put the filters into a WindowWorkflow too?
2. In a different workflow I'm tracking the head of a mouse based on it's orientation, major axis length and the centroid. The problem is that the Source.Orientation node resets when it would turn past a specific point. Long story short the workflow is now tracking the two endpoints of the major axis of the LargestBinaryRegion and a separate node tracks when the "reset" happens and it gives back a single True boolean value when it resets. Is there a way to switch which endpoint is being tracked based on when a single True boolean value is produced?
Thanks for your answers in advance, and again, sorry for bothering you.
-Felix