photo2shape are a name for a plugin.<br><br>I have had success with photo2shape. The photo appears as point-shapes and with attribute:<br>filepath, filename, longitude, latitude, altitude, north (empty), direction (empty), ps_dat, img_date.<br>
<br>I have not find how I will activate and let an application open the photo if i click on it, but with the filepath ans filename it should not be a problem, I think.<br><br>Cheers<br><div class="gmail_extra"><br><br><div class="gmail_quote">
2012/11/17 Micha Silver <span dir="ltr"><<a href="mailto:micha@arava.co.il" target="_blank">micha@arava.co.il</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
    
  
  <div style="direction:ltr" bgcolor="#FFFFFF" text="#000000"><div class="im">
    On 11/17/2012 04:08 AM, h wrote:
    <blockquote type="cite">
      <pre>Hi,
I'm a bit of a noobie to QGis, so please be gentle when explaining the
obvious!!

I am wanting to display geotagged photos in QGis (1.8.0-Lisboa running
on Open Suse)
I have found the web site:
        <a href="http://hub.qgis.org/projects/geotagphotos/wiki" target="_blank">http://hub.qgis.org/projects/geotagphotos/wiki</a>
but cannot get the plugin to appear in the plugins / Fetch Python
Plugins dialog box.

What is the plugin called?
What repository is it in?
Is it still available from a repository?

Can someone please step me through the process of installing software /
plugins to import geotagged photos into QGis?
</pre>
    </blockquote>
    <br></div>
    The plugin was called photo2shape. I also didn't have much success
    with it, so instead I do the following, manually:<br>
    I use exiftool to grab the required tags from the photos. At least
    GPSLatitude, GPSLongitude, and Filename. I run this in a loop to
    create a comma separated text file with each photo represented by
    one line.<br>
    <br>
    Now I use the Delimited Text plugin to create a point shapefile of
    the photo locations. In the attribute table I will have the actual
    filename of each photo.<br>
    <br>
    Next define an Action on this new shapefile (Layer properties
    windows->Action tab) which will open the photo in your image
    viewer. You can see detailed instructions on setting up an action in
    the QGIS documentation:<br>
<a href="http://docs.qgis.org/html/en/user_manual/working_with_vector/vector_properties.html#actions-tab" target="_blank">http://docs.qgis.org/html/en/user_manual/working_with_vector/vector_properties.html#actions-tab</a><br>

    The action will be composed of the viewer binary + full path to the
    photo.<br>
    <br>
    After getting that setup, a right click on each point will bring the
    info windows with the option to run the action.<br>
    <br>
    HTH,<br>
    Micha <br>
    <blockquote type="cite">
      <pre><div class="im">
(I use the exif for my own qt applications, so am reasonable
familiar with it.  It is the qgis python bit that eludes me!)

With thanks,
H

_______________________________________________
Qgis-user mailing list
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></div>

This mail was received via Mail-SeCure System.


</pre><span class="HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="HOEnZb"><font color="#888888">
    <br>
    <br>
    <pre cols="72">-- 
Micha Silver
GIS Consultant, Arava Development Co.
<a href="http://www.surfaces.co.il" target="_blank">http://www.surfaces.co.il</a></pre>
  </font></span></div>

<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br></blockquote></div><br></div>