Open lu-zero opened 10 years ago
As per the SDK documentation you have to
VideoInputFormatChanged
callbackBMDDeckLinkSupportsInputFormatDetection
is truebmdVideoInputEnableFormatDetection
to EnableVideoInput()
Once that is done given that bmdcapture cannot support mid-stream changes it needs to reconfigure as usual again and starts capturing normally.
This way should be possible to guess the video input.