rjhowell44

Results 81 issues of rjhowell44

Need to setup some repeatable, formalized testing for dsl.py.. Something simple for now, solely for testing the ctypes mapping. DSL API testing will continue to be done via the C...

help wanted

When dynamically adding multiple file sources - pipeline receives EOS event when last file completes. So why is there no EOS event if any of the file sources are dynamically...

bug

define and implement message broker services.

enhancement

Better manage obj files so they are not mixed src's ... and need to exclude all Catch test objs when building lib

enhancement

The name should have been updated when the `dsl_ode_trigger_tracker_confidence_min_get/set` services were added. This is part of an effort to fix/correct all names before moving to first beta

rename

Problem - the NVIDIA tiler plugin sets the frame-number to 0 for all outgoing frames. Solution - add new services to get/set a new feature of the DSL Tiler component,...

enhancement

New ODE Action to remove an object's metadata from the current frame's metadata ```C /** * @brief Creates a uniquely named Remove Object ODE Action, that removes an * object's...

enhancement

New services to set a maximum inference confidence filter for all triggers - similar/opposite of the current minimum inference confidence service. ```C /** * @brief Gets the current maximum confidence...

enhancement

New services to set a maximum tracker confidence filter for all triggers - similar/opposite of the current minimum inference confidence service. ```C /** * @brief Gets the current maximum Tracker...

enhancement

Changing the name from * `dsl_ode_trigger_limit_get` * `dsl_ode_trigger_limit_set` to * `dsl_ode_trigger_limit_event_get` * `dsl_ode_trigger_limit_event_set` This is to prepare for the new Trigger Frame Limit services.

rename