Is it possible to draw the grid lines in the camera using AVCaptureSessionManager

Hi,

I am creating the app for IOS with objectve c. The app I'm creating is based on VSCOM app camera filters and features, so I created the camera from begining.I imported AVFoundation and created the custom camera, now Im trying to implement the grid view on the camera.I searched many blogs and websites I couldn't get the correct answer.Please help me.

I also refered this site http://stackoverflow.com/questions/18226496/how-to-draw-grid-lines-when-camera-is-open-avcapturemanager.

I did the same as they instructed, but i couldnt overlay the view with camera view.Its urgent.

Thanks in advance.

Accepted Answer

Create a tranparent UIView and place it on top of the camera preview. The you can draw what ever you like in that view.

Hi,

Thanks for your reply, I have other doubt, Is it possible to append a transparent grid line image on the camera preview? Which one will be good? please let me know.

Thanks in Advance.

Is it possible to draw the grid lines in the camera using AVCaptureSessionManager
 
 
Q