Search found 2 matches

by harish
Mon Jan 16, 2023 10:15 am
Forum: ESP32 Arduino
Topic: help with camera webserver code
Replies: 0
Views: 942

help with camera webserver code

I am new to this, I was trying to understand live stream code but I am not able to understand some lines of code can someone tell me what they mean? #include "esp_camera.h" #include <WiFi.h> #include "esp_timer.h" #include "img_converters.h" #include "Arduino.h" #include "SPI.h" #include "fb_gfx.h" ...
by harish
Wed Jan 11, 2023 11:18 am
Forum: ESP32 Arduino
Topic: connect esp32 remotely without any hosting services
Replies: 1
Views: 1175

connect esp32 remotely without any hosting services

i am trying to access my esp32 cam remotely but don't want to use any hosting servers like ngrok like that. I wish that hosting be done by esp32 only like it should host a webserver and will be able to access from anywhere i don't want to run any software in my computer or in the cloud. is there any...