Regarding the custom Effect like Snapchat have. #213
Answered
by
shogo4405
shubham-ghanghotia
asked this question in
Q&A
|
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? |
Answered by
shogo4405
Jan 4, 2024
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. |
0 replies
Answer selected by
shubham-ghanghotia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.