How to get the frame after AI infer?

Hi,

I’m working with deepstream-test5 with kafka. I’d like to send the detected frame (base64) with kafka message. How or where I can get the frame? Do I need to modify metadata?

Hi,
Please enable gst-dsexample. You can follow README to enable it.

deepstream_sdk_v4.0.2_jetson\sources\gst-plugins\gst-dsexample\README

Let me make sure I have it right.
So the frames are in the input parameter *inbuf of the function gst_dsexample_transform_ip, and they’ll be processed in get_converted_mat function?

Hi,

Yes. Two modes are demonstrated. Please try full-frame=0 or full-frame=1

Thanks very much.