prominenceai/deepstream-services-library
A shared library of on-demand DeepStream Pipeline Services for Python and C/C++
C++MIT
Issues
- 0
Pipeline State Manger to stop the Pipeline and quit the main-loop on EOS if there are no added "EOS Event Handlers"
#1293 opened by rjhowell44 - 0
Window Sink to initiate Pipeline Stop and main-loop quit if there are no added "Delete Event Handlers"
#1292 opened by rjhowell44 - 0
Revisit Player Termination Listener implementation. Should it be replace with the stadard EOS Handler?
#1291 opened by rjhowell44 - 0
- 0
object class 'GstNvJpegDec' has no property named 'DeepStream' - property removed in DS ??
#1286 opened by rjhowell44 - 0
Implement new ODE Area Trigger (dsl_ode_trigger_area_new) to trigger on the area of an Object's bounding box.
#1285 opened by rjhowell44 - 0
Implement Component Queue get/set services and callbacks: leaky, current-level, max-size, min-threshold, underrun, and overrun
#1225 opened by rjhowell44 - 0
- 0
Rename/move dsl_gst_bin_* services to dsl_component_custom_* and refactor to include input queue; derive from QBintr.
#1231 opened by rjhowell44 - 0
Implement new Custom Source Component API - A Custom Video Source made from Custom GST Elements.
#1233 opened by rjhowell44 - 0
Implement new DSL GST Caps Object API - will be used to set/get the caps property of a DSL GST Element.
#1234 opened by rjhowell44 - 0
Add new DSL GST Element caps property get/set services
#1235 opened by rjhowell44 - 0
Perform memory leak detection on all DSL Components and compare DSL Pipelines with non DSL DS Pipelines - Fix any found.
#1243 opened by rjhowell44 - 0
- 0
Create/investigate secondary approach to sending final EOS on dsl_pipeline_stop
#1246 opened by rjhowell44 - 0
- 0
Implement new Custom Sink Component API - A Custom Video Sink made from Custom GST Elements
#1250 opened by rjhowell44 - 0
Eliminate secondary queue from OSD Component (OsdBintr) - use single common input queue for nvconverter and nvosd
#1253 opened by rjhowell44 - 0
Several ODE Actions dereference a null pointer if used by a Frame level ODE Trigger
#1255 opened by rjhowell44 - 0
Distance Trigger is falsly triggering if maximum is set to uint max because of overflow when calculating percentage
#1256 opened by rjhowell44 - 0
Remove the Non-Maximum Processor PPH
#1258 opened by rjhowell44 - 0
- 0
Call to NVIDIA's NvDsSRDestroy function blocks indefinately if Pipeline stoped while recording in progress. (NVIDIA Bug)
#1265 opened by rjhowell44 - 7
- 0
Encode sink parameter "interval" is incorrectly named and documented. Rename to "iframe_interval"
#1272 opened by rjhowell44 - 0
Extend Encode Sinks to support H264/H265/MPEG4 software encoding; File, Record, RTMP, RTSP-Client, RTSP-Server, WebRTC
#1273 opened by rjhowell44 - 0
Encode sink parameter "codec" is incorrectly named and documented. Rename to "encoder"
#1274 opened by rjhowell44 - 0
- 0
- 0
- 0
Pipelines with a WebRTC Sink can lock up on connection - especially on faster dGPU machines.
#1279 opened by rjhowell44 - 8
- 0
Implement new dsl_tap_record_max_size_get/set and dsl_sink_record_max_size_get/set services
#1264 opened by rjhowell44 - 0
Update smart-record examples to set cache-size and max-size (new) based on start and duration parameters.
#1266 opened by rjhowell44 - 4
WebRTC - Help for Understanding
#1260 opened by Ben93kie - 1
Test cases with Multi-Image Source are failing witth "SIGSEGV - Segmentation violation signal" with DeepStream 7.0
#1211 opened by rjhowell44 - 0
Pipeline fails to receive eos and complete async stop with http uri due to buffering.
#1242 opened by rjhowell44 - 1
Fix and complete the V4L2 Sink - revert previous invalid change, and add test coverage and examples
#1238 opened by rjhowell44 - 5
dsl_remuxer_branch_remove
#1236 opened by shancaidazf - 3
how to pMapperedBuffer to opencv Mat?
#1224 opened by kimsjpk1 - 1
Pipeline with Secondary Inference components and a Message Sink fail to fully transition to a playing state
#1202 opened by rjhowell44 - 1
Remove unnecessary tee and fake sink from the IoT Message Sink Component.
#1203 opened by rjhowell44 - 1
- 0
Add examples and overview to cover how to work with opencv in an Custom Pad Probe Handler
#1209 opened by rjhowell44 - 1
Set DSL_PIPELINE_LINK_METHOD_DEFAULT to DSL_PIPELINE_LINK_METHOD_BY_ADD_ORDER
#1212 opened by rjhowell44 - 1
Update conditional WebRTC Sink build inclussion - make boolean vs tied to gstreamer version
#1216 opened by rjhowell44 - 1
WebRTC Sink Inatallation Instructions missing dependencies for DS 6.4/7.0 GST 1.20
#1217 opened by rjhowell44 - 1
V4L2 Source is failing to play when running on dGPU - currently using wrong plugin
#1219 opened by rjhowell44 - 2
DSL src/DslPipelineStateMgr.cpp:472:HandleErrorMessage: : Error message 'Internal data stream error.' received from 'tiler-queue'
#1206 opened by hadestyz - 7
Can not run Makefile with OpenCV or FFmpeg
#1201 opened by subzeromot