Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dussla

Pages: [1]
1
Python and Java API / shape vertex to marker conversion script
« on: January 08, 2022, 08:23:37 AM »
Hi friend
I have a sone problem
I am seeking python
"shape vertex  to marker conversion script"

Pls  Can you help  this problem

2
Python and Java API / In one picture I want to make a camera
« on: July 09, 2020, 06:52:16 AM »
hello  . thank you for good reply  always

i would like to  make    camera    from  1 photo  only

there is information  in photo

photo data ave     basic dat (focal length    hyperfocal distance ) /  latitude / longitude /    yaw / pitch /rool

how can do that ?


3
Good morning
I write again today for help
I want to send the shape in local coordinates
However, an error message appears in the menu indicating that it cannot be sent.
Is there a good way?

4
hi  friends
i am 3d user
i am  beginner in metashape .

i tested metashape  , but pls  i need some help
i imported drone image and made model

for postion check ,
i imported kml , or shapes
 
i would like to export   model and shapes layer   as 3ds or fbx
but i can't not export shapes as model

is there python ?

5
General / How to export imported shape files as 3d models
« on: May 25, 2020, 07:59:02 PM »
hello   good friends ~
i need some help

my work process

1.   import  drone image
2.  make 3d model from image
3. import  shape or  kml file    as  position check
   
    there is export layer command
     but  postion is error

so   I want to export it as a model at the same time  for 3d max use


ps :  in attached image
         you can see    black line   and photo
       photo is drone image   
      black line kml file

     


6
General / 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>

Pages: [1]