AP.
AP.

Reputation: 5323

Accessing to iPhone camera data only with API

I would like to access in real time to the data of the camera to get the hue of several points in order to guide the user (inform them when is the best moment to take the picture).

The application will be probably available on the appstore and then I want to just use allowed API. I've seen a lot of similar topics, some of them telling this is possible but none of them showing a solution.

Do you have any idea for this?

Upvotes: 0

Views: 671

Answers (1)

Noah Witherspoon
Noah Witherspoon

Reputation: 57139

You need the undocumented UIGetScreenImage() function; an Apple representative recently stated their approval of the use thereof in the iPhone developer forums.

Upvotes: 2

Related Questions