Add secondary camera name for PS3Eye (#1920)

This commit is contained in:
Banks T
2019-10-07 01:18:49 -04:00
committed by Peter Johnson
parent 2b4894038e
commit 56d782b16c

View File

@@ -1154,7 +1154,8 @@ void UsbCameraImpl::SetQuirks() {
wpi::StringRef desc = GetDescription(descbuf);
m_lifecam_exposure =
desc.endswith("LifeCam HD-3000") || desc.endswith("LifeCam Cinema (TM)");
m_ps3eyecam_exposure = desc.endswith("Camera-B4.04.27.1");
m_ps3eyecam_exposure =
desc.endswith("Camera-B4.04.27.1") || desc.endswith("Camera-B4.09.24.1");
}
void UsbCameraImpl::SetProperty(int property, int value, CS_Status* status) {