Regarding the custom Effect like Snapchat have. #213
-
I need features that involve applying custom effects to the camera, similar to Snapchat's video effect capabilities. Can anyone suggest how I can implement functionality to process each frame using a deep learning algorithm and display the results as an overlay or modify the texture based on specific coordinates? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I provide simple filter functions such as changing the camera image to sepia or altering colors. You can verify this with example code. On the other hand, I'm not familiar with methods like utilizing a deep learning algorithm from another library. HaishinKit is an open-source software, so feel free to customize it if necessary. |
Beta Was this translation helpful? Give feedback.
I provide simple filter functions such as changing the camera image to sepia or altering colors. You can verify this with example code. On the other hand, I'm not familiar with methods like utilizing a deep learning algorithm from another library. HaishinKit is an open-source software, so feel free to customize it if necessary.