Page 1 of 1

ESP Mesh with cameras

Posted: Wed Jan 16, 2019 2:04 pm
by ltbeck
Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls?

Thanks!
- Lance

Re: ESP Mesh with cameras

Posted: Sat Jan 26, 2019 5:04 pm
by Ritesh
ltbeck wrote:
Wed Jan 16, 2019 2:04 pm
Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls?

Thanks!
- Lance
Hi,

I think ESP-WHO with face recognition examples provide 2 to 3 FPS with 2 MP Camera based ESP-EYE development kit.

So, we can make that framework robust with application to achieve your requirement with MESH as well. So, I suggest to see ESP-WHO framework with examples provided if you haven't seen yet.

Re: ESP Mesh with cameras

Posted: Tue Dec 10, 2019 9:26 am
by kaushik.plavaga
Ritesh wrote:
ltbeck wrote:
Wed Jan 16, 2019 2:04 pm
Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls?

Thanks!
- Lance
Hi,

I think ESP-WHO with face recognition examples provide 2 to 3 FPS with 2 MP Camera based ESP-EYE development kit.

So, we can make that framework robust with application to achieve your requirement with MESH as well. So, I suggest to see ESP-WHO framework with examples provided if you haven't seen yet.
Hi Ritesh,
Does esp-who framework support mesh now??

Re: ESP Mesh with cameras

Posted: Wed Dec 11, 2019 12:15 pm
by Ritesh
kaushik.plavaga wrote:
Tue Dec 10, 2019 9:26 am
Ritesh wrote:
ltbeck wrote:
Wed Jan 16, 2019 2:04 pm
Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls?

Thanks!
- Lance
Hi,

I think ESP-WHO with face recognition examples provide 2 to 3 FPS with 2 MP Camera based ESP-EYE development kit.

So, we can make that framework robust with application to achieve your requirement with MESH as well. So, I suggest to see ESP-WHO framework with examples provided if you haven't seen yet.
Hi Ritesh,
Does esp-who framework support mesh now??
Hello,

I need to check esp-who framework for MESH support has been integrated or not but Espressif has released MESH Framework into separate repository which you can use or might be component for MESH support.

Let me check and get back to you.