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 - phillyphanatic

Pages: [1]
1
Python and Java API / Add single vertex?
« on: February 22, 2025, 05:38:18 PM »
Is it possible to add a single vertex to a mesh? I know the exact point I want to add and the other two corresponding, existing vertices to form the face. But I can't seem to find a method / function that allows me to programmatically add a single vertex. I'm using the 2.0.4 Python API.

2
Bug Reports / Linux Metashape 1.7.6 and rasterio
« on: December 09, 2022, 03:17:01 AM »
I seem to have found a strange bug when trying to use rasterio 1.2.+ and Linux Metashape (the version I was mainly testing on was 1.7.6 but I have seen this in other versions as well)

I have only tested this when using the API or Python console with the installed Metashape version (not the .whl)

Specifically, Metashape crashes with a "Segmentation fault (core dumped)" message when attempting a simple rasterio open call such as:

Code: [Select]
import rasterio
f1 = rasterio.open("/path/to/raster/ortho.tif")

I uninstalled rasterio 1.2+ and installed rasterio 1.1.5 and the error disappeared.

I do not seem to see this bug in Windows Metashape and rasterio 1.2+, however.

3
Python and Java API / Camera estimated angles from reference pane
« on: June 05, 2018, 02:06:10 AM »
Is there a way to calculate the camera estimated angles (yaw, pitch, roll) that we see in the Reference pane?

4
Feature Requests / Tiled Model export to kml/kmz
« on: March 01, 2016, 09:16:45 PM »
Any way we can get a tiled model export into a kml/kmz format? I've seen it done with other photogrammetric packages. Would be great if PS could add this in!

5
Bug Reports / Edit values in reference pane?
« on: February 16, 2016, 03:42:42 PM »
I'm not sure if this is a bug or not...but I seem to remember being able to edit the reference values (lat/lon/alt, etc) in the Reference pane in older versions of PhotoScan. Is it possible to edit the values in 1.2.3? If not, can this feature be brought back?

Pages: [1]