Earlier quoted context omitted.
We can appreciate that one of us was patient enough to set those burning desires for power aside and allow his dog to communicate that he misses him, and he has to take a poop.
of course we can. i thought it was funny.
Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
71–80 of 84 posts
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#72Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#73Was fairly straightforward--required just a USB dial-up modem, WiFi card, switch with some lights, a case, and a little Python programming. Oddly enough, the hardest part of the whole setup was "reverse engineering" what the proprietary Netscape dial-up app was doing with her password before sending it out--turned out it was lowercasing it! Facepalmed real hard there. After figuring that out, everything worked in Linux beautifully.
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#74I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#75Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#76I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…
Also, I am wondering how dogs know when to expect you back. Is their sense of time that accurate and they can easily realize that 9-ish hours passed?
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#77Cool twist on an old problem. Here are two others, using different tech to automatically open the door for the pet. Facial recognition: https://www.hackster.io/windowsiot/cat-door-with-pet-recogni... Pattern recognition: https://hackaday.com/2010/05/14/cat-door-unlocks-via-facial-...
The first link, "Flo Control" (named after Flo the cat) was built in the late 1990's, and this link on MetaFilter ( https://www.metafilter.com/15802/ ) is from 2002, but the host link appears to be dead. The OP is kinda swatting a fly with a sledgehammer, but blindfolded, because the system would probably break if the door changed or someone moved something into the detection window. Problem with CNNs is training the…
https://web.archive.org/web/20040401115046/http://www.quantu...
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#78What if you're not home? It is for such occasions that cat flaps were invented. However, today's cat flaps either open for any cat, or they're RFID-based, and for that to work, you implant a chip into your cat, which I find utterly barbaric. Now what could be a great improvement is a cat flap identifying your cat(s) and letting them in based on computer vision, instead of relying on implants. I'd pay good money for i…
Sorry if this sounds idiot, but can't you put the RFID chip into the leash or something like that? Why it needs to be "inside" the animal?
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#79Does it also know when the cat is just going to stand in the window frame for 2 minutes until it goes back inside?
Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]
#80I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…
What if it scanned your local network for one of your MAC addresses or use something like avahi to find your devices to check whether you're home before sending a text or notification?