L4T Multimedia API Reference

27.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::Ext::IBayerSharpnessMapSettings Class Referenceabstract

Detailed Description

Request settings used to configure Bayer sharpness map generation.

Definition at line 71 of file BayerSharpnessMap.h.

Inheritance diagram for Argus::Ext::IBayerSharpnessMapSettings:
Collaboration diagram for Argus::Ext::IBayerSharpnessMapSettings:

Public Member Functions

virtual void setBayerSharpnessMapEnable (bool enable)=0
 Enables or disables Bayer sharpness map generation. More...
 
virtual bool getBayerSharpnessMapEnable () const =0
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IBayerSharpnessMapSettings ()
 

Constructor & Destructor Documentation

Argus::Ext::IBayerSharpnessMapSettings::~IBayerSharpnessMapSettings ( )
inlineprotected

Definition at line 89 of file BayerSharpnessMap.h.

Member Function Documentation

virtual bool Argus::Ext::IBayerSharpnessMapSettings::getBayerSharpnessMapEnable ( ) const
pure virtual
Returns
whether or not Bayer sharpness map generation is enabled.
static const InterfaceID& Argus::Ext::IBayerSharpnessMapSettings::id ( )
inlinestatic

Definition at line 74 of file BayerSharpnessMap.h.

virtual void Argus::Ext::IBayerSharpnessMapSettings::setBayerSharpnessMapEnable ( bool  enable)
pure virtual

Enables or disables Bayer sharpness map generation.

When enabled, CaptureMetadata returned by completed captures will expose the IBayerSharpnessMap interface.

Parameters
[in]enablewhether or not Bayer sharpness map generation is enabled.

The documentation for this class was generated from the following file: