<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WebAssembly on Gyungmin Myung</title><link>https://gmmyung.github.io/tags/webassembly/</link><description>Recent content in WebAssembly on Gyungmin Myung</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>gmmyung@kaist.ac.kr (Gyungmin Myung)</managingEditor><webMaster>gmmyung@kaist.ac.kr (Gyungmin Myung)</webMaster><lastBuildDate>Sat, 08 Aug 2026 21:00:00 +0900</lastBuildDate><atom:link href="https://gmmyung.github.io/tags/webassembly/index.xml" rel="self" type="application/rss+xml"/><item><title>Camera Calibration Should Be This Simple</title><link>https://gmmyung.github.io/posts/2026-08-08-camera-calibration/</link><pubDate>Sat, 08 Aug 2026 21:00:00 +0900</pubDate><author>gmmyung@kaist.ac.kr (Gyungmin Myung)</author><guid>https://gmmyung.github.io/posts/2026-08-08-camera-calibration/</guid><description>&lt;p>Camera calibration is simple enough that using it should be simple too.&lt;/p>
&lt;p>In practice, calibrating a camera often starts with installing Python packages, setting up a ROS package, or finding some calibration utility that works with your environment. For something this basic, that is too much ceremony.&lt;/p>
&lt;p>I wanted a tool where you just open a page, give it calibration images, and get the camera parameters back.&lt;/p>
&lt;p>So I made &lt;a href="https://gmmyung.github.io/camera-calibration/">Camera Calibration&lt;/a>. There is nothing to install: no ROS, no Python environment, and no native application. The whole tool is a static page, with the calibration code running locally in the browser through WebAssembly.&lt;/p>
&lt;p>Camera calibration should be a tool you can use in a minute, not another environment you have to maintain.&lt;/p></description></item></channel></rss>