AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
CameraOutput.h File Reference
#include <agxSensor/CameraBackend.h>
#include <agxSensor/SensorOutput.h>
#include <agxSensor/SystemNode.h>
#include <agx/Vec2.h>
#include <optional>

Go to the source code of this file.

Classes

class  agxSensor::ICameraOutput
 Common interface for camera outputs containing the basics that can be assumed about a frame-based camera output. More...
 

Namespaces

namespace  agxSensor
 The agxSensor namespace contains components to model real-time sensors connected to the physics of AGX Dynamics.
 

Typedefs

typedef agx::observer_ptr< const ICameraOutput > agxSensor::ICameraOutputConstObserver
 
typedef agx::ref_ptr< const ICameraOutput > agxSensor::ICameraOutputConstRef
 
typedef agx::observer_ptr< ICameraOutput > agxSensor::ICameraOutputObserver
 
typedef agx::ref_ptr< ICameraOutput > agxSensor::ICameraOutputRef
 
using agxSensor::OptionalFramerate = std::optional< agx::Real >