libcamera v0.2.0+3-c630fdf5-nvm
Supporting cameras in Linux since 2019
|
Base class for the Software ISP Factory. More...
#include <software_isp.h>
Static Public Member Functions | |
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. | |
Base class for the Software ISP Factory.
Base class of the SoftwareIsp Factory.
|
static |
Creates a SoftwareIsp object.
[in] | pipe | The pipeline handler in use. |
[in] | sensorControls | The sensor controls. |
|
static |
Gives back a pointer to the factory.