Re: ESP32S?

2021-04-02 Thread Marco
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

Re: ESP32S?

2021-04-02 Thread Gregory Nutt
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/),

Re: ESP32S?

2021-04-02 Thread Matias N.
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

Re: ESP32S?

2021-04-02 Thread Alan Carvalho de Assis
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