Hello,
I am trying to calibrate the colors of each frame of my multi-frame chunk.
This is my code :
for frame in doc.chunk.frames:
frame.calibrateColors(Metashape.PointCloudData)
Only the colors of the first frame get calibrated.
What am I doing wrong here ?
Best regards,
Glenn
PS : Using Metashape.ModelData instead of Metashape.PointCloudData give me very weird results.