hey guys
All good
I bought an esp32 with a camera to do some tests here.
Using the Arduino IDE I can compile it correctly and it works well.
I can't compile in B4R It's giving an error
Can anyone tell me what is going on I would appreciate it
B4R:
\Cesar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries\\WiFi\\src" "-IC:\\Users\\Cesar\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.11\\libraries\\WiFiClientSecure\\src" "C:\\Users\\Cesar\\Desktop\\ESP32_~1\\ESP32C~1\\Objects\\bin\\sketch\\b4r_esp32cam.cpp" -o nul
Alternatives for fd_forward.h: []
ResolveLibrary(fd_forward.h)
-> candidates: []
b4r_esp32cam.cpp:25:10: fatal error: fd_forward.h: No such file or directory
#include "fd_forward.h"
^~~~~~~~~~~~~~
compilation terminated.
Foram encontradas múltiplas bibliotecas para "WiFi.h"
Usado: C:\Users\Cesar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\WiFi
Não usado: C:\Users\Cesar\Documents\Arduino\libraries\WiFiEspAT
Não usado: C:\arduino-1.8.19\libraries\WiFi
exit status 1
exit status 1
Hello everyone
About errors when compiling
I have no idea what these files are?
If you remove 02 two it compiles normally but the camera does not appear on the IP and this message "use /live to get the live stream or /pic for a picture capture "
thanks for the h
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...
Hello everything is fine
Yes
I've done the readings a few times.
I can't get a compilation to always give these 2 errors. Thank you from the bottom of my heart, I'll read it ++++
About the two error files
It doesn't matter much
It works without them
B4R:
#include "fd_forward.h"
#include "fr_forward.h"
About the color problem in my case it was black and white
B4X:
//s->set_pixformat(s,PIXFORMAT_GRAYSCALE); //FIXME - couldn't get grayscale mode to work, missing some other config option
s->set_special_effect(s, 0); //gray scale It was 1 mode to 0
Hello KiloBravo
All good
So that's what it's for, I didn't know
I'll be happy if he can take some photos and save it on the card
Thank you for your response
Last year I used the instructions from this post to get the ESP32-CAM working. https://www.b4x.com/android/forum/threads/esp32-camera-picture-capture-and-video-streaming-updated-with-code.110131/#content A few days ago I dug out the board plugged it in and it worked. The video was not the...