summaryrefslogtreecommitdiff
path: root/src/android/camera_stream.h
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2020-10-10 11:47:52 +0200
committerJacopo Mondi <jacopo@jmondi.org>2020-10-14 20:12:51 +0200
commit212417bfe17b81ca0e4ad4a9d1730f24a7770734 (patch)
tree61da083781b73515b47770d27f5e29adecd17e7a /src/android/camera_stream.h
parent4b1aa21db09df16d1a23d074e1b1c915b1b36ae4 (diff)
android: camera_stream: Add documentation
Add a brief documentation block to the CameraStream class. Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/android/camera_stream.h')
-rw-r--r--src/android/camera_stream.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/android/camera_stream.h b/src/android/camera_stream.h
index 8df0101c..47f3fc61 100644
--- a/src/android/camera_stream.h
+++ b/src/android/camera_stream.h
@@ -128,11 +128,6 @@ private:
libcamera::CameraConfiguration *config_;
Type type_;
camera3_stream_t *camera3Stream_;
- /*
- * The index of the libcamera StreamConfiguration as added during
- * configureStreams(). A single libcamera Stream may be used to deliver
- * one or more streams to the Android framework.
- */
unsigned int index_;
std::unique_ptr<Encoder> encoder_;