How can i work multithreading?

Hello all,

I’m trying to get information about frames in the video.
The proccessing for each frame takes some time, i want that it will not make The video slow. (like it make’s it now)

Does multithreading will fix it ?

If yes how can i implement it in VVVV ?

Regards,
J.

These nodes perform threaded video processing:
opencv-plugin-(alpha)

i’m not sure i understood your answer.
When i wrote “I’m trying to get information about frames in the video.”
I meant that i’m doing things with it, but not showing that. (with the frame)

I Want It will work paralel to the regular videoin , without notice it.

I Hope i’m Clear. (:

J.

mmmm, I don’t understand…
… post the patch you’re working on.

If you want to use more core:

  • Have a look at userpage-18 by catweasel (Process - Set Affinity )

  • Or use the /allowmultiple arg with vvvv.exe

Bye