Quote:
Originally Posted by rhodesy22
Hey all,
I've setup my app with the TV out functionality and managed to get it outputting a 720x576 image to the TV. It works nicely for 20 seconds or so and then crashes with the following:
Program received signal: “0”.
warning: check_safe_call: could not restore current frame
Has any one got any ideas of what it could be, my first thoughts is memory? I've turned the frame rate to 5 in case it was that but no luck.
Thanks!
Luke
|
this is a memory exhaustion warning. In other words, your app is taking up so much memory the OS just dismisses it. If you're using a ton of images, try creating an image server (
Image Server Tutorial) to store and release them.
Also-
I'm just looking for video output code and was curious what you were using, and also if you were using iPad or iPhone..