deepstream-services-library
deepstream-services-library copied to clipboard
Implement new Remove Object ODE Action - dsl_ode_action_object_remove_new
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);
Merged into v0.26.alpha