Motion Detection Alarm System in Python

preview_player
Показать описание
In this video, we build a motion detection alarm system, which recognizes movement in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:11) Preview
(1:26) Coding Alarm System
(15:44) Demonstration
(18:47) Outro
Рекомендации по теме
Комментарии
Автор

Great presentation, detailed explanation, could not have asked for more

nopaallo
Автор

Dude this is awesome, i have been searching for almost same project, now i just need to alter it to meet my needs, thanks alot ❣️

Krishna-kbul
Автор

Thanks man, learning so much from these videos

musabizimana
Автор

Traceback (most recent call last):
File "/Users/vladimir/Desktop/Projects_Youtube/main.py", line 36, in <module>
difference = cv2.absdiff(frame_bw, start_frame)
cv2.error: OpenCV(4.7.0) error: (-209:Sizes of input arguments do not match) The operation is neither 'array op array' (where arrays have the same size and the same number of channels), nor 'array op scalar', nor 'scalar op array' in function 'arithm_op'

ВладимирРодионов-зт
Автор

This was great! One issue that I ran into (because I'm stupid and wasn't paying attention to what I was doing ha ha) is that the cam window has to be selected and in the foreground for the waitKey to be triggered by the key press. If the terminal is selected, it will just type the keyboard output to the terminal and do nothing.

I'm sure I'm the only idiot that did this, but just incase anyone else made the same mistake... I figured I'd save you the waitKey Google sinkhole you may end up in ha ha.

Keep up the great content, Flori!

duscraftphoto
Автор

Thank you. Can you recommend a tutorial on how to set up a camera with a computer that runs this code? Appreciate your help.

vincenzo
Автор

thank you, can i have a hint how select different cam and send mail?

francescologrillo
Автор

thx a lot really interesting i will try it right now

tcgvsocg
Автор

where is it uploaded ? i couldnt find in his github

HarshithaCh-sl
Автор

Anyone tell me how does he opens his camera/webcam in the video ?

shenzoff
Автор

is there a video on how to set up our IDE to look like yours?

musabizimana
Автор

when I write 'cv2.' it doesn't show me its options like VideoCapture(), but I write it manually and it works properly how to fix it?

tmusic
Автор

i use this motion on my program. i increase the value of threshold.sum to 1000 and even 9999 to verify if it work but still its sensitive to movement..what should i do?

ndmdm
Автор

I am having a prob
AttributeError: 'NoneType' object has no attribute 'shape.'
any support is appreciated

gemini
Автор

I don't know if you will still reply, but I want to get a smart bulb, and then turn it to a specific color after motion is detected. I can already turn the bulb on and off using voice commands and change is color. Do you think it will be possible this way? Plus, I also wanted to ask if you could give me a bit more details about the type of cameras I can use and how I can connect them to my computer etc. I want fire cameras dey up at the same point, pointing in all four directions.

charlesbanana
Автор

How to make this work on a linux server without Qt?

koongfu
Автор

can you do a soft for card (like yugioh, magic, pokemon) that add card show on camera to database with the number of card associate? that can be really itneresting

tcgvsocg
Автор

I have errors at import cv2 and impot imutils

splou
Автор

It didnt shows my webcam? My webcam light is turned on but its not showing any video

benezer
Автор

boss my winsound is not producing any sound

meditation_and_focus