I need to capture video of an application I've built using Kivy, which renders using the gl provider without an X session. Consequently, I can't just record /dev/fb0 with something like avconv -f fbdev -i /dev/fb0 as (I think) the gl backend uses the VideoCore directly. I can take screenshots with Andrew's raspi2png, is it also possible to extract video?
N.B: I'm using the official Raspberry Pi Touchscreen, rather than HDMI output.
Cheers,
Dave.
