jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
453 stars 102 forks source link

major fail #63

Closed MRHERT closed 2 years ago

MRHERT commented 2 years ago

when i upload the code and finish then i open serial monitor it gives le major fail 1/10 majort fail 2/10 ...... how i can solve this please

jameszah commented 2 years ago

What does it say before major fail? You can cut and paste it in here.

It is either the sd card missing or bad, gpios grounded, camera missing, loose, or broken, wifi missing or broken, ...

MRHERT commented 2 years ago

On Sat 29 Jan 2022 at 19:53, jameszah @.***> wrote:

What does it say before major fail? You can cut and paste it in here.

It is either the sd card missing or bad, gpios grounded, camera missing, loose, or broken, wifi missing or broken, ...

— Reply to this email directly, view it on GitHub https://github.com/jameszah/ESP32-CAM-Video-Recorder/issues/63#issuecomment-1024966851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXQXMUAWN2B6NG2KRZSPOZDUYQZR5ANCNFSM5NDFXPCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.

Can i conract you from your whatssapp please so that i can send you pictures and explain more please its urgent

MRHERT commented 2 years ago

or just contact me in my email please yassine.blog1@gmail.com

ets Jun 8 206 00:22:7

rst:0x1 (POWEON_RESET),boot:0x13 SI_FAST_FLASH_BOOT) configi: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,ddrv:0x00,cs0_drv:0x0,hd_dr:0x00,wp_drv:0x00 mod:DIO, clock div: load0x3fff0018,len:4 load0x3fff001c,len:1216 h 0 tail 12 room load:x40078000,len:104 load:0x40080400,len:638 entry 0x4008064 E (162) psram: PSRAM ID read error: 0xffffffff


setup, core 1, priority = 1


ESP-CAM Video Recorder v94 http://desklens.local - to access the camera

Boot number: 1 Wakeup was not caused by deep sleep: 0 Get took 2 Good settings in the EPROM Internet_Enabled 1 DeepSleepPir 0 record_on_reboot 1 PIRpin 13 PIRenabled 0 framesize 6 repeat_config 100 xspeed 1 gray 0 quality 12 capture_interval 100 total_frames_config 18000 xlength 1800 EnableBOT 0 paraFound wrong - major fail

Major Fail 0 / 10

jameszah commented 2 years ago

You have no psram, or it is not working.

You need a esp32-cam board with 4mb of psram.

E (162) psram: PSRAM ID read error: 0xffffffff

https://github.com/jameszah/ESP32-CAM-Video-Recorder/blob/b6c9af8970bc2321935662286603da7ce6484271/vA1/TimeLapseAviA1x.ino#L1166

MRHERT commented 2 years ago

so what is the solution i tried to do this with differents projects and it did work but for this recording project no is there any solution ?

MRHERT commented 2 years ago

it has a 4Mb of psram im sure but what is the issue

MRHERT commented 2 years ago

NO SOLUTION ? OKAY THANK YOU

MnemonicFish commented 1 year ago

had the same issue, you need to enable PSRAM from the Arduino IDE menu, Tools > PSRAM > Enabled

Screenshot 2023-01-17 074835