Hi brother. I've seen your videos. Awesome work. I just wanted to talk to you about a Python quiz book I launched recently. Could I kindly know where I could contact you?
It looks good!! I would suggest to add a schedule for the week, in which system gets armed during the night, and automatically disabled during the day (In my case I'm WFH) so I'm alert during the day :) but it can be adapted to some particular schedule without forgetting disabling it
OMG Tim! What happened to you?! I subscribed because I wanted to learn something about C++ and now I find you interpreting the role of the housebreaker! 😅 Your explanations of maps, vectors and so on was extremely useful anyways 👍
Some thoughts about architecture: i think you should decouple arm and run methods from camera class. So you will need some SecurityController class, which will handle all stuff about arming and disarming, and calling run and stop methods of cameras
You are great teacher thankyou very much for all your python videos. Can you please make a playlist on machine Learning & Reverse engineering in python ? ( Like getting a code back from exe file ) how it's work
If you used a framework like FastAPI, would you still have to use multithreading and run all the actions on separate threads? Cool project though. Should make it into a full tutorial.
(1). Instead of Google cloud could you use a Symantic storage device or even FreeNAS systems ?. (2) Does the system have a limit as to the number of cameras it can use (run) on the system ? Thanks, for such a great video !
for your program, how do you use Identification in the event that you don't know the buglar, for example: get their name and last name as well as their age and address to make it easier for capture for the authorities?
mad props to the creator for diving deep into the whole python security setup that sequence diagram bit is tight and really lays it out but real talk, not sure if mixing humor about the intruder's looks is the move in a vid about a serious security breach still, mad respect for breaking down the tech bits for us all to learn the GitHub link is a solid touch for those wanting to get hands-on keep grinding!
really intersting thx a lot for the video can you do the same thing to reconize weapon on video game? i try but only thing work is with the same position of player...not from any angle
im not able to get the logs in frontend, twilio notification ,and video storage in the program do i have to add any url or anything else to make evrything work i have setup cloud service acc and twilio account pls help
Hey Tim I’d say I’m like a level 2 programmer. I’ve built a CRUD app, programmed some difficult logic for uni assignments. However I still feel lacking in my skills. I don’t know the OOP principles by name even though I use them when I program. What do I do mate?
Thank you Tim for explaining this so well. I am working on a project which is in need for exactly the same project, but stand alone package. May I contact you when I am ready for help. Thank a lot for the video.
Help getting this error: cv2.error: OpenCV(4.10.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1126: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "models/config.txt" in function 'cv::dnn::ReadProtoFromTextFile'
I know the robber. Dont know if I should say his name... I mean I like him well enough. But he should have known there would be consequences. Tim Im sorry. the name of the robber was . . . TIM !
So ummm. You’re really kicking it into the op sec realm eh?😂 I mean you even have a WiFi hacking vid now. Not all Programmers are IT Security experts. But not all IT hackers can code either. The 2 professions are a killer blend.
I wanted to say that if you see my msg, I have bought Programming expert course and it is utter waste. You are teaching as if its 10 year old learning programming. I took that course thinking it has shown around 251 problems to solve and I get frustrated seeing True or False question, this or that. Have some standard question You have add practice questions. Not 2nd grade questions. Very disappointed and not getting refund too.
Check out Miro today for free to start diagraming your projects! miro.com/yt/technical-diagramming/
I think you broke into my house
Hi brother. I've seen your videos. Awesome work. I just wanted to talk to you about a Python quiz book I launched recently. Could I kindly know where I could contact you?
How are u so productive
thank for the video brother, pls can you make step by step video of it again
Dude! I was literally planning a project like this in python. Thanks so much as this will give me a better starting spot no doubt!
Would love to have more videos like this
❤❤❤
ya🤧 but it's so sad your house got broken into
It looks good!! I would suggest to add a schedule for the week, in which system gets armed during the night, and automatically disabled during the day (In my case I'm WFH) so I'm alert during the day :) but it can be adapted to some particular schedule without forgetting disabling it
Love those real life small projects. Showing how you design it is really appreciated, thanks
This is a pretty cool project, Tim! from design and architecture to an actual implementation, this is really good. Keep up the good job bro.
The opening is just so extra. I love it.
You should really put more little skits and stuff into these videos. This video was gold! Great video as always, keep up the great work!
Tim doesn’t fail to give us the best projects. Thanks brother 🙏🏼❤️
never does, simple straight forward, nothing fancy at all. Love Tim
can't lie Tech with Tim needs an Oscar now for good acting.
Pretty cool. Love the way the cat steps back at the start.
Bro these kind of videos are the ones we always want to see 😊
OMG Tim! What happened to you?! I subscribed because I wanted to learn something about C++ and now I find you interpreting the role of the housebreaker! 😅 Your explanations of maps, vectors and so on was extremely useful anyways 👍
this is kind of a new way of you to tell a story lol i love it
Some thoughts about architecture: i think you should decouple arm and run methods from camera class. So you will need some SecurityController class, which will handle all stuff about arming and disarming, and calling run and stop methods of cameras
i love the fact that the theif have a github merch
I'm so glad I subscribed to this channel! This is so cool!
Nice guy, great opening 🤩
Thanks 😁
@@TechWithTim You are very creative man, thank you for your creative sharings Tim.
You’re the best. Thank you.
Tim I'm sorry about the break in, I just couldn't stop myself
that opening was funny af XD
You are great teacher thankyou very much for all your python videos. Can you please make a playlist on machine Learning & Reverse engineering in python ? ( Like getting a code back from exe file ) how it's work
Hi Tim, Amazing project😊. I’m thinking to add one feature to detect shoplifting activities . Any model you recommend to use… 😊 thanks.
This is excellent and something I wanted to build too. Thanks for sharing
Please make more videos about tensorflow python !!!
Can you explain more how you would cause a door sensor to communicate to a program?
If you used a framework like FastAPI, would you still have to use multithreading and run all the actions on separate threads?
Cool project though. Should make it into a full tutorial.
finally a video that can help me keep those people in my basement while im away :D
HAHAHA amazing intro Tim
Sick edits!
Thanks Tim!
You’re welcome!
Curious what issues you had with raspberry pi? That seems like perfect solution for this project. Again just curious.
(1). Instead of Google cloud could you use a Symantic storage device or even FreeNAS systems ?.
(2) Does the system have a limit as to the number of cameras it can use (run) on the system ?
Thanks, for such a great video !
(3). On Twilio's support page, it's said that Twilio is reaching EOL as of April 25 2024. What is a good replacement for Twilio?
Best Intro ever 😂!
for your program, how do you use Identification in the event that you don't know the buglar, for example: get their name and last name as well as their age and address to make it easier for capture for the authorities?
how do i connect google cloud once i create a bucket?
Did you create that UI from scratch using React and JavaScript?
mad props to the creator for diving deep into the whole python security setup
that sequence diagram bit is tight and really lays it out
but real talk, not sure if mixing humor about the intruder's looks is the move in a vid about a serious security breach
still, mad respect for breaking down the tech bits for us all to learn
the GitHub link is a solid touch for those wanting to get hands-on
keep grinding!
really intersting thx a lot for the video can you do the same thing to reconize weapon on video game? i try but only thing work is with the same position of player...not from any angle
Bro make a series on a final year project for a cs student, its a request.
im not able to get the logs in frontend, twilio notification ,and video storage
in the program do i have to add any url or anything else to make evrything work
i have setup cloud service acc and twilio account
pls help
Hey Tim I’d say I’m like a level 2 programmer. I’ve built a CRUD app, programmed some difficult logic for uni assignments. However I still feel lacking in my skills. I don’t know the OOP principles by name even though I use them when I program. What do I do mate?
LoL! Nice start to a video!
Great one.
can i use my mobile in place of raspberry pi to acces camera
what theme is bro using
Thank you Tim for explaining this so well. I am working on a project which is in need for exactly the same project, but stand alone package. May I contact you when I am ready for help.
Thank a lot for the video.
Help getting this error:
cv2.error: OpenCV(4.10.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1126: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "models/config.txt" in function 'cv::dnn::ReadProtoFromTextFile'
Found out the problem. It was path issues
why not FastAPI?
Hey. Anyone could list down the modules he used?
Extremely good looking robber 😔
;)
amazing thank you for such great project 🙏🏻🙏🏻
gonna use it for graduation project (although with a custom object detector) hope you approve 😁
I'm getting inspired
This is epic!
What is rotating thing in background?
A fan
this is shit I have been daydreaming about doing 😳🥺
Don't forget to add this to the python playlist 🐍
I don't know who that guy breaking into your house is, but it's weird that he came in with a bag that was already full of stuff 😅
😊thanks
Welcome 😊
Wow!
Thanks for the miro referral was in need of a free mind map tool and they look good.
Phenomenal
Oh my gosh the thumbnail 😂
how about you start a series on unreal engine, using c++ actually lol
Pls replicate with Django
Hopefully they catch this strong young man, who’s ripped and possibly rich; my girlfriend is out here.
It’s a dangerous world
New video!!
That thumbnail tho
I like you Tim
I know the robber. Dont know if I should say his name... I mean I like him well enough. But he should have known there would be consequences. Tim Im sorry. the name of the robber was . . . TIM !
I knew it was an inside job 😫
system halted with Ctrl c
Coooool
Looks like Santa Claus😂
it was @Markiplier
It's you
I found the thief u’re looking for
lol thats you :))
So ummm. You’re really kicking it into the op sec realm eh?😂 I mean you even have a WiFi hacking vid now. Not all Programmers are IT Security experts. But not all IT hackers can code either. The 2 professions are a killer blend.
😂😂😂
This guy used to give useful advice. Now he’s just a shill.
A thief was you
❤🇳🇵🇳🇵🇳🇵🇳🇵
ayo first
Why do we want it when you got robbed ?
I wanted to say that if you see my msg, I have bought Programming expert course and it is utter waste. You are teaching as if its 10 year old learning programming. I took that course thinking it has shown around 251 problems to solve and I get frustrated seeing True or False question, this or that. Have some standard question You have add practice questions. Not 2nd grade questions. Very disappointed and not getting refund too.
Do a video on your finances
Cool brother...super handsome...nice one
Dry humor
Thanks Tim !