HI
Thanks For the reply.
Actually you're right And I found out getting projected pixel cordinates from model is having a shift from actual point.
So,
I have to add a marker in photo through script in every photo it comes, so it automatically regenerates the point in 3D.
```
Editing
125
2. Select Draw Point / Draw Polyline / Draw Polygon instrument from the toolbar.
3. Draw a point/polyline/polygon on the DEM/orthomosaic/model with a cursor. By default the shape
vertex will be put on the available surface, however, in Metashape is it possible to draw the shapes
on a given plane (for example, at a certain height). To set up the drawing plane, select polyline or
polygon shape with three or more vertices or three markers placed in 3D. Then right click on the
selection and choose Set Drawing Plane command from the context menu. To reset Drawing Plane
select the corresponding command from the context menu.
4. Double click on the last point to indicate the end of a polyline. To complete a polygon, place the end
point over the starting one.
5. Once the shape is drawn, a shape label will be added to the chunk data structure on the Workspace
pane. All shapes drawn on the same model (and on the corresponding DEM and orthomosaic) will
be shown under the same label on the Workspace pane.
6. The program will switch to a navigation mode once a shape is completed.
Drawing shapes in 3D (on the model) solves issues with building basements and other features which are
not visible on the orthomosaic. However, drawing on a model might not be accurate enough. For this case
Metashape offers possibility to draw a shape on source photos and automatically reconstruct it in 3D.
To automatically reconstruct a shape in 3D
1. Enable Attach markers option available in Markers submenu of Tools menu.
2. Open a photo in Photo view double clicking on the photo thumbnail in the Photo pane.
3. Select Draw Point / Draw Polyline / Draw Polygon instrument from the toolbar.
4. Draw a point/polyline/polygon on the photo with a cursor.
5. Double click on the last point to indicate the end of a polyline. To complete a polygon, place the end
point over the starting one. All the vertices will be indicated with markers.
6. Switch to Model view to see that the shape has been reconstructed in 3D automatically.
7. To refine the position of the shape, filter photos by shape using the corresponding command from the
shape context menu. The shape must be selected - to select a shape double click on it.
8. Inspect all the relevant photos to refine markers-vertices positions where necessary. The position of
the shape in 3D will automatically be refined.
```
Can you help me in making a script to this manual process mentioned in Metashape Manual.