I built CalibON, a browser-based camera calibration tool for ROS and computer vision
|
Hey everyone, I built CalibON, a browser-based camera calibration tool intended to make intrinsic camera calibration more accessible for ROS and computer vision projects. It provides a guided workflow where you can:
The frontend is built with React and TypeScript, while the calibration backend uses FastAPI and native OpenCV. I mainly built it because camera calibration tools often feel either tied to a specific environment or difficult to inspect visually, especially for beginners. Live app: GitHub: The current version supports checkerboard-based pinhole calibration. ChArUco, AprilGrid, fisheye, stereo calibration, webcam capture, and saved projects are possible future additions. I would really appreciate feedback from people who regularly work with ROS cameras:
I’ve attached a short demo showing the complete workflow. submitted by /u/TaxOk8369 |