deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Implement new Remove Object ODE Action - dsl_ode_action_object_remove_new

Open rjhowell44 opened this issue 2 years ago • 1 comments

New ODE Action to remove an object's metadata from the current frame's metadata


/**
 * @brief Creates a uniquely named Remove Object ODE Action, that removes an
 * object's metadata from the current frame's metadata.
 * @param name unique name for the Remove Object ODE Action.
 * @return DSL_RESULT_SUCCESS on success, one of DSL_RESULT_ODE_ACTION_RESULT otherwise.
 */
DslReturnType dsl_ode_action_object_remove_new(const wchar_t* name);

rjhowell44 avatar Sep 07 '22 22:09 rjhowell44

Merged into v0.26.alpha

rjhowell44 avatar Sep 27 '22 01:09 rjhowell44