Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

VideoWriter with variable FPS

Hello,

I've been struggling with this one for a very long time. I have a couple of IP camera's connected through a WIFI connection, what I would like to achieve is to record the stream of each of those cameras by using the VideoWriter class.

An issue I have is that the FPS is depending on the WIFI connection. If the connection goes slower, the FPS defined in the constructor of the VideoWriter, does not meet with the actual situation.

Is there anyone here who've found a workaround for this type of situations? The big issue is that the video is playing at different speeds.

Thank you all for your help and advice.

PS: please don't recommend sleep or blocking functions, this will not help.

Cédric

VideoWriter with variable FPS

Hello,

I've been struggling with this one for a very long time. I have a couple of IP camera's connected through a WIFI connection, what I would like to achieve is to record the stream of each of those cameras by using the VideoWriter class.

An issue I have is that the FPS is depending on the WIFI connection. If the connection goes slower, the FPS defined in the constructor of the VideoWriter, does not meet with the actual situation.FPS retrieved.

Is there anyone here who've found a workaround for this type of situations? The big issue is that the video is playing at different speeds.

Thank you all for your help and advice.

PS: please don't recommend sleep or blocking functions, this will not help.

Cédric

VideoWriter with variable FPS

Hello,

I've been struggling with this one for a very long time. I have a couple of IP camera's connected through a WIFI connection, what I would like to achieve is to record the stream of each of those cameras by using the VideoWriter class.

An issue I have is that the FPS is depending on the WIFI connection. If the connection goes slower, the FPS defined in the constructor of the VideoWriter, does not meet match with the actual FPS retrieved.

Is there anyone here who've found a workaround for this type of situations? The big issue is that the video is playing at different speeds.

Thank you all for your help and advice.

PS: please don't recommend sleep or blocking functions, this will not help.

Cédric