Rightnow i am developing an app to detect distance between the user's face and device by using front camera with AVFoundation and Core - image framework.
For face detection i got a sample code (squarecam) from apple website https://developer.apple.com/LIBRARY/IOS/samplecode/SquareCam/Introduction/Intro.html
In this example they are using AvFoundation to control the camera and core - image to detect face with Camera UI. But i need these process without camera UI. Is it possible to hide camera UI using AVFoundation framework.