<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GIS Metadata in Videos?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I just captured a "GSV" video but I dont want to upload to GSV -- I just want to get the geolocated equirectangular images.  I need the metadata including the GPS location, time, orientation, etc.</p>
<p dir="auto">However it is not clear to me how the GIS information is embedded in the MP4 video, or if it is stored in another file somewhere. I am confident I could process it if it is extractable as CSV or XML data -- how does one recover this information?</p>
]]></description><link>https://forum.labpano.com/topic/38/gis-metadata-in-videos</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 09:29:26 GMT</lastBuildDate><atom:link href="https://forum.labpano.com/topic/38.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Feb 2021 22:32:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GIS Metadata in Videos? on Mon, 22 Feb 2021 22:32:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I just captured a "GSV" video but I dont want to upload to GSV -- I just want to get the geolocated equirectangular images.  I need the metadata including the GPS location, time, orientation, etc.</p>
<p dir="auto">However it is not clear to me how the GIS information is embedded in the MP4 video, or if it is stored in another file somewhere. I am confident I could process it if it is extractable as CSV or XML data -- how does one recover this information?</p>
]]></description><link>https://forum.labpano.com/post/120</link><guid isPermaLink="true">https://forum.labpano.com/post/120</guid><dc:creator><![CDATA[Femianjc]]></dc:creator><pubDate>Mon, 22 Feb 2021 22:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to GIS Metadata in Videos? on Tue, 23 Feb 2021 15:26:39 GMT]]></title><description><![CDATA[<p dir="auto">Same question here.<br />
I can see a video stream and a metadata stream in the mp4 file.<br />
How can we use the metadata in the "google street view" videos for our own applications?</p>
]]></description><link>https://forum.labpano.com/post/121</link><guid isPermaLink="true">https://forum.labpano.com/post/121</guid><dc:creator><![CDATA[Jaap]]></dc:creator><pubDate>Tue, 23 Feb 2021 15:26:39 GMT</pubDate></item><item><title><![CDATA[Reply to GIS Metadata in Videos? on Tue, 23 Feb 2021 19:39:42 GMT]]></title><description><![CDATA[<p dir="auto">Dean Zwikel has written a command line software called GSV2JPG<br />
It extracts images with GIS information embedded as well as a GPX file.</p>
<p dir="auto">The SW is available for free but you need to request access</p>
<p dir="auto">Here is a link to a facebook post by <a href="https://www.facebook.com/groups/228208311513389/permalink/466022217731996/?__cft__%5B0%5D=AZXZGTcqsuaRD2ZJzs1mIzqOc2_9NgmgYBGTdn8zfRNPbyGEceYiAH-fbskot8Nvjy9uOa-69Rx-kTRSHshAL0KypsqzEaaZ5yWDBAKUYp-b8NrEOYXF7e37fU3Pt04Nl48&amp;__tn__=%2CO%2CP-R" rel="nofollow">Dean</a><br />
and if you are not on FB here is a link to the <a href="https://drive.google.com/drive/folders/1976mszwEWEqQJRVp2OFZ9rQdU-x4jBD_?usp=sharing&amp;fbclid=IwAR3cMal-5l4M88lri0eXY3wjFHRjBzrSIgAaJUNDdd6wMjYbAzjuNcyhbOk" rel="nofollow">document</a> on google drive.</p>
<p dir="auto">The GIS information is embedded in a special <a href="https://developers.google.com/streetview/publish/camm-spec" rel="nofollow">CAMM track</a> but AFAIK the Labpano cameras are not implementing it 100% - but it works.</p>
]]></description><link>https://forum.labpano.com/post/122</link><guid isPermaLink="true">https://forum.labpano.com/post/122</guid><dc:creator><![CDATA[kronpano]]></dc:creator><pubDate>Tue, 23 Feb 2021 19:39:42 GMT</pubDate></item><item><title><![CDATA[Reply to GIS Metadata in Videos? on Fri, 26 Feb 2021 16:15:30 GMT]]></title><description><![CDATA[<p dir="auto">I requested access, thank you. Also, this seems to work on ubuntu:</p>
<pre><code>wget https://github.com/alchemy-fr/exiftool/blob/master/fmt_files/gpx.fmt

exiftool -ee -p gpx.fmt  FILE
</code></pre>
<p dir="auto">where <code>FILE</code> is the name of video captured as GSV</p>
<p dir="auto">One has to install <a href="https://exiftool.org/install.html" rel="nofollow">exiftool </a> first<br />
A similar command probably works on PowerShell,WSL, or OSX&gt;</p>
<p dir="auto">It dumps a GPX file to stdout, so one should use redirection</p>
<pre><code>exiftool -ee -p gpx.fmt  FILE &gt; out.gpx
</code></pre>
<p dir="auto">to save the output of course.</p>
]]></description><link>https://forum.labpano.com/post/124</link><guid isPermaLink="true">https://forum.labpano.com/post/124</guid><dc:creator><![CDATA[Femianjc]]></dc:creator><pubDate>Fri, 26 Feb 2021 16:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to GIS Metadata in Videos? on Wed, 14 Apr 2021 10:04:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.labpano.com/uid/44">@jaap</a><br />
The IMU and GPS information of Google Street View Video are stored in a separate track, with CaMM specification <a href="https://developers.google.com/streetview/publish/camm-spec" rel="nofollow">https://developers.google.com/streetview/publish/camm-spec</a>, can you email to <a href="mailto:support@labpano.com" rel="nofollow">support@labpano.com</a> I will share you the tool able to analyze the video file of Street View mode. It seems failed to upload from here. Thank you.</p>
]]></description><link>https://forum.labpano.com/post/163</link><guid isPermaLink="true">https://forum.labpano.com/post/163</guid><dc:creator><![CDATA[123]]></dc:creator><pubDate>Wed, 14 Apr 2021 10:04:26 GMT</pubDate></item></channel></rss>