-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIR detected #35
Comments
Meaning, you don't want to receive the photo before the video? You only want to receive a message before the video? I would comment line 1494 |
well now it sends me the picture the message and the video |
plus on enavle pir it sends only the message not the pic? |
Out of town for a while ... catching up on discussions The pir interrupt starts a task, which sets a variable: ESP32-CAM-Video-Telegram/v9.6/ESP32-CAM-Video-Telegram_9.6/ESP32-CAM-Video-Telegram_9.6.ino Line 879 in b9df451
Then in the loop, it checks the variable, and does something ESP32-CAM-Video-Telegram/v9.6/ESP32-CAM-Video-Telegram_9.6/ESP32-CAM-Video-Telegram_9.6.ino Line 1491 in b9df451
In the code it calls send-the-picture, instead, put in this code ESP32-CAM-Video-Telegram/v9.6/ESP32-CAM-Video-Telegram_9.6/ESP32-CAM-Video-Telegram_9.6.ino Line 375 in b9df451
You also need to delete the picture that would be sent -- this line from send-the-picture
... that was allocated in the camera_loop
|
hello sir please guide me and I will be highly thankful to you.... |
is there a way while the AVI is enabled to send a message saying that motion detected and send u the video instead of what is happening now which sends the pic that says pir event and u get the video
thanks in advance!
The text was updated successfully, but these errors were encountered: