Search found 12 matches

by Gaston1980
Wed Oct 16, 2024 1:31 pm
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

Re: esp32 wroom and camera ov7670

well something start to going wrong.... I (285) efuse_init: Min chip rev: v0.0 I (290) efuse_init: Max chip rev: v3.99 I (295) efuse_init: Chip rev: v3.1 D (300) cpu_start: calling init function: 0x400d2fc8 on core: 0 --- 0x400d2fc8: __esp_system_init_fn_init_heap at /home/gaston/esp/v5.3.1/esp-idf/...
by Gaston1980
Wed Oct 16, 2024 12:17 pm
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

Re: esp32 wroom and camera ov7670

nopnop2002 thanks, I tried and is not working. I need to restart vscode to be able to use again the port.
by Gaston1980
Wed Oct 16, 2024 10:20 am
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

Re: esp32 wroom and camera ov7670

thanks for ur help nopnop2002 and ESP_Sprite I was able to do it. A final question about the port been used to do the dump, how do I close it? I tried Ctrl + C but that didn't work.
Thanks again
Cheers
Gastón
by Gaston1980
Tue Oct 15, 2024 10:40 pm
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

Re: esp32 wroom and camera ov7670

Thanks nopnop2002 for your help, I was able to make the hexdump but...(theres always a but....) is there a way to save this dump to txt because I'm unable to check the first lines of the hexdump ( missed 9000 lines).
Thanks again
Gastón
by Gaston1980
Tue Oct 15, 2024 10:25 am
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

Re: esp32 wroom and camera ov7670

Hi @ESP_Sprite thanks for your reply, I'm trying to understand and play with the camera ov7670 and I was able to get it working in the esp32 wroom 32E board, now I 'm trying to get out those bytes in the frame buffer. For this I create a task in which I use the uart driver to send to cutecom the dat...
by Gaston1980
Mon Oct 14, 2024 3:57 pm
Forum: ESP-IDF
Topic: esp32 wroom and camera ov7670
Replies: 9
Views: 745

esp32 wroom and camera ov7670

Hi to all, Im using the camera ov7670 with the esp32 wroom kit and finally I'm able to get the frame data in 320x240 *2 framebytes.....153600 bytes I got in frame....and now the question...how do I send this frame to uart? I'm using ESP_LOGI to send it to terminal and is tooooo slowww. I only got an...
by Gaston1980
Thu Oct 10, 2024 1:44 am
Forum: ESP-IDF
Topic: esp32s3 camera API
Replies: 4
Views: 546

Re: esp32s3 camera API

Thanks for your reply!!! This is an example program which need to be download to the esp32. This is not what I'm looking for. Where's the API's? how the camera controller works now in the esp32s3? I already check the camera example and have a few question: 1) how the esp_err_t camera_capture() its b...
by Gaston1980
Wed Oct 09, 2024 9:27 pm
Forum: ESP-IDF
Topic: esp32s3 camera API
Replies: 4
Views: 546

Re: esp32s3 camera API

In the reference manual pag 1060 you can read "LCD and camera controller" but in the API reference just the LCD API's are explained. Is there a link to some API's to control the camera using API's? Maybe I miss something in the TRM.
Cheers
Gastón
by Gaston1980
Wed Oct 09, 2024 11:41 am
Forum: ESP-IDF
Topic: esp32s3 camera API
Replies: 4
Views: 546

esp32s3 camera API

Hi to all, I'm very new to esp32 and now I have a esp32s3 but can't find the camera API in the esp32s3 references, just the LCD APIs. I'm sarching in the 5.3.1 programing guide.
Thansk
Gastón
by Gaston1980
Mon Oct 07, 2024 12:25 pm
Forum: ESP-IDF
Topic: esp32 idf LCD example "esp_lcd_panel_rgb.h" error
Replies: 3
Views: 585

Re: esp32 idf LCD example "esp_lcd_panel_rgb.h" error

Thanks for your reply, Im using esp idf 5.3 and I tried to compile the LCD example and I didn0t choose any esp32 board. I know that I need a s3 board but why this particular file is not in the folder? is it generated by building the example with the board?
Thanks
gastón