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?
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:
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)