rjhowell44
rjhowell44
New services to set/get a `frame-limit` for a named ODE Trigger. Similar to the `event-limit`, the Trigger will be auto-disabled once the frame limit (if non-zero, default) has been reached....
New services to get/set the device location from a USB Source. ```C /** * @brief Gets the device location setting for the named USB Source. A unique * device-location is...
New CSI camera services to get/set the sensor-id ```C /** * @brief Gets the sensor-id setting for the named CSI Source. A unique * sensor-id is assigned to each CSI...
The current implementation does not set the device-location, leaving the setting to default to `/dev/video0`. . Therefore, only once USB camera can be used. The constructor will be updated to...
The current implementation fixes the sensor-id to 1. Therefore, only once CSI camera can be used. The constructor will be updated to generate the unique `sensor-id`. Rules are as follows....
The PadProbeHandlers added to a Bintr's sink or src pad are maintained/executed in an ordered map indexed by handler name. This needs to be fixed so they are executed in...
Parameter guard was based on an early, invalid assumption.
There are a couple of key use cases where the size of the bbox - as specified by the PGIE - is obstructive. * viewing small objects - the line-width...
Currently, if you don't stop all running Pipelines and Players before calling `dsl_main_loop_quit` calling `dsl_delete_all` will lead to a deadlock. The `dsl_main_loop_quit` service should check to see if there are...
Implement new components for RidgeRun's Inter-Pipe plugins. The official Inter-Pipe user documentation is held at [RidgeRun's Developers Wiki](http://developer.ridgerun.com/wiki/index.php?title=GstInterpipe) The Inter-Pipe API reference can be found here [GitHub's project page](http://ridgerun.github.io/gst-interpipe/). New...