|
cgv
|
defines camera class for camera provided by vr_kit More...
#include <cstdint>#include <string>#include <vector>#include "lib_begin.h"#include <cgv/config/lib_end.h>Go to the source code of this file.
Classes | |
| class | vr::vr_camera |
| interface for mono or stereo cameras in VR headsets More... | |
Namespaces | |
| namespace | vr |
| the vr namespace for virtual reality support | |
Enumerations | |
| enum | vr::CameraState { CS_UNINITIALIZED , CS_INITIALIZED , CS_STARTED } |
| different status values for a vr camera More... | |
| enum | vr::CameraFrameFormat { CFF_RGBA = 0 } |
| currently only a single frame format supported More... | |
| enum | vr::CameraFrameSplit { CFS_NONE = 0 , CFS_VERTICAL , CFS_HORIZONTAL } |
| in case of stereo cameras a frame contains images of both eyes either split vertically (left right) or horizontally (top bottom) More... | |
defines camera class for camera provided by vr_kit
Definition in file vr_camera.h.