Compositing text over live video

Amie3212's icon

Im currently trying to create an effect in max that composites text over a person once the webcam see's them or any movement (ideally the viewer will not be able to see themselves just the text, maybe like a shadow?)
At the moment I am using the grabbr tool in jitter, then using alphablend to mix a jpeg file covered in text and altering the brightness/contrast/saturation, not ideally what I am looking for but it is a start.

Anyone have any idea's? Any help would be greatly appreciated.

Stephane Morisse's icon

Turn your grabbed picture in OpenGL world then alphablend (still in OpenGL) with the output of [jit.gl.text2d].

Amie3212's icon

Perfect thank you!