rjhowell44

Results 81 issues of rjhowell44

This is caused by the MessageSink's internal fake sink which is using a default setting of asyn=true. The property needs to be set to false for all Sinks. The solution...

bug

Not only is this unnecessary, but it is currently causing issue #1202

enhancement

New services for the IoT Message Sink ```c /** * @brief Enables payload dumping/debugging for the named Message Sink . * @param name unique name of the Message Sink to...

Need to traverse the Object's classifier_meta_list to extract any labels that have been created. For example, the Print action will do as follows: ```c if (pObjectMeta->classifier_meta_list) { std::cout next) {...

bug
enhancement

Objects labels are anchored to the Object's bbox which can fluctuate greatly from frame to frame. This make reading the object label difficult as it jumps around in view with...

enhancement

A new ODE Action to draw a line from the label's x and y coordinates to a specific point on the object's bbox. The Action is designed to be used...

enhancement

The current Tracking algorithm(s) delete a tracked object once it is no longer found in frame, however, the Tracker libs are capable or reacquiring objects once reported by the inference...

bug
enhancement