jit.window

valintino's icon

I want to show a lot of information within a jit.window
I am analysing a video using cv.jit.blobs.bounds. centroids, direction and elongation. I want all this information displayed in one jit.window. But when I do this the window flashes and the video doesn’t run smoothly.
How do I stop this and play the video smoothly without any flashing?

Bas van der Graaff's icon

Usually, an example helps. It's impossible to see from here what you did wrong. Maybe you're clearing the buffer at the wrong time, the whole setup is too heavy on your cpu, you're not using threads correctly, or any other from a ton of options.

valintino's icon

sorry a little new to max, here is a print screen

270.print_screen_jit.window
window
valintino's icon

sorry here is the print screen

271.print_screen_jit_window.jpg
jpg
Tj Shredder's icon

There is a dedicated Jitter forum btw...

laserpilot's icon

just plug them all into an array of something like [jit.op @op +] or [jit.op @op *] (you'd need 3 of them for combining 4 inputs) before you send them all to a jit.window and it might overlay all the imagery without blowing it out too much..i cant imagine your fps would be very good though