Record private fixtures

Private and local: camera video and measurements never leave this browser. This page has no upload or analytics path. Download the files to your device and do not use an online converter.

Choose a recording mode

This is a developer recording tool, not a form shoppers need to complete. To try glasses live, open try-on.

1. Open the camera

Back to harness
Camera settings appear after opening.

2. Record the six clips

3. Download locally

If needed, normalize WebM locally with FFmpeg. Keep the quick- filename prefix for quick recordings. This preserves source resolution and cadence, removes audio, and emits H.264/yuv420p:

ffmpeg -i INPUT.webm -map 0:v:0 -an -c:v libx264 -pix_fmt yuv420p -fps_mode passthrough OUTPUT.mp4