I'm trying to get an OpenCV project up and running on iOS, and have recreated the video capture example found here: https://github.com/Itseez/opencv_for_ios_book_samples/tree/master/Chapter10_CapturingVideo/Chapter10_CapturingVideo
I've made sure all the frameworks were imported, and modified the building settings accordingly. However, no matter what I do, no video is ever displayed. How can I fix this?
iOS version: 10.3 Xcode version: 8.3