SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SL.h>
#include <CVTypedefs.h>
#include <CVImage.h>
#include <Averaged.h>
#include <opencv2/opencv.hpp>
#include <CVCamera.h>
#include <HighResTimer.h>
Go to the source code of this file.
Classes | |
class | CVCapture |
Encapsulation of the OpenCV Capture Device and holder of the last frame. More... | |
Enumerations | |
enum | CVVideoType { VT_NONE = 0 , VT_MAIN = 1 , VT_SCND = 2 , VT_FILE = 3 } |
Video type if multiple exist on mobile devices. More... | |
enum CVVideoType |
Video type if multiple exist on mobile devices.
Enumerator | |
---|---|
VT_NONE | No camera needed. |
VT_MAIN | Main camera on all on all all devices. |
VT_SCND | Selfie camera on mobile devices. |
VT_FILE | Loads a video from file with OpenCV. |
Definition at line 39 of file CVCapture.h.