views:

65

answers:

1

Hi,

I want to write application on iPhone which will:

  • make some digital processing on video from iPhone camera (in real time)
  • send some graphics through TV-Out

Could You tell me if this above is possible on iPhone 3G or 3GS? Can I have access to each pixel in video capturing via iPhone camera?

+1  A: 

There are private access points to do both live video recording and TV out. They are not well documented so you won't find much about them though and you wouldn't be able to submit anything that uses them to the app store. Real time video capture will probably eventually become a public part of the SDK but TV is probably less likely at this point.

carson