Open namanhams opened 7 years ago
i got the same issue...
Ditto - although images look OK - its just video.
EDIT:
It helps to set the capture video size to the same size you're going to display. Good enuff for me.
SCVideoConfiguration *video = _recorder.videoConfiguration; video.size = self.view.bounds.size;
It seems that no matter what contentMode we set, the output is always ScaleToFill. After few hours of digging into the code without any success, i decided to try the SCRecorderExample project, and turned out it also has this issue.
Is this a bug or am i missing anything here ?