iphone-private-api

iPhone app compiled in XCode with a private framework doesn't work in iPhone

Hi, I'm writing an iPhone app that needs direct access to the camera. Since it is in-house, I have no qualms about using the full set of headers and private frameworks. I included and the PhotoLibrary framework in the application. It compiles for the 2.0 firmware, and I can put it on the device and run it. As soon as it is started, ...

Accessing directly the Iphone 3gs camera

Hi, I am attempting to write an real-time image processing application on the iphone. Currently, I am taking pictures with takepicture method (the uiGetScreeImage output has a too low resolution) but since I receive a UImage from the ImagePickerController, which is 3Mpixels, I have to draw it onto a context and that takes a lot of time...