B/D.

Lesson Nº4

Lazarus 360.

Could I bring a camera back from the dead? Samsung stopped caring about it years ago, and mine still worked fine.

silent ink loop · 12s

  • Door: ¿Será que se puede?
  • Designer directing the AI
  • Kotlin + Wear OS, 100% on-device
  • 2026
  • In development

The blank page

I own a Samsung Gear 360 from 2017. The camera still works, but Samsung removed the framework its companion app depended on, so modern phones simply refuse to talk to it. A perfectly healthy piece of hardware turned into a paperweight by a software decision. Nobody was paying me to care about that. This one came through the same door as CCWEAROS: I just wanted to know if it could be done. Then I found out the camera speaks an open protocol called OSC over Wi-Fi, and the day I read that spec the project stopped being optional.

The studio wall

scroll sideways →

  • Ink sketch of a small spherical 360 camera on an orange heartbeat line that just came back to life

    the keyframe we drew before animating

  • The real Kotlin file mapping the camera's fixed IP and its three OSC endpoints

    the dead camera's real address, from the actual code

  • The real GLSL shader code that turns two fisheye images into one sphere

    the stitch, in GLSL, on the phone's GPU

Three honest weaknesses

The crit

  1. It serves the owners of one discontinued camera. The whole audience could fit in a classroom.

  2. The test suite is green and the hardening is done, but I have not finished verifying it on the physical camera. Until the hardware agrees with the tests, this stays in development.

  3. No app can fix 2016 optics. The sensor is what it is, and some shots will look dated no matter how well the stitch works.

Shipped & taught

  • In development, 2026
  • Kotlin + Wear OS
  • 100% on-device, no cloud, no Samsung account

What this taught me

The camera cannot be updated and cannot be persuaded. Every other project I have negotiates with its constraints; this one obeys them, and that discipline produced the most rigorously tested software I have ever written, because when the hardware is in charge, wishful thinking has nowhere to hide. The tests can pass all they want. The camera has the final vote.