I’m trying to disable the NvOSD and EGL so that my pipeline can run faster. The development guide (https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html#page/DeepStream_Development_Guide/deepstream_ref_app_deepstream_app.html#wwpID0E0EB0HA) has enable flags.
I’m modifying the deepstream_test_1 application. I’ve tried creating a config-file and using g_object_set(nvosd, "enable", 0)
, but they seem to have no effect.
I’m confused how the nvosd and sink properties are set?
Much thanks!