SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
WebCamera.h File Reference

Interface to access the camera through the browser. More...

#include <CVTypedefs.h>
Include dependency graph for WebCamera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WebCamera
 Interface to access the camera in the browser. More...
 

Enumerations

enum class  WebCameraFacing { FRONT = 0 , BACK = 1 }
 Facing modes for the camera. More...
 

Detailed Description

Interface to access the camera through the browser.

Date
October 2022
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file WebCamera.h.

Enumeration Type Documentation

◆ WebCameraFacing

enum WebCameraFacing
strong

Facing modes for the camera.

Enumerator
FRONT 
BACK 

Definition at line 18 of file WebCamera.h.

19 {
20  FRONT = 0,
21  BACK = 1
22 };