<div dir="ltr">Chris,<div><br></div><div>Check out the runtime parameters here:</div><div><br></div><div><a href="https://github.com/OpenDroneMap/OpenDroneMap/wiki/Run-Time--Parameters" target="_blank">https://github.com/OpenDroneMap/OpenDroneMap/wiki/Run-Time--Parameters</a><br></div><div><br></div><div>If you scroll down you'll see a reference to --odm_georeferencing-useGcp which defaults to "true". You can see it here in the run script as well:</div><div><br></div><div><a href="https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/run.pl#L107" target="_blank">https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/run.pl#L107</a><br></div><div><br></div><div>Looking at this line of code you'll see that when you set the value to "false" this line gets executed:</div><div><br></div><div><a href="https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/run.pl#L781" target="_blank">https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/run.pl#L781</a><br></div><div><br></div><div>That should extract the GPS info from your images and place them in odm_georeferencing/coordFile.txt. So my suggestion would be to run your project again like this:</div><div><br></div><div>../OpenDroneMap/<a href="http://run.pl" target="_blank">run.pl</a> --odm_georeferencing-useGcp "false"</div><div><br></div><div>That will start everything from the beginning. A better way may be to do this which should start you from the georeferencing step:</div><div><br></div><div>../OpenDroneMap/<a href="http://run.pl/" target="_blank">run.pl</a> --start-with "odm_georeferencing" --odm_georeferencing-useGcp "false"<br></div><div><br></div><div>Good luck and let us know how you get along.</div><div><br></div><div>Dennis</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 25, 2015 at 3:00 PM, Chris <span dir="ltr"><<a href="mailto:housec01@gmail.com" target="_blank">housec01@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
On Smathermather's Weblog there is an example shown of a mesh output and orthophoto using the sensefly swinglet cam to collect the imagery.  Does anyone have the step by step to get the orthophoto? I was able to return a textured mesh but it eventually errored out with "error 256"  That is related to the gcp file but i was under the impression if xy data was in the header file it would use that. Any help/direction would be appreciated!  My imagery was collected using swinglet cam as well.<br>
<br>
Thanks and awesome product!!<span class="HOEnZb"><font color="#888888"><br>
<br>
Chris<br>
______________________________<u></u>_________________<br>
OpenDroneMap-users mailing list<br>
<a href="mailto:OpenDroneMap-users@lists.osgeo.org" target="_blank">OpenDroneMap-users@lists.<u></u>osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/<u></u>opendronemap-users</a><br>
</font></span></blockquote></div><br></div>