Hey I am trying to run a live feed on my device. Now I want to capture a photo every 3 seconds, but every-time it does it. It makes a shutter sound. This is bad UX.
Hence I want to run a live camera stream from the front camera and capture the frame at certain duration(~3 sec).
How can I extract a frame from the live camera feed and store it in a UIImage variable?
Thanks and Cheers!