https://github.com/hansolo/fovfx
A little JavaFX tool to visualize the field of view incl. depth of focus for different lenses and sensor formats
https://github.com/hansolo/fovfx
Last synced: about 1 year ago
JSON representation
A little JavaFX tool to visualize the field of view incl. depth of focus for different lenses and sensor formats
- Host: GitHub
- URL: https://github.com/hansolo/fovfx
- Owner: HanSolo
- License: apache-2.0
- Created: 2020-03-19T16:45:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T17:15:44.000Z (over 6 years ago)
- Last Synced: 2025-04-23T01:49:35.693Z (about 1 year ago)
- Language: Java
- Size: 4.37 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## FoVFX
A little JavaFX tool to visualize the field of view incl. the depth of focus for different lenses and sensor formats.
## Screenshot

## Information
#### Maps
- Street
- Satellite
- Hybrid
- Traffic
#### The tool can be used to plan a photo shot incl. data like
- Distance to motif
- Width of field of view at motif distance
- Height of field of view at motif distance
- Hyperfocal length
- Near limit
- Far limit
- Total depth of field
#### The data will be visualized as follows
- Magenta triangle shows the field of view
- Cyan triangle shows the depth of field
- If elevation data is available it can be shown in a popup
### Attention (Things that might change in the future)
- At the moment the sensor format is fixed to full frame but can be switched in code.
- The lenses used (Lenses.class) are the lenses for my Nikon camera.
- Location/Lens combinations cannot be stored at the moment.