Lib[rem5|camera] to use everywhere

@galilley

Could we have a more developed tutorial ? I tried to use it on mobian and I couldnt reproduce your demos on mobian ?

I would like to understand what you have done properly

Is it possible ?

Thanks in advance for your answer and maybe your explanations

2 Likes

Sorry for the delay…

First of all, you could check is the DMABUF option enabled in the kernel:

$ zcat /proc/config.gz | grep DMABUF_HEAPS
CONFIG_DMABUF_HEAPS=y
CONFIG_DMABUF_HEAPS_CMA=y

If not, you need rebuild your kernel and next - patch and rebuild libcamera (you need to learn how to rebuild deb packages in chroot).

2 Likes

I was wrong! Just tested libcamera v0.5.2 and it works well!
Moreover, I’ve contacted with a guy who are working on autofocus feature [1]. So, waiting very-very experimental libcamera v0.5.2 + AF in Crimson backports soon! :camera:

[1] NekoCWD/libcamera: Working on SoftISP - GitNeko: Meow!

6 Likes

Has someone tested it on Crimson?
I need to grant my browser the access to my camera on L5.
I have no problems on L14, where I can grant, even inside a VM in Box, camera access to a browser.

1 Like

Yes, I’ve ported that to Crimson backports too. It works, but need additional time to make it more usable… Right now it is just a proof-of-concept.

3 Likes