MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / _OPRun

Function _OPRun

src/openpose/unity/unityBinding.cpp:461–471  ·  view source on GitHub ↗

Start openpose safely

Source from the content-addressed store, hash-verified

459 extern "C" {
460 // Start openpose safely
461 OP_API void _OPRun()
462 {
463 try
464 {
465 openpose_main();
466 }
467 catch (const std::exception& e)
468 {
469 errorDestructor(e.what(), __LINE__, __FUNCTION__, __FILE__);
470 }
471 }
472
473 // Stop openpose safely
474 OP_API void _OPShutdown()

Callers

nothing calls this directly

Calls 3

openpose_mainFunction · 0.85
whatMethod · 0.80
errorDestructorFunction · 0.50

Tested by

no test coverage detected