Open Multiple Cameras to Same Dataset

Hello,

I have a lidar dataset that I am running SLAM on. I would like to open two cameras following this scene (the first will be an ‘overhead’ view, while the second has a custom animation applied to it). How can I set up two cameras to view the scene at the same time?

Thanks

Hi @figbar,

To set up multilple cameras on the same dataset, you can use the split view button, and show the slam algorithm on the second view:

output

You can then use the Python or Camera animation of the Time Manager (View > Time Manager) to make custom animations. We have some python script in LidarView that could help you set up camera animation (more info here)

Hope this helps,
Timothée

I see, thank you, I missed that the pipeline objects in the new view were hidden by default