<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Collect Oriented imagery in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1233688#M4925</link>
    <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Our goal is to fill a field in a feature Class using Exif info when features are collected with attachments using Field Maps. Quick capture designer allows to fill fields values with informations about the device and the camera but I didn't saw anything alike in Field Maps&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2022 10:58:53 GMT</pubDate>
    <dc:creator>Polesig</dc:creator>
    <dc:date>2022-11-21T10:58:53Z</dc:date>
    <item>
      <title>Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1224684#M4733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I saw it's possible to collect oriented imagery via Quick Capture. Is it also possible using Field Maps ?&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 14:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1224684#M4733</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2022-10-24T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1224745#M4734</link>
      <description>&lt;P&gt;I thought it just uses the Exif info which should be in all photos?&amp;nbsp; I would like to know.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 15:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1224745#M4734</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-10-24T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1232842#M4906</link>
      <description>&lt;P&gt;Finally we found it's possible with Survey123 using the pulldata function on exif infos.&lt;/P&gt;&lt;P&gt;Still no idea about Field Maps... maybe with Arcade ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 18:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1232842#M4906</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2022-11-17T18:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1232878#M4909</link>
      <description>&lt;P&gt;I used the Orientated Imagery tools and was able to get any old photo with Exif to go.&amp;nbsp; Why would it be app specific?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We did find that you must set iOS to to Most Compatible in the photos setting otherwise all the exif gets stripped.&lt;/P&gt;&lt;P&gt;Not sure what you mean here?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 19:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1232878#M4909</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-11-17T19:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1233688#M4925</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Our goal is to fill a field in a feature Class using Exif info when features are collected with attachments using Field Maps. Quick capture designer allows to fill fields values with informations about the device and the camera but I didn't saw anything alike in Field Maps&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 10:58:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1233688#M4925</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2022-11-21T10:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1233771#M4926</link>
      <description>&lt;P&gt;It looks like this one may do it but not much info to go on in the help.&lt;/P&gt;&lt;P&gt;Attachment&lt;BR /&gt;Defines information about attachments returned from feature service queries. These are fetched using the Attachments() function.&lt;/P&gt;&lt;P&gt;Property Type Description&lt;BR /&gt;id number The ID of the attachment.&lt;BR /&gt;name text The file name of the attachment, including the file extension.&lt;BR /&gt;&lt;STRONG&gt;exifInfo Array An array containing the Exif metadata of the attachment.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I use the ExifTool&amp;nbsp;&lt;A href="https://exiftool.org/" target="_blank"&gt;https://exiftool.org/&lt;/A&gt;&amp;nbsp; and the Python wrapper for it&amp;nbsp;&lt;A href="https://pypi.org/project/PyExifTool/" target="_blank"&gt;https://pypi.org/project/PyExifTool/&lt;/A&gt;&amp;nbsp; I pull the exif I need out after I export them.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 15:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1233771#M4926</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-11-21T15:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Collect Oriented imagery</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1237197#M4980</link>
      <description>&lt;P&gt;Thanks Doug,&lt;/P&gt;&lt;P&gt;Thanks for the tip. I red the docs but I would like to avoid post-processing. The advantage of QuickCapture is that you get picture orientation directly in a field of the layer without any calculation, but I guess it is related to the fact that a Quick capture record can only have one picture attached.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 14:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/collect-oriented-imagery/m-p/1237197#M4980</guid>
      <dc:creator>Polesig</dc:creator>
      <dc:date>2022-12-02T14:10:48Z</dc:date>
    </item>
  </channel>
</rss>

