Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules | Classes
CameraDevice
Objects and Interfaces

Object representing a single camera device. More...

Modules

 SensorMode
 Child object representing a CameraDevice's sensor mode, returned by ICameraProperties::getAllSensorModes.

Classes

class  Argus::ICameraProperties
 Interface to the core CameraDevice properties. More...
class  Argus::Ext::IAlternatingExposureCaps
 Interface used to query the availability of hardware based alternating exposure support. More...
class  Argus::Ext::IAlternatingExposureSettings
 Interface used to configure alternating exposure support provided by sensor hardware. More...
class  Argus::Ext::ISensorEepromData
 Interface used to get EEPROM data. More...
class  Argus::Ext::ISensorOtpData
 Interface used to get OTP data. More...
class  Argus::Ext::ISensorPrivateMetadataCaps
 Interface used to query the availability and size in bytes of sensor private metadata. More...
class  Argus::Ext::ISyncSensorCalibrationData
 Interface used to access sync sensor calibration data. More...
class  Argus::IReprocessInfo
 Interface used to access reprocess information. More...

Detailed Description

Object representing a single camera device.

CameraDevices are provided by a CameraProvider and are used to access the camera devices available within the system. Each device is based on a single sensor or a set of synchronized sensors.

See also:
ICameraProvider::getCameraDevices