Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Scene as... and CameraObject #374

Open
drouin-simon opened this issue Nov 24, 2020 · 1 comment
Open

Save Scene as... and CameraObject #374

drouin-simon opened this issue Nov 24, 2020 · 1 comment
Assignees

Comments

@drouin-simon
Copy link
Member

Camera data (images and transforms) are not saved

@nist-anka
Copy link
Contributor

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 );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants