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