Open clabe45 opened 1 year ago
I recently found out that the frameRate option to Movie.stream() and Movie.record() specifies the max frames per second in the stream/recording (see here and here). The methods' docstrings imply that it is the constant fps.
frameRate
Movie.stream()
Movie.record()
I recently found out that the
frameRate
option toMovie.stream()
andMovie.record()
specifies the max frames per second in the stream/recording (see here and here). The methods' docstrings imply that it is the constant fps.