diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-07-27 16:10:53 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-25 21:35:03 +0100 |
commit | fe8b72a595c1c0e437a42b23410bbd24b19427fe (patch) | |
tree | 917dd8dd6934e59cff46071e0591fde8e13e4ddd | |
parent | 5c624e556179176b92084a989f59cca36626fab8 (diff) |
Documentation: application-developer: Remove irrelevant TODO
This TODO has no real meaning, and isn't an action. Remove it.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | Documentation/guides/application-developer.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index fb6a80a5..b79241bd 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -7,8 +7,6 @@ This tutorial shows how to create a C++ application that uses libcamera to interface with a camera on a system, capture frames from it for 3 seconds, and write metadata about the frames to standard out. -.. TODO: Check how much of the example code runs before camera start etc? - Application skeleton -------------------- |