Fr 18. Mai 2018, 11:25
imhotep hat geschrieben:Ich habe für die von mir verwendete Konfiguration noch keine Lösung.
Das liegt aber an OpenSuse und nicht an Darktable. Ich müsste das manuell kompilieren. Ist mir zu viel Akt.
Grüße
Karsten
Fr 18. Mai 2018, 14:22
Fr 18. Mai 2018, 19:45
Pingu hat geschrieben:Unter Ubuntu nennt sich das Paket liblensfun-bin und lensfun-update-data wurde systemweit ausgeführt. Das hilft aber nichts. IMO erkennt exiv2 das Objektiv nicht (Hex-Wert wird angezeigt) und damit steht dann auch lensfun an.
Fr 18. Mai 2018, 20:18
Fr 18. Mai 2018, 21:48
Pingu hat geschrieben:Du meinst also die Objektivinformation auf der linken Seite ist unabhängig von lensfun und lensfun baut nicht darauf auf?
Fr 18. Mai 2018, 22:11
Sa 19. Mai 2018, 07:42
Pingu hat geschrieben:https://github.com/lensfun/lensfun/blob/master/data/db/slr-pentax.xml listet das Objektiv./usr/share/lensfun/version_1/slr-pentax.xml enthält es nicht. Also habe ich das noch nicht, trotz Update.
ENSFUN-UPDATE-DATA(1) LENSFUN-UPDATE-DATA(1)
NAME
lensfun-update-data - update Lensfun's database
SYNOPSIS
lensfun-update-data
DESCRIPTION
Lensfun is a library that corrects flaws in photographic images introduced by the lens. It also con-
tains a comprehensive database of cameras and lenses together with their characteristics to be able to
apply automatic corrections of images taken with these devices. Lensfun is used by darktable, digiKam,
rawstudio, GimpLensfun, UFRaw, and others.
lensfun-update-data is a command-line program that updates Lensfun's database. It looks whether a new
version is available online, and if this is the case, it fetches the latest version and installs it
locally. If called as root, the database is installed system-wide, otherwise, it is installed in the
user's directory.
FILES
lensfun-update-data will place the fetched database in /var/lib/lensfun-updates/ (if called as root) or
in ~/.local/share/lensfun/updates/ (otherwise). If necessary, it will create this directory. If there
is already a database, it is replaced fully. If Lensfun detects a database in one of these directo-
ries, it will use that instead of the default location below /usr/....
DIAGNOSTICS
lensfun-update-data prints log messages to stdout.
Exit status:
┌──┬──────────────────────────────────────┐
│0 │ if OK (updates were installed), │
├──┼──────────────────────────────────────┤
│1 │ if no newer version could be found, │
├──┼──────────────────────────────────────┤
│3 │ if no DB location responded validly. │
<lens>
<!-- This lens is optically identical to the Tamron SP 24-70mm f/2.8 Di
VC USD. -->
<maker>Pentax</maker>
<model>HD Pentax-D FA 24-70mm f/2.8 ED SDM WR</model>
<mount>Pentax KAF3</mount>
<cropfactor>1</cropfactor>
<calibration>
<distortion model="ptlens" focal="24" a="0.03519" b="-0.10395" c="0.06092"/>
<distortion model="ptlens" focal="35" a="0.01436" b="-0.0404" c="0.03983"/>
<distortion model="ptlens" focal="50" a="0.01112" b="-0.02223" c="0.02177"/>
<distortion model="ptlens" focal="70" a="0.00625" b="-0.00862" c="0.00987"/>
<tca model="poly3" focal="24" br="-0.0000913" vr="1.0008446" bb="0.0000181" vb="0.9998653"/>
<tca model="poly3" focal="35" br="0.0000457" vr="1.0004519" bb="-0.0000735" vb="0.9998598"/>
<tca model="poly3" focal="50" br="0.0000118" vr="1.0000938" bb="-0.0000862" vb="0.9998401"/>
<tca model="poly3" focal="70" br="-0.0000161" vr="0.9997567" bb="-0.0000354" vb="0.9997991"/>
</calibration>
</lens>
Sa 19. Mai 2018, 15:11
/var/lib/lensfun-updates/version_1$ grep "24-" slr-pentax.xml
<!-- This lens is optically identical to the Tamron SP 24-70mm f/2.8 Di
<model>HD Pentax-D FA 24-70mm f/2.8 ED SDM WR</model>
/usr/bin/exiv2 -pa K52_2470.DNG | grep LensType
Exif.PentaxDng.LensType Byte 4 Unknown (0x083e)
K52_2470.DNG: (No XMP data found in the file)
/usr/local/bin/exiv2 -pa K52_2470.DNG | grep LensType
Exif.PentaxDng.LensType Byte 4 HD PENTAX-D FA 24-70mm F2.8 ED SDM WR
ln -s /usr/local/lib/libexiv2.so.26 /usr/lib/x86_64-linux-gnu/libexiv2.so.14
Sa 2. Jun 2018, 18:53
[pentax]
3 0 0 0=Sigma 3.5/180mm APO MACRO
8 255 0 0=Sigma, 24-70mm F2.8 EX DG HSM
8 62 0 0=HD PENTAX-D FA 24-70mm F2.8 ED SDM WR
Sa 2. Jun 2018, 19:01
Pingu hat geschrieben:
- Code:
/var/lib/lensfun-updates/version_1$ grep "24-" slr-pentax.xml
<!-- This lens is optically identical to the Tamron SP 24-70mm f/2.8 Di
<model>HD Pentax-D FA 24-70mm f/2.8 ED SDM WR</model>
Ah ok, das ändert aber leider nichts in Darktable.
links:
rechts:
- Code:
/usr/bin/exiv2 -pa K52_2470.DNG | grep LensType
Exif.PentaxDng.LensType Byte 4 Unknown (0x083e)
K52_2470.DNG: (No XMP data found in the file)
- Code:
/usr/local/bin/exiv2 -pa K52_2470.DNG | grep LensType
Exif.PentaxDng.LensType Byte 4 HD PENTAX-D FA 24-70mm F2.8 ED SDM WR
Das Distri exiv2 erkennt das Objektiv nicht, das selbst kompilierte schon.
So was u.ä. hilft auch nicht:
- Code:
ln -s /usr/local/lib/libexiv2.so.26 /usr/lib/x86_64-linux-gnu/libexiv2.so.14
Hosted by iphpbb3.com
Impressum | Datenschutz