match_lenses_to_sensor
InactiveTool of Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator
Rank fixture catalog M12 lenses and C-mount lenses for one sensor using image-circle coverage, lens field of view target fit, and deterministic optical tradeoffs. Use as a shortlist helper, then call compute_fov or compute_fov_catalog for customer-facing sensor-specific FoV. 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. Not live product truth; verify purchasable facts with read_shopify_products.
Parameters schema
{
"type": "object",
"required": [
"sensorPartNumber"
],
"properties": {
"mount": {
"type": "string",
"description": "Optional mount filter, for example M12 or C-mount."
},
"maxResults": {
"type": "integer",
"default": 5,
"maximum": 10,
"minimum": 1
},
"sensorPartNumber": {
"type": "string",
"description": "Sensor part number, for example IMX477."
},
"workingDistanceMm": {
"type": "number",
"exclusiveMinimum": 0
},
"desiredHorizontalFovDeg": {
"type": "number",
"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