Special Thanks in advance……
I m the beggininer in iphone software development.
Just looking for how to programmatically add real time a watermark image to camera view using cocoa. Not looking for a step by step ( although that would awesome ), but more or less looking for where I should start looking to learn how. Are there frameworks developed to work for this. Would like something native to objective-C using XCode framework because I would like to eventually give this a go on the iPhone. Any help would be great.
UPDATE: here’s my other answer about how this overlay view can be put under the camera animations: camera overlay view – just for preview?
Helo Rajendra!
I’ve created a simple Window-based iPhone OS Application to give you a very simple example on what and how should be done to capture photos with camera, overlay views in camera mode, resize and merge images. This project is actually has only AppDelegate header and implementation files and can be easily reproduced in XCode.
Here’s the header file:
And here’s the implementation file:
I hope this will serve you as a starting point.