![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SENSCvCamera.h>
Public Member Functions | |
| SENSCvCameraConfig (const SENSCameraDeviceProps *deviceProps, const SENSCameraStreamConfig *streamConfig, int targetWidth, int targetHeight, int manipWidth, int manipHeight, bool mirrorH, bool mirrorV, bool convertManipToGray) | |
Public Attributes | |
| const SENSCameraDeviceProps * | deviceProps |
| const SENSCameraStreamConfig * | streamConfig |
| const int | targetWidth |
| largest target image width (only BGR) More... | |
| const int | targetHeight |
| largest target image width (only BGR) More... | |
| const int | manipWidth |
| width of smaller image version (e.g. for tracking) More... | |
| const int | manipHeight |
| height of smaller image version (e.g. for tracking) More... | |
| const bool | mirrorH |
| mirror image horizontally after capturing More... | |
| const bool | mirrorV |
| mirror image vertically after capturing More... | |
| const bool | convertManipToGray |
| provide gray version of small image More... | |
Definition at line 19 of file SENSCvCamera.h.
|
inline |
Definition at line 22 of file SENSCvCamera.h.
| const bool SENSCvCameraConfig::convertManipToGray |
provide gray version of small image
Definition at line 58 of file SENSCvCamera.h.
| const SENSCameraDeviceProps* SENSCvCameraConfig::deviceProps |
Definition at line 43 of file SENSCvCamera.h.
| const int SENSCvCameraConfig::manipHeight |
height of smaller image version (e.g. for tracking)
Definition at line 52 of file SENSCvCamera.h.
| const int SENSCvCameraConfig::manipWidth |
width of smaller image version (e.g. for tracking)
Definition at line 50 of file SENSCvCamera.h.
| const bool SENSCvCameraConfig::mirrorH |
mirror image horizontally after capturing
Definition at line 54 of file SENSCvCamera.h.
| const bool SENSCvCameraConfig::mirrorV |
mirror image vertically after capturing
Definition at line 56 of file SENSCvCamera.h.
| const SENSCameraStreamConfig* SENSCvCameraConfig::streamConfig |
Definition at line 44 of file SENSCvCamera.h.
| const int SENSCvCameraConfig::targetHeight |
largest target image width (only BGR)
Definition at line 48 of file SENSCvCamera.h.
| const int SENSCvCameraConfig::targetWidth |
largest target image width (only BGR)
Definition at line 46 of file SENSCvCamera.h.