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.


Messages - vineg

Pages: [1]
1
General / Re: Point and mesh selection dysfunctional
« on: February 28, 2024, 04:25:58 PM »
Hi, Cedric!

You can download Metashape with older classification version here: https://s3-eu-west-1.amazonaws.com/download.agisoft.com/metashape-pro_1_8_5_x64.msi
It would be helpful if you provide a problematic point cloud to support@agisoft.com or make some screenshots of point cloud classification errors. . And please, specify Metashape version and classification parameters you are using.

Regards, Egor

2
General / Capturing depth data using iPhone LiDAR
« on: February 09, 2024, 06:00:44 PM »
Hi!

I've just discovered an app which is capable of capturing depth using iPhone LiDAR sensor ( https://apps.apple.com/us/app/stray-scanner/id1557051662 , https://github.com/strayrobots/scanner/tree/main/docs ).
Can someone with a capable device, please, share a sample shoot to see, if it works well? It seems like an app should be saving depth frames alongside a video.

Capture with 5 frames per second should work well. Also it seems like LiDAR is working better at ~1m distance to an object.

Regards, Egor

3
Hi, Allan!

There was some changes regarding this issue in 2.1.0. Please take a look and tell if there is any problem remain.

Regards, Egor

4
General / Re: Agisoft Metashape error opening psx project
« on: December 27, 2023, 01:28:37 PM »
Hi, jkova96!

There is a bug in 2.0 causing 70% more memory usage for 2.5D models created from DEM. Sorry for that.

Regards, Egor

5
Hi, gbp!

Which operating system (version) are you using? What version of 3dxware driver is installed? Does uninstalling the driver resolves the issue?

Regards, Egor

6
Hi, Keith!

I see a similar problem on macOS Monterey 12.3.1. Sometimes unplugging and plugging back usb adaptor makes spacemouse working.

Make sure there is no other 3d application is open that may be using spacemouse.

Also uninstalling 3dxware driver from Applications/3DConnexion folder seems to make spacemouse work more stable within Metashape. Although it may stop working in other apps.

Please, let me know, if any of this helps.

Regards, Egor

7
Bug Reports / Re: Points visible only from certain angles
« on: September 20, 2023, 02:16:42 PM »
Hi!

Try to uncheck visible selection option in the Model menu.

8
Hi, Helia!

Pixelized area may appear if there is no detailed images covering this area.
If there are exist some images observing pixelized area, it could be a bug.
If it is looks like a bug, please, save project in .psx format and send it without images to support@agisoft.com

Regards, Egor

9
General / Re: Importing depth maps
« on: March 06, 2023, 04:09:14 PM »
Hi, Michael! There is a python script for importing depth maps:
https://github.com/agisoft-llc/metashape-scripts/blob/master/src/import_depth.py

10
General / Re: local laserscan alignment with RTK-drone pictures
« on: March 02, 2023, 02:04:50 PM »
Hi!

You could try to import laser scans first, then uncheck Lock Transform from the point cloud context menu in the workspace pane, then if you Add Photos and Align Photos with Reset Current Alignment checked, coordinate system from the drone will be used.

Egor

11
General / Re: Import Point - Issue with import Dense Cloud
« on: January 19, 2023, 05:37:20 PM »
Dear Daniele,

You may try to import raw undecimated point cloud with normals pointing towards origin and decimate it within Metashape. If you save the project before starting the import, Metashape should be able to fit into the memory limit. Starting from Metashape 2.0, each scan of a e57 file is imported into separate point cloud and you can preview first few scans if you cancel the import process after a couple of minutes, when you see "processing 7720596 points (part 2/84)..." in the log.

George

12
Python and Java API / Re: Smart camera RGBD processing
« on: August 02, 2022, 04:17:10 PM »
Hi, mvkolos!

You need to split RGBD data into two separate sets of images: RGB images and Depth images. Then provide these two separate sets to the Metashape.app.document.chunk.importLaserScans python command. Depth images paths should be passed to the "filenames" argument, and RGB images paths should be passed to the "color_filenames" argument. image_path argument should point to some existing directory and end with "{filename}.tif". Metashape will substitute it with an actual file name.

Depth images are preferred in floating point .tiff or in .png formats. If it doesn't work - please attach depth and color images, so we could check them.

Misleading "Embedded depth data is not found for the photo <my_depth.tif>" is appears as we try to interpret the data as images from smartphones, but it is not the case.

Note that depth and color images should have different paths.

13
Bug Reports / Re: Installation fails on linux
« on: May 18, 2022, 01:04:29 PM »
I am encountered this problem on clean ubuntu 20.04 install. After running the program with QT_DEBUG_PLUGINS=1, it appeared that libxcb-xinerama.so.0 library file was missing. Running sudo apt install libxcb-xinerama0 resolved the problem.

14
This issue may temporarily be solved by updating ipykernel package version to 6.12.1 using "pip install --user ipykernel==6.12.1" like described in the article https://agisoft.freshdesk.com/support/solutions/articles/31000136860-how-to-install-external-python-module-to-metashape-professional-package

edit:
yet it breaks other things such as methods inline documentation when typing

edit:
note that --user flag is required on windows, otherwise windows may roll back some changes

15
General / Re: LiDAR processing
« on: March 03, 2022, 05:43:41 PM »
Hi, marcosthiago!

You can import photos with external depth maps in Metashape Professional using python console.
Refer to the second section of an article https://agisoft.freshdesk.com/support/solutions/articles/31000162212-smart-cameras-with-depth-sensor-data-processing

edit:
You can use import depth gui script as well https://github.com/agisoft-llc/metashape-scripts/blob/master/src/import_depth.py

Pages: [1]