What do you good folk do for recording apeture information for exposures taken with adapted lenses?

This page summarizes the projects mentioned and recommended in the original post on /r/fujix

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • exiftool

    ExifTool meta information reader/writer

  • # Use EXIF Tool (https://exiftool.org/) to update lens information for captures with manual lenses # Install EXIF tool with Choclatey (https://chocolatey.org/) # cinst -y exiftool param( [string]$Lens = "135", [string]$Apeture = "5.6", [string]$Filename ) if ($Lens -eq "135") { # Nikkor 135mm f/2.8 AIS $LensInfo = "135mm f/2.8" $LensMake = "Nikkor" $LensModel = "135mm-F2-8-AiS" $FocalLengthIn35mmFormat = "202 mm" } if ($Lens -eq "50") { # Nikkor 50mm f/1.8 D $LensInfo = "50mm f/1.8" $LensMake = "Nikkor" $LensModel = "50mm-F1.8D" $FocalLengthIn35mmFormat = = "75 mm" } # Update the image file . exiftool.exe -quiet -ExifIFD:ApertureValue="$Apeture" -ExifIFD:FNumber="$Apeture" -ExifIFD:LensInfo="$LensInfo" -ExifIFD:LensMake="$LensMake" -ExifIFD:LensModel="$LensModel" -ExifIFD:FocalLengthIn35mmFormat="$FocalLengthIn35mmFormat" $Filename # Read back EXIF data for user confirmation . exiftool.exe -ExifIFD:ApertureValue -ExifIFD:FNumber -ExifIFD:LensInfo -ExifIFD:LensMake -ExifIFD:LensModel -ExifIFD:FocalLengthIn35mmFormat $Filename

  • Chocolatey

    Chocolatey - the package manager for Windows

  • # Use EXIF Tool (https://exiftool.org/) to update lens information for captures with manual lenses # Install EXIF tool with Choclatey (https://chocolatey.org/) # cinst -y exiftool param( [string]$Lens = "135", [string]$Apeture = "5.6", [string]$Filename ) if ($Lens -eq "135") { # Nikkor 135mm f/2.8 AIS $LensInfo = "135mm f/2.8" $LensMake = "Nikkor" $LensModel = "135mm-F2-8-AiS" $FocalLengthIn35mmFormat = "202 mm" } if ($Lens -eq "50") { # Nikkor 50mm f/1.8 D $LensInfo = "50mm f/1.8" $LensMake = "Nikkor" $LensModel = "50mm-F1.8D" $FocalLengthIn35mmFormat = = "75 mm" } # Update the image file . exiftool.exe -quiet -ExifIFD:ApertureValue="$Apeture" -ExifIFD:FNumber="$Apeture" -ExifIFD:LensInfo="$LensInfo" -ExifIFD:LensMake="$LensMake" -ExifIFD:LensModel="$LensModel" -ExifIFD:FocalLengthIn35mmFormat="$FocalLengthIn35mmFormat" $Filename # Read back EXIF data for user confirmation . exiftool.exe -ExifIFD:ApertureValue -ExifIFD:FNumber -ExifIFD:LensInfo -ExifIFD:LensMake -ExifIFD:LensModel -ExifIFD:FocalLengthIn35mmFormat $Filename

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • PC MHz fluctuating

    1 project | /r/pcmasterrace | 7 Dec 2023
  • Need Help with getting Haskell onto my Windows Laptop

    2 projects | /r/haskell | 4 Dec 2023
  • Was für Tools nutzt ihr zum Einrichten und Daten übertragen auf einen neuen PC?

    1 project | /r/de_EDV | 25 Nov 2023
  • Criando ambiente de desenvolvimento Java no Windows - sem wsl

    2 projects | dev.to | 14 Nov 2023
  • Windows ADK&MDK or how to deploy software automatically

    1 project | /r/msp | 19 Aug 2023