Skip to content

Fix: Sort cameras by ID using ordered map

Replaced the unordered_map to parse the camera by a standard map. This is needed to sort the cameras correctly so that the order of rendering is made by ID. This makes it much easier to create videos.

Merge request reports

Loading