Skip to content

Commit 911abc3

Browse files
josuahcarlescufi
authored andcommitted
samples: move video from subsys to drivers
"Video subsystem for Zephyr" is actually only defined as a driver and the examples actually include <zephyr/drivers/video.h>. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 2ccfe82 commit 911abc3

File tree

13 files changed

+5
-2
lines changed

13 files changed

+5
-2
lines changed

doc/_scripts/redirects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@
218218
('samples/net/cloud/google_iot_mqtt/README', 'samples/net/cloud/cloud'),
219219
('samples/sensor/wsen_hids/README', 'samples/sensor/sensor'),
220220
('samples/sensor/wsen_itds/README', 'samples/sensor/sensor'),
221+
('samples/subsys/video/capture/README', 'samples/drivers/video/capture/README'),
222+
('samples/subsys/video/tcpserversink/README', 'samples/drivers/video/tcpserversink/README'),
223+
('samples/subsys/video/video', 'samples/drivers/video/video'),
221224
('services/portability/posix', 'services/portability/posix/index'),
222225
# zephyr-keep-sorted-stop
223226
]

samples/subsys/video/capture/README.rst renamed to samples/drivers/video/capture/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Building and Running
4141
For :ref:`mimxrt1064_evk`, build this sample application with the following commands:
4242

4343
.. zephyr-app-commands::
44-
:zephyr-app: samples/subsys/video/capture
44+
:zephyr-app: samples/drivers/video/capture
4545
:board: mimxrt1064_evk
4646
:shield: dvp_fpc24_mt9m114,rk043fn66hs_ctg
4747
:goals: build

samples/subsys/video/tcpserversink/README.rst renamed to samples/drivers/video/tcpserversink/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For :ref:`mimxrt1064_evk`, the sample can be built with the following command.
3333
If a mt9m114 camera shield is missing, video software generator will be used instead.
3434

3535
.. zephyr-app-commands::
36-
:zephyr-app: samples/subsys/video/tcpserversink
36+
:zephyr-app: samples/drivers/video/tcpserversink
3737
:board: mimxrt1064_evk
3838
:shield: dvp_fpc24_mt9m114
3939
:goals: build

0 commit comments

Comments
 (0)