Forum

Author Topic: Export camera to google earth  (Read 1381 times)

dussla

  • Newbie
  • *
  • Posts: 12
    • View Profile
Export camera to google earth
« on: March 25, 2020, 11:56:34 AM »
hi  firends
i am beginner in 3d drone mapping.
I tried the MetaShape trial version

But it doesn't seem to have the function I was looking for
I want to send  selected the camera as a kml file in Google Earth.
so I want to see the sent camera kml on Google Earth
is there good idea ?
Below is the contents of the Google Earth kml file


<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<PhotoOverlay>
   <name>google earth</name>
   <Camera>
      <longitude>103.1857733032576</longitude>
      <latitude>19.61791216477139</latitude>
      <altitude>151.9499999965704</altitude>
      <heading>-33.8410907809986</heading>
      <tilt>80.83961717944621</tilt>
      <roll>0.0007827931027355281</roll>
      <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
   </Camera>
   <Style>
      <IconStyle>
         <Icon>
            <href>:/camera_mode.png</href>
         </Icon>
      </IconStyle>
      <ListStyle>
         <listItemType>check</listItemType>
         <ItemIcon>
            <state>open closed error fetching0 fetching1 fetching2</state>
            <href>http://maps.google.com/mapfiles/kml/shapes/camera-lv.png</href>
         </ItemIcon>
         <bgColor>00ffffff</bgColor>
         <maxSnippetLines>2</maxSnippetLines>
      </ListStyle>
   </Style>
   <Icon>
   </Icon>
   <ViewVolume>
      <near>52.6507</near>
   </ViewVolume>
   <Point>
      <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
      <coordinates>103.1857733032576,19.61791216477139,151.9499999965704</coordinates>
   </Point>
</PhotoOverlay>
</kml>