Is there some place to change the project FPS based on a data source? For example, I want it to either match the SDI input frame rate, or have a user button in the perform mode UI to change it manually.
you can set you project’s FPS by this Python line:
project.cookRate = 30
which will result in a FPS of 30.
1 Like