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-05 08:53:59 +0100 |
commit | bc3bc9ff11356f87ded1130e8ae282e39f790482 (patch) | |
tree | 456e49daa6bacfc6e2104311888419743659e403 /Documentation/guides | |
parent | f6d5721e56119594740ee10d1ed56e024997695e (diff) |
Documentation: application-developer: Remove irrelevant TODO
This TODO has no real meaning, and isn't an action. Remove it.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/guides')
-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 e0bbbad4..fdce67b5 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 -------------------- |