[libcamera-devel] [PATCH] Fix incorrect method in cameradata docs

chris at gregariousmammal.com chris at gregariousmammal.com
Mon Jun 15 16:49:19 CEST 2020


From: Chris Chinchilla <chris at gregariousmammal.com>

---
 src/libcamera/pipeline_handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp
index a0f6b0f..fca11cb 100644
--- a/src/libcamera/pipeline_handler.cpp
+++ b/src/libcamera/pipeline_handler.cpp
@@ -46,7 +46,7 @@ LOG_DEFINE_CATEGORY(Pipeline)
  *
  * Pipeline handlers are expected to extend this base class with platform
  * specific implementation, associate instances of the derived classes
- * using the setCameraData() method, and access them at a later time
+ * using the registerCamera() method, and access them at a later time
  * with cameraData().
  */
 
-- 
2.27.0



More information about the libcamera-devel mailing list