Welcome to ESP32-CAM-Video-Telegram Discussions! #1
Replies: 22 comments 43 replies
-
Hey, is this discussion feature new? |
Beta Was this translation helpful? Give feedback.
-
Rebooting... rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
|
Beta Was this translation helpful? Give feedback.
-
What esp32 module are you using? You need a module with 4MB of psram, such as a esp32 wrover module on a esp32-cam board. Those "psram_avi allocation failed" errors suggest it could not find the psram. You could add the code below before and after the ps_malloc statement, to see how much psram the esp32 has available.
Another possibility is you have the right hardware, but the wrong board specified. It has to be wrover module or Ai-Thinker ESP32-CAM to make sure the psram is enabled. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem and worse telegram bot keeps sending the /clip command. As far as I know I have the AI thinker board, added your code. Regards, |
Beta Was this translation helpful? Give feedback.
-
This was set up for the 4MB of psram or spiram and you have 2MB. It uses the spiram to store the movie before sending it to telegram. Telegram also keeps sending the command until you properly receive it, and I think you device reboots before it can acknowledge it. |
Beta Was this translation helpful? Give feedback.
-
Hi, What is the maximum rsolution and how to reach that? that is with 4mb psram. |
Beta Was this translation helpful? Give feedback.
-
You can set it to uxga, but the camera driver would need more memory, so that 3000 number above would need to shrink. I choose vga as you would get 150 frames so you would have motion in the video. I larger frame would have better detail, but if you only have 50 frames, you would get a short jerky video. I intend on looking into that a little more as I include the changes in the driver, so I could look at that more at that time. espressif/esp32-camera#357 (comment) //Serial.printf("SPIRam Total heap %d, SPIRam Free Heap %d\n", ESP.getPsramSize(), ESP.getFreePsram()); |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hello, what about the psramsize said 0?? thanks, |
Beta Was this translation helpful? Give feedback.
-
hi, is this code need PIR module for /enpir function, I installed it, worked very good, but pir not working, sorry for my n00b |
Beta Was this translation helpful? Give feedback.
-
thank you very much for this project which is by far the best using telegram with ESP32 cam. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I am working on a project that I am completely blank on how to approach. I would appreciate any direction you can provide. I need to use an ESP32-CAM to capture a video feed and apply scene detection and face detection in real-time. I would like to avoid using paid cloud services. I am not sure if the ESP32 could handle such computation. Is it possible to send the feed to an Android phone for processing? Or is there another way to make this device mobile? Thanks in advance for your help and apologies if this is the wrong forum. |
Beta Was this translation helpful? Give feedback.
-
Hi. This is the best ESP32cam project. For me it is running without any issue. |
Beta Was this translation helpful? Give feedback.
-
Got it. Thanks a lot.
…On Wed, 20 Sep 2023, 9:06 pm jameszah, ***@***.***> wrote:
the ".img" files are the machine code that is stored on the flash of the
esp32.
(There is a old version 9.5 still sitting there.)
The manifest is the instructions to the web installer system,
You can read more about the web installer system here:
https://github.com/witnessmenow/ESP-Web-Tools-Tutorial
—
Reply to this email directly, view it on GitHub
<#1 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCVE4YRALOKQZHCI44GXRBLX3NEEJANCNFSM46OYMCQQ>
.
You are receiving this because you commented.Message ID:
<jameszah/ESP32-CAM-Video-Telegram/repo-discussions/1/comments/7062524@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I have a variant of v9.5 without wifimanager if you need. |
Beta Was this translation helpful? Give feedback.
-
You are right.I have now 3 PIR bots running on the same channel. BTW, Is there the same kind of project (Motion detection associated with telegram) using Raspberry? |
Beta Was this translation helpful? Give feedback.
-
Hello, I can't find a download link to the installer. |
Beta Was this translation helpful? Give feedback.
-
I don't know the "failed to fetch" issue -- i would guess some kind of virus checker or firewall kind of thing. You could post a screen shot of that. "esp_eth_driver" or WifiClientSecure setinscecure -- the setinsecure issue seems like an old driver. They had it for 8266, but not esp32, and then they added it to esp32. The "eth" stuff is entirely new to me. A screen shot or some error messages with all the details, always helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
|
Beta Was this translation helpful? Give feedback.
-
hey ,i need help please. the second issue is that I've put my bot id/credentials, but it does not even connect with telegram. please your help is appreciated i enjoy this challenge just learning all this at 52yrs just fun. |
Beta Was this translation helpful? Give feedback.
-
hi, can you create an app for this ESP-cam that one can use without using Telegram ? |
Beta Was this translation helpful? Give feedback.
-
Great project! 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions