Conversation

@pavel I recently tested LLM on rusticl + mesa on OnePlus 6 (so OpenCL kinda works), do you think it would be doable to write the stuff for image processing in libcamera in CL? Pinephone Pro should have also some rusticl support...

1
0
1
@okias Well... libcamera is designed for C++&CPU, not Rust&GPU, so integration will be fun. There's more low-hanging fruit, like for example enabling caches for image data (ouch!). And yes, GPU is likely very suitable for most of the ISP pipeline. Unfortunately, for video recording, you need some kind of video encoder, and writing that for GPU is not going to be weekend project.
0
0
1