I found this gem which does just that:
https://github.com/GuilhermeRS11/esp-video-components
However I haven't tested it. Please make a public fork or pull requests for any improvements you make too!
Search found 6 matches
- Sat Jan 10, 2026 11:59 pm
- Forum: General Discussion
- Topic: Sony IMX cams for P4
- Replies: 3
- Views: 1033
- Thu Dec 04, 2025 12:14 pm
- Forum: General Discussion
- Topic: Is the ESP32-P4 Just a pipe dream
- Replies: 4
- Views: 2719
Re: Is the ESP32-P4 Just a pipe dream
Interesting! Thanks for the insight.
Also what is ECO? I can’t find a definition - external crystal oscillator?
Also what is ECO? I can’t find a definition - external crystal oscillator?
- Sat Sep 06, 2025 11:33 am
- Forum: Hardware
- Topic: ESP32-P4 NOR flash LDO voltage
- Replies: 10
- Views: 5020
Re: ESP32-P4 NOR flash LDO voltage
From what I've seen in esp-idf, LDO 2 defaults to 1.9v, and powers the internal PSRAM - so if the combined current draw, and the 1.9v voltage level are OK, I recon that would work. What flash IC are you thinking?
Relevant kconfig options appear to be ESP_LDO_VOLTAGE_PSRAM_1900_MV, ESP_LDO_CHAN ...
Relevant kconfig options appear to be ESP_LDO_VOLTAGE_PSRAM_1900_MV, ESP_LDO_CHAN ...
- Tue Sep 02, 2025 11:02 pm
- Forum: General Discussion
- Topic: Status of ESP32-P4 as of Aug '25
- Replies: 2
- Views: 1088
Re: Status of ESP32-P4 as of Aug '25
I would also love to see an update! Currently thinking whether to pick an S3 or a P4 for my next design.
- Thu May 30, 2024 1:27 pm
- Forum: Hardware
- Topic: Can esp32s3 use USB jtag instead of GPIO0 control?
- Replies: 3
- Views: 1751
Re: Can esp32s3 use USB jtag instead of GPIO0 control?
Ok I think I worked it out. I used the ESP32-S3R8 chip, which I have just realised doesn't have internal flash, and so perhaps the behavior we are seeing makes sense as there is no flash chip in the system - as that's where the error occurs.
Looks like someone else had a similar experience ( https ...
Looks like someone else had a similar experience ( https ...
- Wed May 29, 2024 2:48 pm
- Forum: Hardware
- Topic: Can esp32s3 use USB jtag instead of GPIO0 control?
- Replies: 3
- Views: 1751
Can esp32s3 use USB jtag instead of GPIO0 control?
My goal here is to be able to flash my custom PCB, which I have not been able to do yet.
I had thought that I could use USB jtag on the esp32s3 board to get it into 'download mode'.
If I run this python code snippet, implementing the approach in section 33.4.2 of esp32s3 TRM v1.4:
with serial ...
I had thought that I could use USB jtag on the esp32s3 board to get it into 'download mode'.
If I run this python code snippet, implementing the approach in section 33.4.2 of esp32s3 TRM v1.4:
with serial ...