I don't like paying money for devices and services that are able to steal my data and/or spy on me. I would like a security camera that is not able to connect to the outside world (when I'm back, it would allow me to see what was happening when I was out). I guess it should be allowed to the local network. Does anyone have a recommendation for a good one?
I think there is an ever increasing market for reverse engineered services for products like this. I would love to have a local instance of their back end running, that I would be in total control of. That way I could choose to make it work externally or not, or even have it working when there is not external internet connectivity. The problem is, the perceived value of these companies is having access to the video.…
Teardown shows Nest Cam is always on even when you think it’s off
21–30 of 32 posts
Re: Teardown shows Nest Cam is always on even when you think it’s off
#22Earlier quoted context omitted.
> Recording seems to continue It has no on-board storage. Where exactly do you think it's recording to, if it's not transmitting?
It doesn't have to store the video to process it?
Re: Teardown shows Nest Cam is always on even when you think it’s off
#23I don't like paying money for devices and services that are able to steal my data and/or spy on me. I would like a security camera that is not able to connect to the outside world (when I'm back, it would allow me to see what was happening when I was out). I guess it should be allowed to the local network. Does anyone have a recommendation for a good one?
I recently built one with my raspberry pi and the camera module. It was stupidly easy, all the difficult parts (motion detection, saving short video recordings) are all done for you. I upload everything to s3, and set notifications on the bucket to my phone. If motion is detected, I get an email within a few seconds. If you're serious about not being spied on, the only reasonable thing to do is to build it yourself.…
Re: Teardown shows Nest Cam is always on even when you think it’s off
#24"If a tree falls in a forest and no one is around to hear it, does it make a sound?"
Re: Teardown shows Nest Cam is always on even when you think it’s off
#25Earlier quoted context omitted.
I recently built one with my raspberry pi and the camera module. It was stupidly easy, all the difficult parts (motion detection, saving short video recordings) are all done for you. I upload everything to s3, and set notifications on the bucket to my phone. If motion is detected, I get an email within a few seconds. If you're serious about not being spied on, the only reasonable thing to do is to build it yourself.…
Any chance you could point at the libraries you are using?
Re: Teardown shows Nest Cam is always on even when you think it’s off
#26I don't like paying money for devices and services that are able to steal my data and/or spy on me. I would like a security camera that is not able to connect to the outside world (when I'm back, it would allow me to see what was happening when I was out). I guess it should be allowed to the local network. Does anyone have a recommendation for a good one?
Re: Teardown shows Nest Cam is always on even when you think it’s off
#27Earlier quoted context omitted.
How can you be sure you cannot be spied on, if you upload to the cloud?
If I was that paranoid, I'd encrypt the files. However I trust Amazon not to look at the contents of S3 buckets (being caught doing so would severely damage their business).
being caught doing so would severely damage
their business
The threat of bad publicity for his employer discourages Andy from looking in the S3 buckets. But it also stops Bob blowing the whistle if he sees Andy looking in the S3 buckets.Re: Teardown shows Nest Cam is always on even when you think it’s off
#28Earlier quoted context omitted.
I recently built one with my raspberry pi and the camera module. It was stupidly easy, all the difficult parts (motion detection, saving short video recordings) are all done for you. I upload everything to s3, and set notifications on the bucket to my phone. If motion is detected, I get an email within a few seconds. If you're serious about not being spied on, the only reasonable thing to do is to build it yourself.…
Any chance you could point at the libraries you are using?
It records to a location of your choosing and has pre and post motion detection hooks allowing you to email the pictures or videos to yourself when motion is detected.
IME it works quite well. I setup one camera and motion uses about 60% CPU, but there was no noticeable increase when I added camera 2 3 and 4.
Re: Teardown shows Nest Cam is always on even when you think it’s off
#29I don't like paying money for devices and services that are able to steal my data and/or spy on me. I would like a security camera that is not able to connect to the outside world (when I'm back, it would allow me to see what was happening when I was out). I guess it should be allowed to the local network. Does anyone have a recommendation for a good one?
>I would like a security camera that is not able to connect to the outside world The whole point is to have offsite backup. Very first thing more sophisticated thugs do is disable and steal your DVR setup: http://www.theatlantic.com/politics/archive/2015/08/the-chut...
Re: Teardown shows Nest Cam is always on even when you think it’s off
#30Earlier quoted context omitted.
It doesn't have to store the video to process it?
No. Dropcam streams. There's no on-board storage. (Ok, maybe there's a megabyte or so - enough to store about one second of video for buffering before transmitting.)