I would like to draw some simple lines using dummy data (that I kept in custom parser function). I want to know which function in NvOsd I have to change for drawing and where is this source cpp file. How to get those dummy data in nvosd?
Hi,
You may refer to sources/apps/sample_apps/deepstream-infer-tensor-meta-test/deepstream_infer_tensor_meta_test.cpp::osd_sink_pad_buffer_probe for how to get metadata, and below code could draw lines on the buffer,