Hi,
I would love to see video support in nuttx.
I worked with video4linux a few years ago. What I loved was how to deal
with memory buffers from the user space.
The video4linux API allows the device configuration and also a registration
of an undefined amount of memory buffers (usually related to
One thing that we have always been missing is a video subsystem. This
would be something similar to the audio/ subsystem which is basically a
way of connecting audio streams between audio sources (like
apps/system/nxplayer), audio processors (codecs, equalizers, etc. which
would go in audio/),
Thanks Alan. I'll probably give it a try.
Best,
Matias
On Fri, Apr 2, 2021, at 20:43, Alan Carvalho de Assis wrote:
> Hi Matias,
>
> No, AFAIK there is nobody working on camera support.
>
> BR,
>
> Alan
>
> On 4/2/21, Matias N. mailto:matias%40imap.cc>> wrote:
> > I've looked into this a bit
Hi Matias,
No, AFAIK there is nobody working on camera support.
BR,
Alan
On 4/2/21, Matias N. wrote:
> I've looked into this a bit further. It seems NuttX supports the OV2640
> command interface (via I2C) with video/ov2640.c driver. However, the data
> transfer is handled separately. From what