BUILD RECORD

WatchPost

A camera produces hours of footage but no usable record. This first pass turned visits into searchable events.

SUMMARY

WatchPost

Retired · built solo

Nothing expensive ran until a person appeared.

computer vision doorbell visit log retired
WHAT IT IS

A vision layer on a live doorbell feed. Each visit became a record you could look up: the still, what the person was doing, wearing, anything off.

IMPACT

Proved the premise, and its own architecture wrong. Sampling a live stream made a worse record than the video already on the camera, so Doorbell Intelligence read the originals instead.

SCOPE

One feed, my own porch. One entry per visitor, not per frame.

STACK

A cheap detector on the stream, an expensive model on the still. YOLOv8, GPT-4 Vision, face clustering.

MY ROLE

Solo. Architecture, detection, vision calls, storage, interface.

VERIFIED

Ran live on my own porch feed. Every encounter stored with its image, browsable by day.

THE METHOD

A camera feed became data

a camera feed · the path to data
watched · gated · described · stored

01

Took the live feed

YOLOv8 watched the doorbell stream for a person.

02

Found the part carrying data

A confidence threshold and a cooldown let one visitor fire once.

03

Read it into words

GPT-4 Vision described the frame; clustering grouped repeat visitors.

04

Wrote it down

It wrote encounter, image, and date into a small database.

LIMITS

What it refused to do

  • Clusters carried no names. It identified nobody.
  • Below the detection threshold, nothing was logged. It missed visits before it invented them.
  • The log came from sampled frames, not the camera's own recording.
  • My own porch feed. Stills and log stayed private.

RECORD AND LINEAGE

The idea survived the build

Successor

Doorbell Intelligence, the same premise against the camera's original recordings.

Same problem

FrameIQ and vLLM Video Intelligence, at channel scale.

Status

Retired. Both are off now.

Back to Side Projects →
Read the Doorbell Intelligence build →

THE ARCHITECTURE

Architecture map of WatchPost: the real components and how they connect
THE ARCHITECTURE MAP

A RELATED PROBLEM

Need to find an event without reviewing the entire archive?

This build is retired, but the archive problem is not. If video needs to become evidence people can retrieve, I would like to hear about it.

Email me →