Forum

Author Topic: Adding Laser Scans to Fixed Laser Scan Group and Unlocking Transform in Python  (Read 1535 times)

mitchgalea

  • Newbie
  • *
  • Posts: 16
    • View Profile
Hello,

I've experimented with Metashape 2.0 laser scan features and really like how powerful it can be. We would like to use this in a pipeline that uses the python API.

The steps are:
 - importing the point clouds: Can be done in python with chunk.importPointCloud(...)
 - adding laser scan group: ?
 - setting laser scan group to fixed: ?
 - adding laser scans to group: ?
 - unlocking laser scan group transfrom: ?

I have attached screenshots of these steps in the GUI but would like to know how to do all of these steps in python if this is actually possible



mitchgalea

  • Newbie
  • *
  • Posts: 16
    • View Profile
Can this be answered? Seems like its either a yes or no on whether it is currently possible?

Jedidiah Mitchell

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Aura FX Studios
I'd also like to know if this can be done through the Python API -- haven't been able to find relevant commands in the reference doc though.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Hello!

Can you please check a recently published script related to the laser scans data processing:
https://github.com/agisoft-llc/metashape-scripts/blob/master/src/samples/laser_scans_workflow.py
Do you get all the required information from it?
Best regards,
Alexey Pasumansky,
Agisoft LLC