Banuba SDK
Loading...
Searching...
No Matches
Enumerations
camera_orientation.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  camera_orientation : int { deg_0 , deg_90 , deg_180 , deg_270 }
 

Enumeration Type Documentation

◆ camera_orientation

enum class bnb::interfaces::camera_orientation : int
strong

Definition at line 14 of file camera_orientation.hpp.

14 : int {
15 deg_0,
16 deg_90,
17 deg_180,
18 deg_270,
19};