Dxrender 2 videoin

hi all,

i have a small question… ;-)

i want to use a ex9renderer output as a video input on one machine.

my chain is now as follows:

videoin >> camshifttracker >> videotexture >> pixelshader >> ex9renderer

this works fine so far. the thing i want to do is something like

  1. get video from camera
  2. manipulate video with pixelshader for better tracking
  3. cam shift tracker
  4. ex9render output

question number 1: is there a way to use the videoin directly as a videotexture?
question number 2: is there a way tu use a ex9render output as a videotexture?

thanks

question number 1: is there a way to use the videoin directly as a videotexture?
Yes , with the video texture node.

question number 2: is there a way tu use a ex9render output as a videotexture?
Yes with using a dx9texture node after the renderer and asvideo node after , but that can be slow …

thanks, all works well now…