mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
aja: Fix Kona1 not auto-detecting capture pixel format
This commit is contained in:
committed by
Colin Edwards
parent
50aec9c2a0
commit
87ce26cfca
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user