#include <opencv2/core.hpp>
#include "SENSFrame.h"
#include "SENSException.h"
#include "SENSCalibration.h"
#include <atomic>
#include <map>
#include <thread>
#include <algorithm>
#include "SENSUtils.h"
#include <HighResTimer.h>
Go to the source code of this file.
- Authors
- Michael Goettlicher, Marcus Hudritsch
- Date
- Winter 2016
- Copyright
- http://opensource.org/licenses/GPL-3.0
Definition in file SENSCamera.h.
◆ SENSCameraFacing
Definition of camera facing.
| Enumerator |
|---|
| FRONT | |
| BACK | |
| EXTERNAL | |
| UNKNOWN | |
Definition at line 27 of file SENSCamera.h.
◆ SENSCameraFocusMode
Definition of autofocus mode.
| Enumerator |
|---|
| CONTINIOUS_AUTO_FOCUS | |
| FIXED_INFINITY_FOCUS | |
| UNKNOWN | |
Definition at line 48 of file SENSCamera.h.
◆ getPrintableFacing()
mapping of SENSCameraFacing to a readable string
Definition at line 36 of file SENSCamera.h.
43 default:
return "UNKNOWN";
◆ getPrintableFocusMode()
mapping of SENSCameraFocusMode to a readable string
Definition at line 56 of file SENSCamera.h.
62 default:
return "UNKNOWN";