Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules
Here is a list of all modules:
[detail level 1234]
\Libargus Camera APILibargus is an API for acquiring images and associated metadata from cameras
 oObjects and InterfacesThis module provides a list of libargus objects and the interfaces that they support
 |oCameraDeviceObject representing a single camera device
 ||\SensorModeChild object representing a CameraDevice's sensor mode, returned by ICameraProperties::getAllSensorModes
 |oCameraProviderObject providing the entry point to the libargus runtime
 |oCaptureMetadataContainer for metadata generated by a single completed capture
 ||oStreamMetadataChild stream metadata, returned by ICaptureMetadata::getStreamMetadata
 ||oRGBHistogramChild RGB histogram metadata, returned by ICaptureMetadata::getRGBHistogram
 ||oBayerHistogramChild Bayer histogram metadata, returned by ICaptureMetadata::getBayerHistogram
 ||\FaceDetectResultMetadata for a single face detection result, returned by Ext::IFaceDetectMetadata::getFaceDetectResults
 |oCaptureSessionObject that controls all operations on a single sensor
 |oEventContainer representing a single event
 ||oError EventEvent type used to report an error
 ||oCaptureStarted EventEvent type used to report when a capture starts
 ||\CaptureComplete EventEvent type used to report when all capture processing has completed
 |oEventQueueObject to receive and expose Events from an IEventProvider
 |oRequestContainer for all settings used by a single capture request
 ||oAutoControlSettingsChild auto control settings, returned by IRequest::getAutoControlSettings
 ||oStreamSettingsChild per-stream settings, returned by IRequest::getStreamSettings
 ||\SourceSettingsChild source settings, returned by IRequest::getSourceSettings
 |oOutputStreamObject representing an output stream capable of receiving image frames from a capture
 |\OutputStreamSettingsContainer for settings used to configure/create an OutputStream
 \ExtensionsThis module provides a list of extensions currently available for libargus
  oExt::BayerAverageMapGenerates local averages of a capture's raw Bayer data
  oExt::BayerSharpnessMapAdds internally-generated sharpness metrics to CaptureMetadata results
  oExt::DebugCaptureSessionAdds a debug interface to dump internal libargus runtime information
  oExt::DeFogAdds internal de-fog post-processing algorithms
  oExt::FaceDetectAdds internal face-detection algorithms
  oExt::InternalFrameCountAdds accessors for an internal frame count performance metric
  oExt::PwlWdrSensorModeAdds extra functionalities for the Piecewise Linear (PWL) Wide Dynamic Range (WDR) sensor mode type
  \Ext::SensorPrivateMetadataAdds accessors for sensor embedded metadata