mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Add exposure quirk for LifeCam Cinema. (#111)
This is the same quirk as the LifeCam HD-3000. Fixes #110.
This commit is contained in:
@@ -166,7 +166,7 @@ class UsbCameraImpl : public SourceImpl {
|
||||
std::thread m_cameraThread;
|
||||
|
||||
// Quirks
|
||||
bool m_hd3000{false}; // Microsoft LifeCam HD-3000
|
||||
bool m_lifecam_exposure{false}; // Microsoft LifeCam exposure
|
||||
|
||||
//
|
||||
// Variables protected by m_mutex
|
||||
|
||||
Reference in New Issue
Block a user