fayhot
fayhot
@anthonycastelli I got the reason. All the things go right except the last one. As the camera go on live, the delegate method are triggered. however, in the last step,...
Oh, great. Thanks for your answer, that hits. By the way, "you can display a live filter", is it possible to be done just by the library, without much more...
@xezero, you're right. And I got the result today. And It's the same. Actual i read all the source code for 3 days. You're great.
@xportation Thanks a lot. Your code makes sense. I've read the SCRecorder source code, there's no better way than yours.
About Q1 Maybe something wrong with your preview, that must be implement the CIImageRenderer. Use SCImageView, SCSwipeableFilterView, or any custom uiview that implement the above protocol. As you say, i...
@ustbenchan More params are needed. The platform and the system version in detail. There's some terrible bugs on ios9. The CoreImage take much more memory. I wrote some opengl filters...
I met the same problem. I have solved it, but not in the way that add "wrapInSafeArea={false}". The version i used has no the property. I tried import the SafeAreaView...
i met the same issue too. when taking photo, the memory suddenly increase, and then the app may crash a moment later. however, choose picture from the album is ok.