5 approaches for automated construction time-lapse with a V380 4G camera.

Research notes, not a shipped tool: a comparison of ways to turn a V380 4G tri-lens Wi-Fi camera (the kind used for cheap remote site monitoring) into an automated time-lapse rig for a house under construction, without staffing someone to record it manually.
The core problem is that a 4G camera sits behind carrier-grade NAT with no public IP, and V380 exposes no cloud API — nothing on the internet can pull frames from it. The guide weighs five workarounds, roughly in order of how much they're worth trying:
Whichever approach yields frames, the same second half of the pipeline applies: a Raspberry Pi captures on a schedule, an AWS IoT device shadow lets the capture interval be retuned remotely without touching the Pi, and a nightly job compiles the frames into a video and syncs it to cloud storage.
Kept here mostly as a decision record, in case the construction-monitoring problem comes back around.