Ok I removed the jhead stuff, was used to check for buggy canon 20D
data apparently:


        if (getExifModel() == "Canon EOS 20D") {
            // special case for buggy 20D camera
            sensorSize.x = 22.5;
            sensorSize.y = 15;
        }

I'll see if I can do the same check with exiv2.

Cheers,
Tim


On 5 Sep, 11:38, Tim <timnug...@gmail.com> wrote:
> Compiles on Tom's (Sharpless) system - maybe he has it set up
> differently
>
> The code actually uses jhead and exiv2 (as does SrcPanoImage.cpp).
>
> I'll investigate removing the jhead stuff.
>
> Tim
>
> On 5 Sep, 11:31, Bruno Postle <br...@postle.net> wrote:
>
> > On Sat 05-Sep-2009 at 02:00 -0700, T. Modes wrote:
>
> > >lens_calibrate is using jhead lib, but his library was removed from
> > >hugin.
>
> > We could reinclude jhead, but it was a very old version that Pablo
> > turned into a library.
>
> > The rest of hugin switched to exiv2 as jhead only supports JPEG, so
> > really lens_calibrate needs to be fixed to use exiv2.
>
> > >Furthermore lens_calibrate needs to add to CMakeLists.txt in src (see
> > >patch):
>
> > This needs to be applied, but obviously it breaks the build at the
> > moment.
>
> > --
> > Bruno
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to