← All projects

Computer Vision Platform · Own product

CalibrX — camera calibration

Camera calibration turned into a guided online workflow — intrinsics, distortion, and pose measured through an SDK/API flow instead of weeks of research chores.

ROLEFounder & Engineer TYPEOwn product STATUSLive · calibrx.io
CalibrX guided calibration workflow — project setup step

The challenge

Everyone rebuilds it

Teams burn weeks on patterns, capture protocols, and edge cases they never wanted to own.

Expertise bottleneck

Getting intrinsics and distortion right takes camera-geometry experience few teams keep in-house.

Notebook ≠ product

A reliable service with validation and repeatable runs is a different engineering problem.

The approach

01

Computer-vision engine

OpenCV core: intrinsics, distortion coefficients, pose, undistortion, rectification.

02

Guided 8-step flow

Setup → upload → pattern → parameters → validate → calibrate → undistort → rectify — each step gated.

03

API-first service

FastAPI wrapper so calibration runs through an SDK/API flow as easily as the UI.

04

Cloud deployment

Dockerized and deployed on AWS, sized for repeatable production runs.

Outcomes

Live

Shipping in production

The platform is live and serving at calibrx.io.

8 steps

Guided workflow

From project setup to rectified output, gated at every step.

API-first

SDK access

Every calibration available programmatically.

Stack OpenCV Python Camera geometry FastAPI SDK / API Docker AWS