patrikhuber / 4dface

Real-time 3D face tracking and reconstruction from 2D video

Home Page:https://www.4dface.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the obj files

Monjur-Mahathir opened this issue · comments

Is there any way to continuously save the 3d face models so that I can get a 4d obj file?i can see the rendering but cant save them

Hi, sorry for the late reply. You can use eos's write_obj(...) or write_textured_obj(...) function - it's already used in the current example (

core::write_textured_obj(neutral_expression, "current_merged.obj");
), you could just call that every frame.