hi all :)
so what i want to do is when i press the button (id 9) my live video is saved to a .avi file, and every time the video is saved i want this file to be named with incremented number.
Is there any Add node which can join string and integer into one string? / e.g. in my case it’s (id 6)+(id 4)+(id 5)=(id 3) / so I could have incrementation in file name every time i press my button.
another thing: when i press my button (id 9) i want it release itself when capture time reaches 30 seconds (i use counter block (id 11) for that)
please let me know if there is more elegant way to make this work: