You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I see video buffer is serialized, so the images should be saved,
Lens Displacement Transform is not saved. I am not quite sure what I should do here.Should I add
something like
::Serialize( ser, "LensDisplacementTransform", m_lensDisplacementTransform );
after void CameraObject::Serialize( Serializer * ser )
{
TrackedSceneObject::Serialize( ser );
SerializeLocalParams( ser );
::Serialize( ser, "TrackingCamera", m_trackingCamera );
Camera data (images and transforms) are not saved
The text was updated successfully, but these errors were encountered: