bilsou
bilsou
Thanks, following the instructions here: https://karlbowden.com/quick-start-hot-reloading-in-swift/ I managed to get it working. It has some limitations though, I have some static methods in structs to create some controls like `createButton()`....
On a sideI keep note, I just patched the project to have the injection working on a real device and although it keeps on getting the same error `Error loading...
That's a really big shame... Sorry for the late answer and thanks a lot for being quick to answer
Thank you for answering in a really detailed manner. I am currently using Djinni in production. Although it is mature and used in production by many, when one wants to...
I haven't had the time to try since last time. Pretty busy lately. I will try to give it another go as soon as I am able to. I do...
You're welcome, both your VideoEffects and MediaReader are so valuable, so much that I learn most of the video pipeline from them. Your idea of using a dummy camera at...
Sorry for the late answer and thanks for being so quick to answer ! My camera resolution is fixed to 640*480 and I'm always using this one on both phone...
I'm back after some time digging for some other issues I had to fix before looking at my video effect performance issue. I only had the time to try the...
Been a while, but after a lot of attempts and workarounds I decided to just apply a postprocess effect on the texture I was rendering the frames to. Performance is...
Almost forgot before you close the thread, is there any reason why I would get a black texture from this bit of code in my my project but works fine...