I am trying to downsample realtime video on iOS device (taking every second pixel for example) with one condition: doing it in 60 fps.
The resolution may be lowered, video screen's view can be only a small rectangle (about 200x200px). The result then should be previewed on the screen.
I have been using the excellent 2012 WWDC RosyWriter example as a starting point. But after many hours of searching, I cannot find even one tutorial nor a github project of someone who already did the same and can explain how this can be done. I have screened all the relevant questions in StackOverflow over and over without any success. I'm looking for a code sample, good answer or a quick reference to a tutorial on this subject.
Relevant but still unanswered questions: