Working with video #548
Answered
by
perfectdim
perfectdim
asked this question in
Q&A
-
Hello! on iOS we are trying to work with CVPixelBuffer, and using it to create SkikoImage and then draw it on canvas:
Who can give me any good suggestion? =) |
Beta Was this translation helpful? Give feedback.
Answered by
perfectdim
Jun 7, 2022
Replies: 1 comment
-
I have change my code using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
perfectdim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have change my code using
SkikoBitmap
, and now it works fine! =))