Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

in short: no, there's no (automatic) attempt done, to synchronize your input to the VideoWriter.

all you can do, is measure your current fps, and adjust e.g. waitKey() or sleep() times.

in short: no, there's no (automatic) attempt done, to synchronize the VideoWriter to your input to the VideoWriter.input.

all you can do, is measure your current fps, and adjust e.g. waitKey() or sleep() times.

in short: no, there's no (automatic) attempt done, to synchronize the VideoWriter to your input.

all you can do, do is the reverse: measure your current fps, and adjust e.g. waitKey() or sleep() times.times. (synchronize your input to the VideoWriter)