Skip to content

Welcome

Thanks for your interest in using the FreeMoCap software! We're excited to have you here, and we're looking forward to seeing what you create with this tool ❀ πŸ’€ πŸ‘‹

FreeMoCap runs on Windows, Mac (ARM and Intel), and Linux operating systems.

Follow the instructions below, starting with the environment setup and package installation steps and you'll be up and running in no time!

Head on over to our Discord and let us know if you run into any issues getting FreeMoCap running on your machine. We're always working to improve cross-platform compatibility and appreciate your feedback.

Now let's get started capturing some motion!

First step πŸ‘‰ Install the software

Basic FreeMoCap WorkflowΒΆ

graph TD
    installation(Installation)
    setup(Setup)
    calibrate(Calibrate Capture Volume)  
    record_videos(Record/Process Motion Capture Videos)    
    visualize(Visualization)
    analysis(Analysis)

    installation-->setup
    setup --if single camera---> record_videos
    setup -- if multiple cameras ---> calibrate    
    calibrate --> record_videos    

    record_videos --> visualize
    record_videos --repeat---> analysis

    visualize --> analysis
    visualize --> record_videos

    analysis -->  visualize
    analysis --forever---> record_videos