Search your robot footage by describing what happened.
ElideDB is a database for camera and sensor recordings. Type "the arm closes the drawer" and get back every clip where it actually happens, in seconds. No tagging, no labeling team, no scrubbing through timelines.
> search "the robot arm closes the drawer" 10 clips returned 4.8 s every one playable, newest first > search "fold a piece of towel" 0 clips returned your footage does not contain that action, so it says so instead of guessing
Your fleet records everything. Your team finds nothing.
A gripper drops a part overnight. A test drive clips a cone. A customer reports the arm "did something weird" on Tuesday. You have the footage. Somewhere. In hours of recordings across a dozen cameras.
So an engineer opens a timeline and starts scrubbing. That is the state of the art at most robotics companies today: your most expensive people, watching video at 8x, looking for one moment.
Ask your footage a question. Get clips, not homework.
The questions every engineering lead asks us
Seconds where you spend afternoons
Fair questions
What footage does it work on?
Any timestamped video plus optional sensor streams: robot fleets, dashcams, factory floors, lab rigs. If it has a clock, it fits on the timeline. Nothing about the engine assumes a domain.
Do we need GPUs?
Not to search. Heavy encoding happens once at ingest; after that, questions run in seconds on ordinary CPUs. The live demo on this page runs on two CPU cores.
Is there a language model making things up?
No. There is no generative model in the answer path. Results come from measurable evidence: vision encoders scoring your actual frames, weights fitted to your corpus, and geometric verification when you ask for it. That is why it can honestly return nothing.
What happens to our raw files?
They are never touched. Ingest reads them once, builds its own compact copy and indexes inside the store, and from then on the database serves even if the originals are archived or deleted.
What does it cost?
We are onboarding early teams now and shaping pricing with them. The honest cost model underneath: every query reports exactly how many bytes it read, and in the cloud that number is the bill.
I spent years at NYU building synchronized capture rigs: cameras, LiDAR, and microphones recording city streets for research. We got very good at collecting data. Then I watched every team, ours included, hit the same wall: the recordings pile up, and the only search tool anyone has is their own eyes.
ElideDB is the database I wished existed then. It treats your footage like data instead of dead weight, and it would rather tell you "that never happened" than waste your afternoon on ten wrong clips.
Ask real robot footage a real question
The demo is the actual product, read only, loaded with 1,122 robot manipulation episodes. Type a sentence, play the clips it returns. It runs on a small shared CPU instance, the cheapest machine that can hold the whole model stack; production deployments run on your own hardware, next to your data, and move accordingly.
Opening the live demo
The demo sleeps between visitors to stay cheap to run. If it is waking up right now, it loads the full model stack first, which takes about 15 minutes; after that, queries answer in seconds. Production deployments stay warm.