I've found a lot of information on custom camera views, but nothing about showing the camera view delayed.
For example, I'd like to display a camera view in a UIView
, but from X seconds ago.
Is there a straight forward way to do this? Or do I need to record video and play it back X seconds later?
I've actually posted a much more detailed question here.