@@ -47,7 +47,6 @@ public:
std::list<Request *> queuedRequests_;
ControlInfoMap controlInfo_;
ControlList properties_;
- std::unique_ptr<IPAProxy> ipa_;
private:
LIBCAMERA_DISABLE_COPY(CameraData)
@@ -96,14 +96,6 @@ LOG_DEFINE_CATEGORY(Pipeline)
* when creating the camera, and shall not be modified afterwards.
*/
-/**
- * \var CameraData::ipa_
- * \brief The IPA module used by the camera
- *
- * Reference to the Image Processing Algorithms (IPA) operating on the camera's
- * stream(s). If no IPA exists for the camera, this field is set to nullptr.
- */
-
/**
* \class PipelineHandler
* \brief Create and manage cameras based on a set of media devices