winrt: fix camera preview on Lumia 530
Lumia 530 has the same QTBUG-44838 device bug that gives black frames when blitting to the target texture for image preview. Add it to workaround blacklist. Task-number: QTBUG-45920 Change-Id: Ia411793b90e487fa57b943ed7f01e370bfb84a1f Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
|||||||
hr = deviceInfo->get_SystemSku(deviceModel.GetAddressOf());
|
hr = deviceInfo->get_SystemSku(deviceModel.GetAddressOf());
|
||||||
Q_ASSERT_SUCCEEDED(hr);
|
Q_ASSERT_SUCCEEDED(hr);
|
||||||
m_flags |= bufferLockRequired(L"NOKIA RM-976", deviceModel);
|
m_flags |= bufferLockRequired(L"NOKIA RM-976", deviceModel);
|
||||||
|
m_flags |= bufferLockRequired(L"NOKIA RM-1019", deviceModel);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user