|
NVIDIA DRIVE OS Linux SDK API Reference
|
5.2.6 Release For Test and Development only
|
Go to the documentation of this file.
13 #ifndef NVSIPLCONTROLAUTOINTERFACE_HPP
14 #define NVSIPLCONTROLAUTOINTERFACE_HPP
18 #include "NvSiplControlAutoDef.hpp"
63 const uint32_t maxSupportedNoiseProfiles,
64 uint32_t& noiseProfile) {
98 #endif // NVSIPLCONTROLAUTOINTERFACE_HPP
NVIDIA SIPL: Common Data Structures - SIPL
AE/AWB Output parameters.
virtual SIPLStatus Reset()
(non-safety feature) Function to reset SIPL Control Auto
virtual ~ISiplControlAuto()=default
Default destructor.
@ NVSIPL_STATUS_OK
Indicates the operation completed successfully without errors.
SIPLStatus
Defines the status codes returned by functions in SIPL modules.
Parsed frame embedded information.
virtual SIPLStatus GetNoiseProfile(const SiplControlEmbedInfo &currFrameEmbedInfo, const uint32_t maxSupportedNoiseProfiles, uint32_t &noiseProfile)
Function to get noise profile.
@ NVSIPL_STATUS_NOT_SUPPORTED
Indicates an unsupported operation or argument was encountered.
Contains the classes and variables for implementation of SIPL.
ISiplControlAuto()=default
Default constructor.
Defines SIPL Control Auto Interface Class.
virtual SIPLStatus Process(const SiplControlAutoInputParam &inParams, SiplControlAutoOutputParam &outParams)=0
Function to process auto (AE/AWB) algorithm.