mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 23:39:44 +03:00
Documentation: guides: Fix FileSink source link
Fix the 'class FileSink' source link which got broken due to
commit 84ad104499
("Move test applications to src/apps/").
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
This commit is contained in:
parent
ea8fd63d93
commit
b20dfa95d2
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ instance. An example of how to write image data to disk is available in the
|
||||||
`FileSink class`_ which is a part of the ``cam`` utility application in the
|
`FileSink class`_ which is a part of the ``cam`` utility application in the
|
||||||
libcamera repository.
|
libcamera repository.
|
||||||
|
|
||||||
.. _FileSink class: https://git.libcamera.org/libcamera/libcamera.git/tree/src/cam/file_sink.cpp
|
.. _FileSink class: https://git.libcamera.org/libcamera/libcamera.git/tree/src/apps/cam/file_sink.cpp
|
||||||
|
|
||||||
With the handling of this request completed, it is possible to re-use the
|
With the handling of this request completed, it is possible to re-use the
|
||||||
request and the associated buffers and re-queue it to the camera
|
request and the associated buffers and re-queue it to the camera
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue