From metashape-mcp
Recommends optimal Metashape processing settings based on photo count, RAM, and quality/speed priorities. Outputs specific parameters and tool calls for alignment, depth maps, meshing.
npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcpThis skill uses the workspace's default tool permissions.
Recommend processing parameters tuned to the user's dataset and hardware.
Sets up Metashape photogrammetry projects from scratch: imports photos/GPS/EXR masks, configures fisheye/rolling shutter/multi-camera sensors, runs image quality analysis via MCP server. For new captures.
Detects CPU cores, GPUs (NVIDIA CUDA, AMD ROCm, Apple Metal), memory, disk space and generates JSON recommendations for parallel processing (joblib, multiprocessing), out-of-core (Dask, Zarr), or GPU strategies (PyTorch, JAX) before intensive scientific tasks.
Detects CPU/GPU/memory/disk resources and generates JSON recommendations for parallel processing, GPU acceleration (PyTorch/JAX), or out-of-core strategies (Dask/Zarr) in scientific tasks.
Share bugs, ideas, or general feedback.
Recommend processing parameters tuned to the user's dataset and hardware.
Ask the user (or read from the project):
| Setting | <100 photos | 100–500 | 500–2000 | 2000+ |
|---|---|---|---|---|
| Match downscale | 1 (High) | 1 (High) | 2 (Medium) | 2–4 |
| Keypoint limit | 60000 | 40000 | 40000 | 40000 |
| Depth map quality | 2 (High) | 4 (Medium) | 4 (Medium) | 8 (Low) |
| Depth filter | mild | mild | moderate | moderate |
| Face count | high | high | medium | medium/custom |
set_gpu_config(cpu_enable=True) — BEFORE alignment (match_photos, align_cameras)set_gpu_config(cpu_enable=False) — BEFORE everything else (depth maps, meshing, texturing, DEM, ortho)CPU slows GPU operations. It is ONLY beneficial for alignment.
Read the chunk info, then provide specific parameter values for each processing step as ready-to-use tool calls.