deepstream-occupancy-analytics
deepstream-occupancy-analytics copied to clipboard
Error on running: GLib-GObject-CRITICAL ** g_object_set: assertion 'G_IS_OBJECT (object)' failed ** ERROR: <create_render_bin:99>: Failed to create 'sink_sub_bin_sink1'
When I try to execute ./deepstream-test5-analytics -c config/test5_config_file_src_infer_tlt.txt the program execution responds with this error:
(deepstream-test5-analytics:11692): GLib-GObject-CRITICAL **: 00:08:55.861: g_object_set: assertion 'G_IS_OBJECT (object)' failed (deepstream-test5-analytics:11692): GLib-GObject-CRITICAL **: 00:08:55.861: g_object_set: assertion 'G_IS_OBJECT (object)' failed ** ERROR: <create_render_bin:99>: Failed to create 'sink_sub_bin_sink1' ** ERROR: <create_render_bin:176>: create_render_bin failed ** ERROR: <create_sink_bin:776>: create_sink_bin failed ** ERROR: <create_processing_instance:802>: create_processing_instance failed ** ERROR: <create_pipeline:1294>: create_pipeline failed ** ERROR: main:1041: Failed to create pipeline Quitting App run failed
Please help me find a solution: I'm working on a Jetso Nano Developer Kit, and this is the environment:
deepstream-app version 5.1.0 DeepStreamSDK 5.1.0 CUDA Driver Version: 10.2 CUDA Runtime Version: 10.2 TensorRT Version: 7.1 cuDNN Version: 8.0 libNVWarp360 Version: 2.0.1d3
BTW, this same error happens when I try to run any of the samples that came with Deepstream SDK, on folder: samples/configs/deepstream-apps/*
Hi acespedes,
could you please increase the verbose by "export GST_DEBUG=2" and share the error log?
Yes sure, this was the output:
0:00:00.103168879 7402 0x55a6423b30 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory "nveglglessink"!
(deepstream-test5-analytics:7402): GLib-GObject-CRITICAL **: 13:18:53.391: g_object_set: assertion 'G_IS_OBJECT (object)' failed
(deepstream-test5-analytics:7402): GLib-GObject-CRITICAL **: 13:18:53.392: g_object_set: assertion 'G_IS_OBJECT (object)' failed ** ERROR: <create_render_bin:99>: Failed to create 'sink_sub_bin_sink1' ** ERROR: <create_render_bin:176>: create_render_bin failed ** ERROR: <create_sink_bin:776>: create_sink_bin failed ** ERROR: <create_processing_instance:802>: create_processing_instance failed ** ERROR: <create_pipeline:1294>: create_pipeline failed ** ERROR: main:1041: Failed to create pipeline Quitting App run failed
How did you install DS?
I installed:
JetPack: 4.5.1, with the SD Card image: https://developer.nvidia.com/jetson-nano-sd-card-image
Deepstream with following this Quickstart Guide > Method 2: Using the DeepStream tar package
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#install-the-deepstream-sdk
okay what do you get for: gst-inspect-1.0 nveglglessink