Can I combine videos with different framerates with nvbuffercomposite?

Hello,

Can I combine videos with different framerates with nvbuffercomposite?

If possible, do you have a sample?

Thank you.

Hi,
No. You would need to duplicate the frames from lower-fps source. For example, one source is 15fps and the other is 30fps, each frame from 15fps would need to be composited twice.

1 Like

Hello,

In the case of multi-camera, the framerate of each camera may be different, right?
Then, in this case, you mean that there is no way to make inferences at once by composite, right?

But will there be such a demand?

Thank you.