How we can show camera in UIView and capture images from that camera. How is it possible in iOS. I have seen for video preview but I need only to capture images from my view. Thanks in advance.
Asked
Active
Viewed 753 times
0
-
For that you can use the http://red-glasses.com/index.php/tutorials/ios4-take-photos-with-live-video-preview-using-avfoundation/ – ashmi123 Jan 03 '17 at 10:36
-
http://stackoverflow.com/questions/28487146/how-to-add-live-camera-preview-to-uiview – ashmi123 Jan 03 '17 at 10:37
-
always check apple documentation, sample code and google before asking in SO – Bluewings Jan 03 '17 at 11:27
-
@Bluewings - I have already checked that AVCam from Apple documentation and I am getting errors from that apple's example source code. – Karthik Mandava Jan 03 '17 at 11:32
-
let us know what error you get from AVCam sample code base. We can try to help you with that – Bluewings Jan 04 '17 at 04:53