Two cameras for stream video?
I am using the jit.grab to record video. However, the video-input should be shown on a projection screen as well while recording. With write preview, the image is really slow so not good enough. Is there a way to enhance the quality of the preview?
If not I was thinking to use two cameras, with each a jit.grab component, one who is responsible for recording the input, the other to take care of the live projection. Is this possible (I mean using two cameras)?