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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
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)