|
Hey all,
I am trying to force the playback to ‘Snap and Play on Frames’ but I cant get it to work. This executes without errors, but doesn’t do anything.
from pyfbsdk import * FBTransportSnapMode.kFBTransportSnapModeSnapAndPlayOnFrames
Am I missing something here? I have had to much cold medication, so thats my excuse…
|
|
|
|
Good you have excuse, here is how to do it ;)
from pyfbsdk import *
FBPlayerControl().SnapMode = FBTransportSnapMode.kFBTransportSnapModeSnapAndPlayOnFrames
|
|
|
|
It was the night-qil, I swear it was ;)
Thanks as always KxL.
|
|
|