libcamera v0.2.0+3-c630fdf5-nvm
Supporting cameras in Linux since 2019
|
Implementation for the Software ISP Factory. More...
#include <software_isp.h>
Public Member Functions | |
std::unique_ptr< SoftwareIsp > | createInstance (PipelineHandler *pipe, const ControlInfoMap &sensorControls) const override |
Creates an instance of a SoftwareIsp object. | |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< SoftwareIsp > | create (PipelineHandler *pipe, const ControlInfoMap &sensorControls) |
Creates a SoftwareIsp object. | |
static SoftwareIspFactoryBase *& | factory () |
Gives back a pointer to the factory. | |
Implementation for the Software ISP Factory.
|
inlineoverridevirtual |
Creates an instance of a SoftwareIsp object.
[in] | pipe | The pipeline handler in use. |
[in] | sensorControls | The sensor controls. |
Implements libcamera::SoftwareIspFactoryBase.