A problem of "decode_unit_sample"

When I use jetson_multimedia_api-decoder_unit_sample demo to decode a video, I find the first decoded image came out until I fed 8 frames of image.
How can I reduce the queue size?What I expect is when I fed a frame,a decoded image comes out.
Thanks!

Hi,
This is possible since H264/H265 stream is encoded by referring to other frames. Certain frames have to be kept for decoding. You may try to decode the stream with reference frame =1.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.