-
Notifications
You must be signed in to change notification settings - Fork 967
Open
Labels
Description
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.
ErfanTech
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Gustavomurta commentedon Oct 17, 2023
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 commentedon Oct 17, 2023
@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 commentedon Oct 17, 2023
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 commentedon Oct 17, 2023
@Gustavomurta Ill wait then hehe!