Regarding this callback function in the ds-example plugin, is it only called whenever there is an inflow of data? Or is it only called when there is an inference result?
/**
* Called when element recieves an input buffer from upstream element.
*/
static GstFlowReturn
gst_dsexample_transform_ip (GstBaseTransform * btrans, GstBuffer * inbuf)
{
}
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
These are two same scenarios. It’s called when there is a gstbuffer through. The data and inference result are binding with gstbuffer.