André J

Results 174 comments of André J

Filters is super easy. Lets do that next. I did a code quality refactor yesterday, going to add better error handling with the swift 5 Result-type today. And then probably...

Added support for switching the different back-camera types. Its just a simple implementation. Working on support for triple camera module that iPhone 11 pro has now.

From the top of my head: - Did you set a frame to the subview? - did you add the subview to self.view? - did you set a frame to...

Awesome! - I would suggest making it a module. Similar to when we added: https://github.com/eonist/ZoomSwitcherKit and add it via SPM - This way people can cherry pick which components they...

Maybe this could help: https://www.raywenderlich.com/6236502-avfoundation-tutorial-adding-overlays-and-animations-to-videos

Which answer and question? For merging videos ?

No worries. Feedback is also help, and doesn’t require you to unfocused in school ;)

Hi, Man. Doing great. One of my projects got funded the last 6 months so having fun with that: https://passbook.co You mean support for merging multiple lense recordings, or support...

I think. 1. start recording rear cam 2. switch to front cam, start record front cam (when initiated stop back-cam) 3. store clips in a folder with date as name...

- Has a bunch of stuff on merging video: https://www.raywenderlich.com/10857372-how-to-play-record-and-merge-videos-in-ios-and-swift#toc-anchor-005 - I'm working on a VideoProcessor ATM for my startup. Basically turn an mp4 file into images, and images into...