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.
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.