I want to modify deepstream_test3 to use my tracker , i need to get frame after detection to insert it into the tracker . my problem that i can’t get the frame in c or c++ codes.
this website solves the similar problem but it’s python / I cant find the same function
n_frame = pyds.get_nvds_buf_surface(hash(gst_buffer), frame_meta.batch_id)
in c codes.