Jetson Linux Multimedia API Reference

32.4.2 Release

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

Detailed Description

Interface to Bayer average map settings.

Definition at line 74 of file BayerAverageMap.h.

Inheritance diagram for Argus::Ext::IBayerAverageMapSettings:
Collaboration diagram for Argus::Ext::IBayerAverageMapSettings:

Public Member Functions

virtual void setBayerAverageMapEnable (bool enable)=0
 Enables or disables Bayer average map generation. More...
 
virtual bool getBayerAverageMapEnable () const =0
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IBayerAverageMapSettings ()
 

Constructor & Destructor Documentation

Argus::Ext::IBayerAverageMapSettings::~IBayerAverageMapSettings ( )
inlineprotected

Definition at line 93 of file BayerAverageMap.h.

Member Function Documentation

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

Definition at line 77 of file BayerAverageMap.h.

virtual void Argus::Ext::IBayerAverageMapSettings::setBayerAverageMapEnable ( bool  enable)
pure virtual

Enables or disables Bayer average map generation.

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

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

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