Closed troyboy27 closed 5 months ago
Hi Troyboy,
I guess you mean the camera config as mentioned in the documentation:
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...
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: @.***>
You have to select the right camera, using the Platformio menu.
I do not have the Camera field dropdown.