AI Agent Hub
Back to plugins
🧰

dsh-depth-of-field

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-depth-of-field

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-depth-of-field in the DeepSeek Harness terminal to install; source is at https://github.com/uckkk/dsh-depth-of-field

About this plugin

Figuring out depth of field by hand means juggling aperture, focal length, subject distance, and sensor format all at once—slow and error-prone. dsh-depth-of-field collapses that workflow into a single structured call: pass in your shooting parameters and get back a precise, fully detailed DoF result without flipping through formula tables. At its core, the depth_of_field tool applies standard optical equations to solve for near and far focus limits, returning structured numeric values that are ready for downstream use. The implementation is pure Node.js with zero network dependencies, so every call resolves instantly and works completely offline. It is a good fit for photographers and videographers who regularly estimate bokeh ranges—whether dialing in front-and-back blur for landscapes, finding the macro sweet spot, or feeding precise DoF numbers into an AI-assisted pipeline as a reliable computation step.

Use Cases

  • Landscape photographers need precise control over front and back blur ranges
  • Calculating the focus sweet spot for macro photography
  • Feeding DoF numbers into an AI-assisted pipeline as a reliable computation step

Best For

  • Photographers who frequently estimate bokeh ranges
  • Video creators working on product or macro shots
  • Developers building AI workflows that need reliable optical computation steps