The matrix object can load in images directly to it. The blank matrix adapts to to the dim size of the imported image. The reason we don’t need that for the webcam is because the jit.grab object automatically does this for us. You can think of it like the jit.grab object is taking your webcam and fitting it into a blank matrix that adapts to it all self contained within the object.
That error means somewhere you already have jit.grab object already open. If you aren’t using the jit.world setup and rather see using jit.window or pwindow then you’re jit.grab will also need to receive a bang to output it’s frames. Hope that helps!
That’s a great question! I believe it probably has to do with the theta algorithm itself, it just generally seems weird with matrices having low pixel counts. If you wanted to maintain this aesthetic you could probably downsize and then upsize so you keep the pixelated look but have a higher dimension size to rotate around.
Are you referring to when I was talking about the attributes? When typing in an object box If you type the @ symbol Max should automatically show the drop down menu with all of those options such as offset_x for the corresponding objects.
Discovered Maxmsp today, and you! And wow what a great combo! thank you so much
Thanks for this brilliant tutorial
than k you. 감사합니다.
Thank you ! I am just now coming up to speed on Max and Max4Live / Jit / Gen - You introduction to some of the basics I SUPER helpful. AWSOME!
thank you so much
Super good tutorial!
nice tutorial. thank you.
Brillant teacher !!!
Thanks 😊 great stuff here
Why do we need an empty jit.matrix object for the image but not for the webcam?
The matrix object can load in images directly to it. The blank matrix adapts to to the dim size of the imported image. The reason we don’t need that for the webcam is because the jit.grab object automatically does this for us. You can think of it like the jit.grab object is taking your webcam and fitting it into a blank matrix that adapts to it all self contained within the object.
Hi Andrew
I am getting an error when I use jit.grab. Its saying: A grabber component is already open. Do you have any idea how to resolve the issue?
That error means somewhere you already have jit.grab object already open. If you aren’t using the jit.world setup and rather see using jit.window or pwindow then you’re jit.grab will also need to receive a bang to output it’s frames. Hope that helps!
@@AndrewRobinson26 that was a quick reply! Thanks for the support! 💯
10:03 - why is the upper right quadrant not updating?
That’s a great question! I believe it probably has to do with the theta algorithm itself, it just generally seems weird with matrices having low pixel counts. If you wanted to maintain this aesthetic you could probably downsize and then upsize so you keep the pixelated look but have a higher dimension size to rotate around.
Brand new to Max. How did you get an instance of that dropdown where you selected offset_x ?
Are you referring to when I was talking about the attributes? When typing in an object box If you type the @ symbol Max should automatically show the drop down menu with all of those options such as offset_x for the corresponding objects.
@@AndrewRobinson26 Yes. Thank you!