![]() |
|
Lens Info in the exif module - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Lens Info in the exif module (/thread-9496.html) |
Lens Info in the exif module - geodor - 2012-01-17 I am a newbie around here and I must admit that I have absolutely no ideea about php programming. I have installed zenphoto from your site and I have this problem: Lens Info in the exif module - acrylian - 2012-01-17 The exif stuff is not theme dependent. Some camera vendors are known to not follow the exif specifications exactly so maybe they don't store it correctly and your tools "correct" that. # My collegue will be of more help later today as he is more versed with the exif stuff. PS: Your English is actually fine. Lens Info in the exif module - geodor - 2012-01-17 If is not theme dependent, then must be a glitch in the exif module because this information is not listed no matter the camera(Nikon model) or the lenses I've used. I have pictures on my website taken by Nikon D40, D80, D90 or D7000 and with lenses as Tamron 28-70, Nikon 10-24, 70-300, 18-55... etc. I've readed that the Nikon exif model is supported. It is possible this error to be generated by Lightroom ? No matter the camera or lenses, all images are exportd from Lightroom. Lens Info in the exif module - acrylian - 2012-01-17 My colleague will know more soon. I recall however that someone did report Lightroom not following the standard (maybe search the forum). Lens Info in the exif module - sbillard - 2012-01-17 I doubt that Nikon has made just your cameras report wrong. Since this works fine for me with a Nikon D40, D70, D200, and D300s maybe you have disabled or hiden the field in your options settings? Or maybe Lightroom has corrupted the fields. Try an image directly from the camera. Lens Info in the exif module - geodor - 2012-01-18 I found the problem and I'd like to share somehow for everyone to see it. I trust that either the zenphoto developers will fix this or a forum admin will put this somewhere where anyone can see. Lens Info in the exif module - geodor - 2012-01-18 The only way to overcome this Lightroom thing is to work with XMP sidecard... This is the only way I was able to insert the right exif info into the file description Lens Info in the exif module - acrylian - 2012-01-18 Hm, I use Photoshop CS3 and if I enter image info it works fine for me (although I don't really photograph so I rarely use care personally for these exif stuff). I had issues with Bridge CS3 (on Mac) which did not attach any meta data unless I resave an image with Photoshop afterwards. Zenphoto has a plugin for reading xmp sidecar files. Lens Info in the exif module - geodor - 2012-01-18 I know, this is what I'm trying to do right now. But is very hard to put a xmp from lightroom. You have to copy and then edit the file by hand All I wanted is to filter images by lens type... Lens Info in the exif module - geodor - 2012-01-18 I'm sorry! It was about Lens type! Now, I see. Anyway, just replace "lens info" with "lens type" in all posts above. The problem remains. Lens Info in the exif module - sbillard - 2012-01-18 Best file a ticket on this. It may take some time to investigate. (We have "adopted" the EXIF code abandoned by its original author and it is a bit of a chore to reverse engineer it.) Lens Info in the exif module - walterbz - 2012-01-24 I have the same problem. Lens type is inside the image but does not shows up. I've looked inside the canon.php in /zp-core/exif/makers but it does not contain the list of the code and Canon lenses. I've found a similar problem from coppermine: Lens Info in the exif module - e_zorglub - 2012-01-27 Hello I confirm that this problem comes from Lightroom (LR3.4 in my case). You can compare : Lens Info in the exif module - e_zorglub - 2012-01-27 Hello again I must add to my previous message that using exiftool, I can see that the Lens model data are in my file : they are stored in ExifTag n° A434. I think it comes from quite new Exif 2.3 specifications. Maybe this model is not implemented in zen photo yet ? Lens Info in the exif module - e_zorglub - 2012-01-29 Back again ! case 'a434': $tag = 'LensInfo'; break; ` in the file exif.php, in the function lookup_tag, and everything is now ok. |