Capture from jit.window
Hi,
I'm trying to capture a live sequence from a jit.window object. What is the best way of doing this ? I tried to do it using a jit.qt.record but it wouldn't capture it. Any help would be appreciated, thanks.
if it is a render context, you can use jit.gl.asyncread. if it is a matrix/jit.qt.mov that you send directly into jit.window, you can send to/record with jit.qt.record as well. else you can do screenrecording with jit.desktop or extra software such as fraps or ishowu
I'm not sure why jit.qt.record wouldn't work. Maybe if you post the patch we could see. You could also try jit.vcr.
The jit.gl.asyncread worked great. Thanks !