Giter Club home page Giter Club logo

esp32-dashcam's People

Contributors

x3mer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

esp32-dashcam's Issues

Error: ETH.cpp: In member function 'IPAddress ETHClass::dnsIP(uint8_t)':

I'm receiving the error below using the Arduino Web Editor. Any thoughts as to what could be causing this one?

/mnt/create-efs/webide/75/09/75095d7ba0376d8e96b1ab1c7e84996e:/libraries_v2/WiFi/src/ETH.cpp: In member function 'IPAddress ETHClass::dnsIP(uint8_t)':

/mnt/create-efs/webide/75/09/75095d7ba0376d8e96b1ab1c7e84996e:/libraries_v2/WiFi/src/ETH.cpp:196:37: error: conversion from 'const ip_addr_t* {aka const ip_addr*}' to non-scalar type 'ip_addr_t {aka ip_addr}' requested

ip_addr_t dns_ip = dns_getserver(dns_no);

^

/mnt/create-efs/webide/75/09/75095d7ba0376d8e96b1ab1c7e84996e:/libraries_v2/WiFi/src/WiFiSTA.cpp: In member function 'IPAddress WiFiSTAClass::dnsIP(uint8_t)':

/mnt/create-efs/webide/75/09/75095d7ba0376d8e96b1ab1c7e84996e:/libraries_v2/WiFi/src/WiFiSTA.cpp:491:37: error: conversion from 'const ip_addr_t* {aka const ip_addr*}' to non-scalar type 'ip_addr_t {aka ip_addr}' requested

ip_addr_t dns_ip = dns_getserver(dns_no);

^

Error during build: exit status 1

Compilation error

Hello,

With a fresh esp32/arduino setup I get compilation errors.
The first one is

.../ESP32-Dashcam.ino:411:1: error: no return statement in function returning non-void [-Werror=return-type]

startms = millis();
totalp = 0;
totalw = 0;
jpeg_size = 0;
movie_size = 0;
uVideoLen = 0;
idx_offset = 4;
bad_jpg = 0;
extend_jpg = 0;
normal_jpg = 0;
} // end of start avi

I'd like to know if your motorcycle dashcam is still working. It is a great idea !
And whether you plan to fix your repository to the latest versions of the tools.

error: no return statement in function returning non-void [-Werror=return-type]

Hi. I am getting few errors when trying to compile your code. Errors:

_1: ESP32-Dashcam:412: error: no return statement in function returning non-void [-Werror=return-type]

} // end of start avi

^

2: ESP32-Dashcam:514: error: no return statement in function returning non-void [-Werror=return-type]

} // end of another_pic_avi

^

3: ESP32-Dashcam:594: error: no return statement in function returning non-void [-Werror=return-type]

}

^

4: C:\Users\Administrator\Documents\ESP32-Dashcam-master\ESP32-Dashcam\ESP32-Dashcam.ino: In function 'void setup()':

ESP32-Dashcam:814: error: format '%s' expects argument of type 'char*', but argument 3 has type 'String*' [-Werror=format=]

 Serial.printf("Creating dir: '%s' as current path... ", curr_path);

                                                                  ^

exit status 1
no return statement in function returning non-void [-Werror=return-type]_

No such file or directory

This error appears during compilation in app_httpd.ccp

exit status 1
fd_forward.h: No such file or directory

or
exit status 1
fr_forward.h: No such file or directory

Arduino 1.8.42
Windows 10 Pro
ESP-Cam model _AIThinker
WIFI 1.2.7
DnsServer 2.0.0
EEPROM 2.0.0
FS 2.0.0
SD_MMC 2.0.0
WebServer 2.0.0
WiFiManager 2.0.12-beta

it would seem to have something to do with face detection and face recogniction.
thanks for your attention

Unsure how to setup button

I'm getting this error:

sketch\ESP32-Dashcam.ino.cpp.o:(.literal._Z11buttonsTickv+0xc): undefined reference to GButton::tick()' sketch\ESP32-Dashcam.ino.cpp.o:(.literal._Z11buttonsTickv+0x10): undefined reference to GButton::isSingle()'
sketch\ESP32-Dashcam.ino.cpp.o:(.literal.startup._GLOBAL__sub_I_ESP_SSID+0x8): undefined reference to GButton::GButton(unsigned char, unsigned char, unsigned char)' sketch\ESP32-Dashcam.ino.cpp.o: In function buttonsTick()':
C:\Users\dell\Documents\Arduino\ESP32-Dashcam-master\ESP32-Dashcam/ESP32-Dashcam.ino:285: undefined reference to GButton::tick()' C:\Users\dell\Documents\Arduino\ESP32-Dashcam-master\ESP32-Dashcam/ESP32-Dashcam.ino:286: undefined reference to GButton::isSingle()'
sketch\ESP32-Dashcam.ino.cpp.o: In function _GLOBAL__sub_I_ESP_SSID': C:\Users\dell\Documents\Arduino\ESP32-Dashcam-master\ESP32-Dashcam/ESP32-Dashcam.ino:887: undefined reference to GButton::GButton(unsigned char, unsigned char, unsigned char)'
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for "WiFi.h"
Used: C:\Users\dell\Documents\ArduinoData\packages\esp32\hardware\esp32\1.0.4\libraries\WiFi
Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\libraries\WiFi
exit status 1
Error compiling for board AI Thinker ESP32-CAM.

Is it because I'm not setting up the button? I'm not sure what to do

Thank full for this project

Thank full for this project I want to make and publish this project in my YouTube channel if you permit me, can you suggest app of this project to connect android phone apology raising issue I cant able to find your contact inf so once aging thank you its relay good

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.