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>
This commit is contained in:
Kieran Bingham 2021-07-27 16:10:53 +01:00
parent 5c624e5561
commit fe8b72a595

View file

@ -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
--------------------