tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.76k stars 862 forks source link

Esp32 webcam #3942

Open BrunoTeixeira1996 opened 9 months ago

BrunoTeixeira1996 commented 9 months ago

Does tinygo support esp32 with a small câmera like this?

I tried to find in the docs but i was not able to find it.

Gustavomurta commented 8 months ago

I also didn't find this ESP32cam project on TinyGo. But if it works with Arduino or C++, it is also possible in TinyGo.

https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer

BrunoTeixeira1996 commented 8 months ago

@Gustavomurta I would love to implement this in TinyGo but I have no idea on how to start to be fair. That link contains some header files that should be present in TinyGo and I don't think thats available

Gustavomurta commented 8 months ago

I'm currently studying and learning TinyGo too. Rs rs. I hope to reach the level of knowledge to develop packages.

https://github.com/tinygo-org/tinygo/blob/release/src/machine/machine_esp32.go

BrunoTeixeira1996 commented 8 months ago

@Gustavomurta Ill wait then hehe!