julapy / ofxiOSVideoWriter

ofxiOSVideoWriter allows to screen record OF applications on iOS. (still very much a work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[warning] ofGLProgrammableRenderer: draw(): texture is not allocated

thinium opened this issue · comments

commented

Hi,
I'm trying to use this addon with the latest version of ios openframeworks (for iPad). When I toggle the record button, it shows "Recording" on the top left corner, but the video is stuck in the first frame, and the music stops, and the current frame number stays at 000000. In the console, it shows a warning:
[warning] ofGLProgrammableRenderer: draw(): texture is not allocated

When I toggle the recording button again, the music and video starts to run again. Is this expected behavior? Where can I find the recorded video?

Thanks in advance!

commented

hey @ukelady, which OF version are you running it with?
last time i checked this addon was working with the OF094

commented

just tested it again on my iphone and it seems to be working fine.
video file is saved into your phones documents folder,
you can access it with the itunes app.

commented