rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
627 stars 109 forks source link

M5Stack CamS3 - Uploading Fine but seems to keep crashing #124

Open vellad1 opened 4 months ago

vellad1 commented 4 months ago

Hi,

Not a super technical user so apologies if I am not providing all the info up front as not sure what is needed.

I purchased a number of M5 CamS3 for a personal project of mine. I have been trying to flash the est32cam-rtsp onto it and I am using PlatformIO. I am uncommenting the proper definition (default_envs = esp32cam_m5stack_unitcams3), complicing successfully and uploading succesfully. The problem is that once i remove the download pin bridge and reconnect to the USB port to power it up, it just does not. No Wifi AP is coming up.

I then tried with 'default_envs = esp32cam_espressif_esp32s3_eye' and built and uploaded successfully. The wifi AP comes up and I can connect (192.168.4.1). The problem in this case is that it fails to init the camer (Resutl 261 - ESP_ERR_NOT_FOUND.

Any ideas what I could do please?

divebombdom commented 4 months ago

Same issue here