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.
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
Computer-vision engine
OpenCV core: intrinsics, distortion coefficients, pose, undistortion, rectification.
Guided 8-step flow
Setup → upload → pattern → parameters → validate → calibrate → undistort → rectify — each step gated.
API-first service
FastAPI wrapper so calibration runs through an SDK/API flow as easily as the UI.
Cloud deployment
Dockerized and deployed on AWS, sized for repeatable production runs.
Outcomes
Shipping in production
The platform is live and serving at calibrx.io.
Guided workflow
From project setup to rectified output, gated at every step.
SDK access
Every calibration available programmatically.