Replies: 1 comment 6 replies
-
Where is your MCAP file hosted, and where is your Docker container running Lichtblick hosted ? I’m not sure I understood correctly — does the slowdown only happen with .bag files, or do .mcap files also experience the same lag? Which browser are you using? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,I deployed the "lichtblick" project into Docker, and then used NGINX to generate a URL that others can access to display my mcap data.

However, my mcap data is too large - it's 3.5 GB in size. Therefore, during the loading process, there will be a long wait time.
My source data is in the bag format. The size of this bag file is 16GB. I converted this bag file into an mcap file, and then cropped the time axis of this mcap file. As a result, the scene information only contains 20 seconds of data, and the size of this file is only 3.5GB.And My network's data transmission bandwidth is 90 Mbps.
Could you please tell me if there is any way to speed up the visualization process of lichtblick?
Beta Was this translation helpful? Give feedback.
All reactions