Rene
Rene
This can be resolved by adding -fPIC in the CFLAGS in the Makefile for wiringPi: CFLAGS += $(DEBUG) $(DEFS) -Wformat=2 -Wall -Winline $(INCLUDE) -pipe **-fPIC**
Hi Kiran, Does the camera on the esp32-cam initialize properly? This should be present somewhere in the serial logging from the esp. If the camera can not be initialized, no...
Yes, if HTTP streaming is working the camera is certainly initialized... Try using some more conservative settings like a lower framerate (40ms) and a lower jpeg quality. Not sure but...
Hi Chanyork, Could you please provide more details like logging and the overview screen? Regards, Rene
The modules have been updated in the develop branch; also the WROVER module. Please take a look to see if this solved the problem!
Hi ReadShade/Homoto, I do use the same module and cannot reproduce it. Could you get the latest version and try this again with or replace the line in platformio.ini? ```...
Hi homonto, Have you tried to erase the flash completely? Maybe there is some old config present...
Hi Konrad, I looked at the code for the status screen, especially after the initialization fails. I added a precaution in case the esp library function did not return a...
Any crashes after this update on the develop branch?
Any updates?