How can I use this library to apply custom 3D LUT in realtime to a video stream? #243
Unanswered
shikhindahikar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So as the title says. I have a 3D LUT .cube file which I need to use for realtime colour correction of a stream. I have access to the data frame by frame in uyvy format as uint8_t data. How can I incorporate this into my project?
My project also uses lot of CUDA code to make things work faster and parallel.
Beta Was this translation helpful? Give feedback.
All reactions