Hey Cheapies,
A little while ago there was a popular deal on Blink cameras, and I'm sure quite a few of us (myself included) jumped on it.
My 1-month free trial is ending tomorrow, and I'm curious how everyone is managing their setup afterwards.
Did you end up taking a Blink subscription?
Are you using local storage with the Sync Module instead and how is that working for you?
What features do you lose without the subscription?
Any tips or workarounds to keep the cameras useful without paying a fortune every month?
Would love to hear what other Cheapies are doing and whether the subscription is actually worth it, or if there's a more cost-effective way to keep everything running smoothly
I was bored last weekend, so I started writing a method to extract the video data from the Blink system without using a subscription.
The basic idea is to create a virtual USB flash drive that is connected to the Sync Module that can also be read remotely.
It even does AI person detection on the videos and generates image thumbnails of the people from the video stream, so you get back almost all the functionality of the subscription.
All done locally on a ~$30 Raspberry Pi Zero with 0.5Gb RAM, although It can upload to cloud automatically too if required.
It's already working pretty well after around 10 hours of work.
I'll finish the code off this weekend and upload to Github if anyone's interested.