Compositing text over live video
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.
Turn your grabbed picture in OpenGL world then alphablend (still in OpenGL) with the output of [jit.gl.text2d].
Perfect thank you!