Classes | |
struct | CameraMode |
Data structure describing the size, frame rate and format of a camera frame. More... | |
struct | CameraIntrinsics |
Properties required to support the intrinsics for a camera. More... | |
struct | CameraFrame |
Data structure describing a camera frame. More... | |
class | CameraCallback |
Interface to deliver camera frames to Vuforia. More... | |
class | ExternalCamera |
Interface used by Vuforia to interact with the external camera implementation. More... | |
Enumerations | |
enum class | PixelFormat : int32_t { UNKNOWN , YUYV , NV12 , NV21 , RGB888 , RGBA8888 , YUV420P , YV12 } |
List of supported pixel formats for camera frames. More... | |
enum class | FocusMode : int32_t { UNKNOWN , AUTO , CONTINUOUS_AUTO , MACRO , INFINITY_FOCUS , FIXED } |
Camera focus modes. More... | |
enum class | ExposureMode : int32_t { UNKNOWN , AUTO , CONTINUOUS_AUTO , MANUAL , SHUTTER_PRIORITY } |
Camera exposure modes. More... | |
|
strong |
List of supported pixel formats for camera frames.
|
strong |
|
strong |