@chameau132 said:
Hey There... And is it possible to capture stage to picture in differents bins ? Can different bins be differents media folder ?Idea is to make > Video In watcher > a green treatment in > virtual stage 1> capture stage picture in picture bin "green"> Same Video In watcher > a red treatment in > virtual stage 2 stage > capture stage picture in bin "red"
This is not currently possible but I already put in a feature request for this when I was looking at your original post. As far as Isadora being able to "group" red and green pictures for you, I was able to make an example for you. It involves:
Naming the pictures as you take them with the Capture Stage to Picture actorParsing the name of every new picture file to determine if it's 'red' or 'green'Saving the name and media index of the new picture file into one of two Data Array actors (one for red and one for green)Using a Counter actor to recall the entries in the Data Array actor (so you can sequentially recall the pictures that are part of each group and their media index numbers.)The third Scene ("Sorting Red/Green Pictures") in this updated example file has the programming for this.
@chameau132 said:
i cant' figure out how to crossfade 2 picture when recalling via Get Media Count > Get media index > picture player ? Any idea ?
Check out the second Scene in the new example file above.