cv.jit.shift object help

djstumerch's icon

I want to know if there is anyway of making the cv.it.shift window to appear in 6 sections? I am working on a university project and we are do perform live. I have chosen to do the visuals. I have reposted this as I incorrectly worded some of the objects.

Here's the idea;

5 of us are performing.

See fig 1

There will be 6 cameras in total. One camera will be pointed at each workstation for capturing each of the performers movements and actions. Also a camera will be placed to capture the overall performance.

Fig 2 shows on how I want the cv.shift.window to appear if this is possible?

I will be controlling my patch with an Akai APC 20 so it will have 8 sliders and 64 Pads for assigning controls.
Here is a list of the controls I wish to control:
Colour to Black and White to sepia and other colour effects
Strobing or flashing effects
Control the saturation and rgb

On the patch I have attached there is 6 inputs for the cameras.
There is the cv.jit.shift object, which I will route all the video feeds to.
I would be very grateful if anyone could help me with my project.

Thanks
Stuart

1390.Stu_s_Video_Patch_for_APC.maxpat
Max Patch
Jean-Marc Pelletier's icon

Hi,

I'm not exactly sure what you're trying to achieve here... cv.jit.shift is a tracking object. What do you want to track?

If you're asking about how to tile camera inputs as in your drawing, then you'll need to look at the dstdimstart and dstdimend attributes of jit.matrix.

JM