SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
CVCamera.cpp
Go to the documentation of this file.
1 #include <CVCamera.h>
2 
4  : _type(type),
5  calibration(type, "")
6 {
7 }
CVCameraType
Definition: CVTypes.h:62
CVCamera(CVCameraType type)
Definition: CVCamera.cpp:3