Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does these bunch of opencl accelerated image algorithm support rgb color space ? #591

Closed
fulean opened this issue Nov 1, 2018 · 1 comment

Comments

@fulean
Copy link

fulean commented Nov 1, 2018

hi,I want to port the opencl accelerated 3dnr to mobile device, for the performance consideration, I create cl_mem from a opengles texture, in this case the texture internal format only suppoer RGBA on my device (texture with rgba format is must for opencl interop with opengl on my device),so are there any way that can applying the opencl implemented algorithm on rgba color space image? thanks.

@zongwave
Copy link
Collaborator

zongwave commented Nov 2, 2018

the algorithms' opencl kernel we implemented in libxcam only support NV12 format, you have to convert color space before running the CL kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants