Page 7 of 14
Re: ESP32-CAM as doorbell with camera
Posted: Tuesday 15 September 2020 9:47
by gielie
stack wrote: ↑Friday 11 September 2020 15:08
motion detection is an addition to this doorbell.
This goes via motioneye and it gives a telegram message with a screenshot when there is movement.
Can you share this code?
Im using the V1 and it works great but id like to try this motion detection addition also.
Re: ESP32-CAM as doorbell with camera
Posted: Tuesday 15 September 2020 20:53
by hoeby
gielie wrote: ↑Tuesday 15 September 2020 9:47
Can you share this code?
Im using the V1 and it works great but id like to try this motion detection addition also.
When i read his story, i think he means it would be an addition for the doorbell. Reading that, i think he is using version V1 an motioneye for motion. Not motion by the doorbell itself.
Re: ESP32-CAM as doorbell with camera
Posted: Saturday 03 October 2020 9:49
by stack
hoeby wrote: ↑Tuesday 15 September 2020 20:53
gielie wrote: ↑Tuesday 15 September 2020 9:47
Can you share this code?
Im using the V1 and it works great but id like to try this motion detection addition also.
When i read his story, i think he means it would be an addition for the doorbell. Reading that, i think he is using version V1 an motioneye for motion. Not motion by the doorbell itself.
Sorry , thats correct i use motion eye thast working fine for motion
Re: ESP32-CAM as doorbell with camera
Posted: Monday 05 October 2020 9:34
by hoeby
Exactly 1 month ago i posted, that the V2 version was on a hold.
After that i got unexpected help from someone. Don't know yet if that person is happy if i mention his name her, will wait for that.
But his help is very very very big.
Without him, this was not possible.
Where are we now?
There is a version, but not ready to release.
This version is at in test. I have runned it last weekend without issues, but a little fine tuning is done and want to test it more.
A sneak preview, from the testing/fine-tuning moment

Re: ESP32-CAM as doorbell with camera
Posted: Monday 05 October 2020 18:50
by stack
That looks good. Thanks for your time.
Re: ESP32-CAM as doorbell with camera
Posted: Saturday 10 October 2020 14:09
by Ivo1986
Wow nice work!
I like it!
I have the most parts

Re: ESP32-CAM as doorbell with camera
Posted: Sunday 22 November 2020 15:38
by azonneveld
I recently added flash leds to the doorbell.
By creating 2 capture urls, i now can take a picture with or without the flash enabled.
The leds are only activated while the picture is taken.
I made a short video on how it works:
https://vimeo.com/482283350
Re: ESP32-CAM as doorbell with camera
Posted: Monday 23 November 2020 22:48
by stack
do you use the flashlight for extra light?
If so, what is the quality of the photo?
Re: ESP32-CAM as doorbell with camera
Posted: Tuesday 24 November 2020 8:09
by azonneveld
stack wrote: ↑Monday 23 November 2020 22:48
do you use the flashlight for extra light?
If so, what is the quality of the photo?
Yes, the flash is used to provide light.
I think the video introduces some confusion because the flash is triggered at daylight.
The flash is triggered only for the video purposes.
Normally it is only used when outdoor luminescence is below 10 lux. (the light intensity is measured somewhere else)
At daylight the picture is acceptable, at night not. With the flash, it gets a bit better, meaning, it is possible to recognize the person in the picture at short distance (<2m)
The daylight picture is taken by calling the usual url: xxx.xxx.xxx.xxx/capture
The picture with flash is taken by calling a new url: xxx.xxx.xxx.xxx/captureflash
Sourcecode:
https://www111.zippyshare.com/v/5DAbFyEO/file.html
Re: ESP32-CAM as doorbell with camera
Posted: Saturday 28 November 2020 0:56
by PaulHam
hoeby wrote: ↑Monday 05 October 2020 9:34
Exactly 1 month ago i posted, that the V2 version was on a hold.
After that i got unexpected help from someone. Don't know yet if that person is happy if i mention his name her, will wait for that.
But his help is very very very big.
Without him, this was not possible.
Where are we now?
There is a version, but not ready to release.
This version is at in test. I have runned it last weekend without issues, but a little fine tuning is done and want to test it more.
A sneak preview, from the testing/fine-tuning moment
Do you have any update with this project?
Re: ESP32-CAM as doorbell with camera
Posted: Tuesday 01 December 2020 21:05
by hoeby
The test esp is still running without problems.
The work that needs to be done is the wiki page and a readme file with the manual how to setup everything.
Want to finish it quickly, but finding time to finish it is the biggest problem.
Re: ESP32-CAM as doorbell with camera
Posted: Sunday 06 December 2020 13:36
by hoeby
Another sneak preview of the ESP Doorbell v2.
Need to do some administration and need to open an account on github, so it could be shared with everybody that wants to use it.
This is the index.htm page of the ESP Doorbell
You see a live log and the main network settings
For setting up the ESP Doorbell, no settings have to be changed in the program files, like the first version needed.
All could be done in the browser.

Re: ESP32-CAM as doorbell with camera
Posted: Monday 07 December 2020 20:48
by PaulHam
hoeby wrote: ↑Sunday 06 December 2020 13:36
Another sneak preview of the ESP Doorbell v2.
Need to do some administration and need to open an account on github, so it could be shared with everybody that wants to use it.
This is the index.htm page of the ESP Doorbell
You see a live log and the main network settings
For setting up the ESP Doorbell, no settings have to be changed in the program files, like the first version needed.
All could be done in the browser.
Looks great, really looking forward to it.
If you upload to github someone else might have some ideas or help they can push
Re: ESP32-CAM as doorbell with camera
Posted: Monday 07 December 2020 21:52
by hoeby
Please give all credits to JVDZ on the forum.
Without him this all wouldn't be possible.
Re: ESP32-CAM as doorbell with camera
Posted: Tuesday 08 December 2020 22:15
by jvdz
hoeby wrote: ↑Monday 07 December 2020 21:52
Please give all credits to JVDZ on the forum.
Without him this all wouldn't be possible.
I has been an learning experience for me (too), but great fun thus far.
Hope we can complete the v2 initial release somewhere in the coming weeks ( no pressure

) so others can start playing with it too, but everybody needs to understand this is done in spare time, so it will be ready when we feel we are ready.
PaulHam wrote: ↑Monday 07 December 2020 20:48
If you upload to github someone else might have some ideas or help they can push
It currently is a private GitHub project shared between @hoeby and myself, which we used for basic development.
When we're done, I believe it is the intention that @hoeby will setup a new github project with the appropriate master & development branches so people can use the project and also allow for others to make PR's for improvement/changes to the development branch for testing before implementing those into the master branch.
Jos
Re: ESP32-CAM as doorbell with camera
Posted: Friday 18 December 2020 15:47
by EddyG
Nice project.

Looking forward to the GitHub project. Any ETA yet?
Could you already give a material specification?
I saw the the pushbutton hole is 18.5 mm in the Thingiverse project. Is that correct?
Re: ESP32-CAM as doorbell with camera
Posted: Monday 21 December 2020 10:47
by azonneveld
EddyG wrote: ↑Friday 18 December 2020 15:47
Could you already give a material specification?
Here is a list of hardware I used. The camera is running without any issues. Also, very well waterproof.
See:
viewtopic.php?p=246700#p246700
Re: ESP32-CAM as doorbell with camera
Posted: Monday 21 December 2020 11:48
by EddyG
Tnx. I have a 3-D printer myself. The Thingiverse design is very thight, so I wonder what switch should be used in that design, because the hole is 18.5 mm.
Re: ESP32-CAM as doorbell with camera
Posted: Saturday 26 December 2020 12:38
by funky
WoW this great just ordered the materials.
I hope you will open up the github soon.
And put a donate button on it
Is it a idea to fundrais housing ?
Re: ESP32-CAM as doorbell with camera
Posted: Sunday 03 January 2021 20:49
by stack
I am very happy with my current esp32cam doorbell, just not satisfied with dark recordings.
Is there an esp32 cam with night vision?