esp32cam-rtsp icon indicating copy to clipboard operation
esp32cam-rtsp copied to clipboard

No Camera Streaming section therefore no 'Camera' dropdown - failed to initialize camera

Open troyboy27 opened this issue 4 months ago • 3 comments

Untitled 5

I do not have the Camera field dropdown.

troyboy27 avatar Feb 22 '24 19:02 troyboy27

Hi Troyboy,

I guess you mean the camera config as mentioned in the documentation: image

If so, this is correct. This has been removed. The reason for that is that before only one ESP32 type was supported but now also the ESP32-S2 and ESP32-S3. Because the toolchain is different this could not be continued.

However, there is a list to better identify the type of camera so you can select the correct one. This can be done by uncommenting the default_envs in the platformio.ini file for your board type...

rzeldent avatar Feb 22 '24 20:02 rzeldent

Hi- I cannot select anything since I don't have a drop-down as indicated in the documentation. The config for every camera is compiled and uploaded to the chip. I'm not sure I'm following.

On Thu, Feb 22, 2024 at 2:07 PM Rene @.***> wrote:

Hi Troyboy,

I guess you mean the camera config as mentioned in the documentation: image.png (view on web) https://github.com/rzeldent/esp32cam-rtsp/assets/7620231/6ac700ce-7f23-43f8-9285-f6bf3f4cf177

If so, this is correct. This has been removed. The reason for that is that before only one ESP32 type was supported but now also the ESP32-S2 and ESP32-S3. Because the toolchain is different this could not be continued.

However, there is a list to better identify the type of camera so you can select the correct one. This can be done by uncommenting the default_envs in the platformio.ini file for your board type...

— Reply to this email directly, view it on GitHub https://github.com/rzeldent/esp32cam-rtsp/issues/113#issuecomment-1960204401, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHE2LJB5VZO53DJCAOJHELYU6QQBAVCNFSM6AAAAABDVRWZ72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGIYDINBQGE . You are receiving this because you authored the thread.Message ID: @.***>

troyboy27 avatar Feb 23 '24 14:02 troyboy27

You have to select the right camera, using the Platformio menu.

rzeldent avatar Apr 16 '24 13:04 rzeldent