Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wayne

Pages: [1]
1
Feature Requests / Recognize Orientation from EXIF
« on: May 26, 2014, 10:59:14 AM »
Hallo,

Is it possible to recognize the orientation from EXIF information?

The Image Tag GPS Image Direction already exists for direction (yaw implementation).
As I already find out, some tools using GPSPitch and GPSRoll also as GPS Tag in Exif
Even ExifTool use it!

Here some Information:
Code: [Select]
        0xd000 => {
            Name => 'GPSPitch',
            Writable => 'rational64s',
        },
        0xd001 => {
            Name => 'GPSRoll',
            Writable => 'rational64s',
        },

best regards
Martin




2
Bug Reports / Re: Can't load images after trying to build geometry
« on: August 05, 2013, 03:52:39 PM »
okay, thanks! I found the bug/error with your help. After trying to relocate, it says, that the image size is wrong.

It looks like, that the resolution of the image written in the EXIF header was wrong and I used them  for setting the size of the image in the project file. After replacing it with the real one in the project file, it works again.

Thank you for your help!

3
Bug Reports / Can't load images after trying to build geometry
« on: August 05, 2013, 03:28:42 PM »
Hello,

I tried to create geometry of 9 images...
I have a group of images with Longitude, Latitude, Altitude, Yaw, Pitch and Roll. I loaded them into Photoscan with that configurations. Then, I clicked on "Align Photos" and chose a high accuracy with the pair preselection of the ground control. That works pretty fine. Then, I tried to build the model (with the config attached) and got an "Can't build model" error message. In the console, I have following output:

Code: [Select]
Using device: GeForce GT 440, 2 compute units, 1024 MB global memory
  max work group size 1024
  max work item sizes [1024, 1024, 64]
  max mem alloc size 256 MB
initializing...
skipping pair: camera visibility test
skipping pair: camera visibility test
skipping pair: camera visibility test
skipping pair: camera visibility test
selected 10 cameras from 10 in 0.035 sec
Loading photos...
can't load image: C:/Linux/Testproject/Testproject/_DSC3612.jpg
Finished processing in 0.675 sec (exit code 0)
>>>

The image path is correct, so the JPEG exists in this path. I can also open it with any other program, so no access rights problems or something like that.

Any idea, what's going wrong?
I would also send you the whole project with the files includes, if it helps. Please send me for that a mail or PM, then I send you a download link.

best regards

Pages: [1]