aja: Fix Kona1 not auto-detecting capture pixel format

This commit is contained in:
Paul Hindt
2022-01-14 21:24:49 -08:00
committed by Colin Edwards
parent 50aec9c2a0
commit 87ce26cfca
+4 -5
View File
@@ -487,12 +487,11 @@ bool AJASource::ReadWireFormats(NTV2DeviceID device_id, IOSelection io_select,
if (NTV2_INPUT_SOURCE_IS_SDI(src)) {
if (NTV2DeviceHasBiDirectionalSDI(device_id)) {
mCard->SetSDITransmitEnable(channel, false);
mCard->WaitForInputVerticalInterrupt(channel);
VPIDData vpid_data;
if (ReadChannelVPIDs(channel, vpid_data))
vpids.push_back(vpid_data);
}
mCard->WaitForInputVerticalInterrupt(channel);
VPIDData vpid_data;
if (ReadChannelVPIDs(channel, vpid_data))
vpids.push_back(vpid_data);
} else if (NTV2_INPUT_SOURCE_IS_HDMI(src)) {
mCard->WaitForInputVerticalInterrupt(channel);