Fly over the trajectory of mobile mapping point clouds

To post any request/idea for new functionalities
Post Reply
hrasti
Posts: 1
Joined: Fri Jun 09, 2023 9:07 pm

Fly over the trajectory of mobile mapping point clouds

Post by hrasti »

Hi,

In mobile mapping data, usually, there is a trajectory file that shows the sensor locations during data collection. I want to make an animation by flying over this trajectory and through the data again virtually. By using the GPS_Time attribute we can sort these points. Therefore, all viewpoints can be created automatically with the location of points and orientation to the next point. I wonder if we can add this functionality to the animation plug-in to use the trajectory for creating the viewpoints.
Thank you for making point cloud processing easy.

Best regards,
Heidar
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Fly over the trajectory of mobile mapping point clouds

Post by daniel »

Well, that would be a good feature indeed, but not that easy to implement. I'll add it to the TODO list.
Daniel, CloudCompare admin
PablerasBCN
Posts: 284
Joined: Sat Jan 20, 2018 1:57 pm

Re: Fly over the trajectory of mobile mapping point clouds

Post by PablerasBCN »

what you could do is use a game engine.

Unreal or Unity.

Unreal I believe supports point clouds with native plugin, I've not used.

i use Unity. There is a 90€ plugin that can stream "infine" .las datasets. Here an example with a mobile mapping dataset.

https://youtu.be/F0s-kML-DC4

Here i'm moving camera manually but I'm sure you could build an spline with tyour gps points and move camera along.
Post Reply