6#include <boost/process.hpp>
14 auto process_cmd = boost::process::search_path(
"python3").string();
17 std::string process_name = (std::filesystem::current_path() /
18 "face_mesh_server.py").
string();
29 err = execlp(process_cmd.c_str(), process_cmd.c_str(), process_name.data(), NULL);
32 std::cout <<
"Could not execute python server" << std::endl;
This class performs the rendering of the scene. This has been included inside a class for better orga...