Skip to content

Commit

Permalink
doc: update references to video capture sample
Browse files Browse the repository at this point in the history
Video samples have moved from samples/subsys/video to
samples/drivers/video.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben authored and nashif committed Sep 16, 2024
1 parent a056b60 commit 48a077f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/shields/dvp_fpc24_mt9m114/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Programming
Set ``--shield dvp_fpc24_mt9m114`` when you invoke ``west build``. For example:

.. zephyr-app-commands::
:zephyr-app: samples/subsys/video/capture
:zephyr-app: samples/drivers/video/capture
:board: mimxrt1064_evk
:shield: dvp_fpc24_mt9m114
:goals: build
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/nxp_btb44_ov5640/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Programming
Set ``--shield nxp_btb44_ov5640`` when you invoke ``west build``. For example:

.. zephyr-app-commands::
:zephyr-app: samples/subsys/video/capture
:zephyr-app: samples/drivers/video/capture
:board: mimxrt1170_evk/mimxrt1176/cm7
:shield: nxp_btb44_ov5640
:goals: build
Expand Down
2 changes: 1 addition & 1 deletion samples/drivers/video/capture/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For :ref:`mimxrt1064_evk`, build this sample application with the following comm
For :ref:`mimxrt1170_evk`, build this sample application with the following commands:

.. zephyr-app-commands::
:zephyr-app: samples/subsys/video/capture
:zephyr-app: samples/drivers/video/capture
:board: mimxrt1170_evk/mimxrt1176/cm7
:shield: nxp_btb44_ov5640,rk055hdmipi4ma0
:goals: build
Expand Down

0 comments on commit 48a077f

Please sign in to comment.