Giter Club home page Giter Club logo

Comments (3)

ChienDuong avatar ChienDuong commented on June 14, 2024 1

I think we have one thing in saving frames I would like to take note, may it can help someone :
When recording data, points and vertices are saved into the bin files in Clients. But, the bodies are not saved.
Then, after click the button again to save the data. When Saving frames, Clients read those recorded frames . However, when Clients sends to sever, they send (points + colors+ m_vLastFrameBody). Thus, the Skeletons in current version will not synchronize with pointcloud when saving.

To solve the problem, when recording, in WriteFrame, we also need to write the Bodies information, then read it and send to Sever.

Best,
Chien

from livescan3d.

MarekKowalski avatar MarekKowalski commented on June 14, 2024

Hi,

Yes the data can be saved to .ply format.

During recording the .bin file is treated as a temporary buffer by the client.
Once the recording is finished, the clients send the recorded frames to the server, which subsequently saves them as .ply files in the directory specified in the main window of the server app.

Let me know if that answers your questions.

Thanks,

Marek

from livescan3d.

MarekKowalski avatar MarekKowalski commented on June 14, 2024

Hi Chien,

That's a good point. While in the current version the skeleton data is not saved during sequence recording, this might be confusing to someone who wants to add that option.

Thanks,

Marek

from livescan3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.