Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Classes
Camera

Classes that enable applications to get access to video input. More...

Collaboration diagram for Camera:

Classes

class  SR::Camera
 Class of Sense dealing with video data. More...
 
class  SR::CameraControllerUnavailableException
 Class of Exception which indicates the CameraController can not be used at this point in time. More...
 
class  SR::CameraController
 Interface defining camera functions to control sensor parameters. More...
 
class  SR::UniqueCameraController
 Non-copyable class of CameraController interface that can only be constructed once per Camera (Camera::Descriptor) More...
 
struct  SR_videoFrame
 C-compatible struct containing an image recorded by a Camera. More...
 
class  SR::VideoFrame
 Class containing an image recorded by a Camera. More...
 
class  SR::VideoListener
 Interface for listening to SR_videoFrame updates. More...
 
class  SR::VideoStream
 Stream of SR_videoFrame objects. More...
 

Detailed Description

Classes that enable applications to get access to video input.