I also ordered the same board - waiting for it to arrive
check this:
gpio_install_isr_service() returns ESP_ERR_NOT_FOUND - ESP32 Forum
Espressif ESP32 Official Forumesp32.com
// I have changed the code into the following according
//to what is suggested in the page you provided
// camera init
esp_err_t err;
err = esp_camera_init(&config);
if (err != ESP_OK) {
Serial.printf("Camera init failed with error 0x%x", err);
return;
}
have you seen this:
post #20 #21 #22Esp32 Cam with error in monitor
Hi, for anybody still struggling with a similar issue, I have the same hardware as the pics from tiny-james and I did make it work with the sample example (Webserver) just carefully selecting the correct camera module. In my case, the one in the uploaded picture. Hope this helps.forum.arduino.cc
3) yes, like in the picture, together.1) Do you get logs in B4R?
2) Do you hard reset from the motherboard or from the board?
3) When it works it is on the motherboard right?
Why don't you make it working with Arduino first?For number 1 try this example:
ESP32 Camera Picture Capture and Video Streaming! (Updated with code!)
Hello! Last December I made a request for support for the ESP32 Camera support. Well, I finally found the time to work on it myself and here's my initial attempt at implementing this with B4R. I'm using an ESP32CAM camera board with 4GB of PSRAM (like extended memory for the camera). I'm...www.b4x.com
For number 2 can you please clarify which reset button? There are 2 reset buttons, one on the board and one on the motherboard.
PLs check my post https://www.b4x.com/android/forum/t...th-arduino-but-not-in-b4r.128010/#post-803917Why don't you make it working with Arduino first?
#Region Project Attributes
#AutoFlushLogs: True
#CheckArrayBounds: True
#StackBufferSize: 600
#End Region
'Ctrl+Click to open the C code folder: ide://run?File=%WINDIR%\System32\explorer.exe&Args=%PROJECT%\Objects\Src
Sub Process_Globals
Public Serial1 As Serial
Private wifi As ESP8266WiFi
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
'example of connecting to a local network
If wifi.Connect2("HUAWEI", "doITsuper#SIMPLE123") Then
Log("Connected to network")
Else
Log("Failed to connect to network")
End If
End Sub
Why don't you make it working with Arduino first?
To test your hardware using Arduino.. then use your B4R
........
Edit2: ahhhh that b4r example looks a lot more thst 10min ???????? try Arduino first!!!
View attachment 124559
EDIT: Now my board doesn't work in Arduino
Camera init failed with error 0x20004 - Solved:
if it work using Arduino then problem solved!!I have tried it in Arduino the first time I held it in my hands. In Arduino logs are ok but in B4R not. I told you to to use the B4R code to tell us if you see any logs.
yes, removed B4RCan you please share what was wrong and how did you manage to solve it?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?