Scenario is I want my app to process (in the background if possible) images been seen by the iphone camera.
e.g. App is running, user places the phone down on a piece of red cardboard, than want to display an alertview saying "Phone placed on Red Surface"(this is a simplified version of what i want to do but just to keep the question direct).
Hope this makes sense. I know there is two seperate concerns here.
- How to process images from the camera in the background of the app (if we cant do this that we can initiate the process with say a button click if needed).
- Processing the image to say what solid colour it is sitting on.
Any help/guidance would be greatly appreciated.
Thanks