mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 07:14:11 +02:00
remove LIBVPX from webcam
This commit is contained in:
parent
6e363e4aae
commit
6de68ce31c
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
|||
#include <XnCppWrapper.h>
|
||||
#endif
|
||||
|
||||
#ifdef LIBVPX
|
||||
#include <vpx_codec.h>
|
||||
#endif
|
||||
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
|
@ -90,7 +92,7 @@ private:
|
|||
float _initialFaceDepth;
|
||||
JointVector _joints;
|
||||
KeyPointVector _keyPoints;
|
||||
|
||||
|
||||
glm::quat _initialLEDRotation;
|
||||
glm::vec3 _initialLEDPosition;
|
||||
float _initialLEDScale;
|
||||
|
@ -148,8 +150,10 @@ private:
|
|||
cv::Mat _grayDepthFrame;
|
||||
float _smoothedMidFaceDepth;
|
||||
|
||||
#ifdef LIBVPX
|
||||
vpx_codec_ctx_t _colorCodec;
|
||||
vpx_codec_ctx_t _depthCodec;
|
||||
#endif
|
||||
int _frameCount;
|
||||
cv::Mat _faceColor;
|
||||
cv::Mat _faceDepth;
|
||||
|
|
Loading…
Reference in a new issue