Open felixchan opened 8 years ago
You can always change the filter property in recorder.videoConfiguration.filter, that's not a problem.
@rFlex thanks can you update example
@rFlex I have used recorder.videoConfiguration.filter as below
func swipeableFilterView(_ swipeableFilterView: SCSwipeableFilterView, didScrollTo filter: SCFilter?) {
selectedFilter = filter!
recorder.videoConfiguration.filter = filter!
}
its will record video with multiple filter but there is an issue while capturing a video. It displaying some weird image in between capturing and if i captured with front camera then it providing preview with black screen at right side. please check Image below.
Please help!
This is a question rather than an issue.
I would like the user to be able to switch filters between "hold to record". All interactions will be done in live recording mode. (They don't need to adjust filters after they push "done recording")
Is there such a feature now? Or are we limited to one filter?