Merge pull request #3567 from vbystricky:intelperc_fix
This commit is contained in:
commit
9c872f5316
@ -37,7 +37,7 @@ public:
|
|||||||
virtual double getProperty(int propIdx) const;
|
virtual double getProperty(int propIdx) const;
|
||||||
virtual bool setProperty(int propIdx, double propVal);
|
virtual bool setProperty(int propIdx, double propVal);
|
||||||
protected:
|
protected:
|
||||||
PXCSmartPtr<PXCCapture::Device> m_device;
|
mutable PXCSmartPtr<PXCCapture::Device> m_device;
|
||||||
bool initDevice(PXCSession *session);
|
bool initDevice(PXCSession *session);
|
||||||
|
|
||||||
PXCSmartPtr<PXCCapture::VideoStream> m_stream;
|
PXCSmartPtr<PXCCapture::VideoStream> m_stream;
|
||||||
|
Loading…
Reference in New Issue
Block a user