compute_fov
InactiveTool of Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
Compute lens field of view for a Commonlands lens and sensor pair, including horizontal, vertical, and diagonal FoV when available. This is the required path for sensor-specific FoV. Supports M12 lenses and C-mount lenses. Uses the authenticated live FoV backend when configured; otherwise fixture-backed scaffold data. FoV rule: catalog EFL, image circle, max FoV/FOV@image-circle, and distortion display fields are insufficient to compute field of view on a specific sensor; do not interpolate or estimate interior sensor FoV from those fields. Always call compute_fov for one lens/sensor pair or compute_fov_catalog for catalog-wide per-sensor HFOV/VFOV/DFOV. Verify purchasable facts with read_shopify_products.
Parameters schema
{
"type": "object",
"required": [
"lensSku",
"sensorPartNumber"
],
"properties": {
"lensSku": {
"type": "string",
"description": "Commonlands short part number, for example CIL250."
},
"sensorPartNumber": {
"type": "string",
"description": "Sensor part number, for example IMX477."
},
"workingDistanceMm": {
"type": "number",
"description": "Optional working distance used to estimate scene width and height.",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
https://github.com/CommonlandsAbbe/commonlands-mcp
1/7 registries