@@ -14,7 +14,7 @@ Requirements
14
14
************
15
15
16
16
This sample needs a video capture device (e.g. a camera) but it is not mandatory.
17
- Supported camera modules on some i.MX RT boards can be found below.
17
+ Supported boards and camera modules include:
18
18
19
19
- `Camera iMXRT `_
20
20
@@ -27,6 +27,9 @@ Supported camera modules on some i.MX RT boards can be found below.
27
27
- :zephyr:board: `frdm_mcxn947 `
28
28
with any ``arducam,dvp-20pin-connector `` camera module such as :ref: `dvp_20pin_ov7670 `.
29
29
30
+ - :zephyr:board: `stm32h7b3i_dk `
31
+ with the :ref: `st_b_cams_omv_mb1683 ` shield and a compatible camera module.
32
+
30
33
Also :zephyr:board: `arduino_nicla_vision ` can be used in this sample as capture device, in that case
31
34
The user can transfer the captured frames through on board USB.
32
35
@@ -41,6 +44,10 @@ On :zephyr:board:`mimxrt1170_evk`, the OV5640 camera module should be plugged in
41
44
J2 camera connector. A USB cable should be connected from a host to the micro
42
45
USB debug connector (J11) in order to get console output via the daplink interface.
43
46
47
+ On :zephyr:board: `stm32h7b3i_dk `, connect the :ref: `st_b_cams_omv_mb1683 ` shield to the
48
+ board on CN7 connector. A USB cable should be connected from a host to the micro USB
49
+ connector in order to get console output.
50
+
44
51
For :zephyr:board: `arduino_nicla_vision ` there is no extra wiring required.
45
52
46
53
Building and Running
@@ -83,6 +90,16 @@ using the :ref:`dvp_20pin_ov7670` and :ref:`lcd_par_s035` connected to the board
83
90
:goals: build
84
91
:compact:
85
92
93
+ For :zephyr:board: `stm32h7b3i_dk `, build this sample application with the following commands,
94
+ using the :ref: `st_b_cams_omv_mb1683 ` shield with a compatible camera module:
95
+
96
+ .. zephyr-app-commands ::
97
+ :zephyr-app: samples/drivers/video/capture
98
+ :board: stm32h7b3i_dk
99
+ :shield: st_b_cams_omv_mb1683
100
+ :goals: build
101
+ :compact:
102
+
86
103
For testing purpose and without the need of any real video capture and/or display hardwares,
87
104
a video software pattern generator is supported by the above build commands without
88
105
specifying the shields, and using :ref: `snippet-video-sw-generator `:
@@ -105,6 +122,16 @@ append ``-DCONFIG_VIDEO_SHELL=y`` to the build command:
105
122
:goals: build
106
123
:compact:
107
124
125
+ For :zephyr:board: `stm32h7b3i_dk ` with shell commands:
126
+
127
+ .. zephyr-app-commands ::
128
+ :zephyr-app: samples/drivers/video/capture
129
+ :board: stm32h7b3i_dk
130
+ :shield: st_b_cams_omv_mb1683
131
+ :gen-args: -DCONFIG_VIDEO_SHELL=y
132
+ :goals: build
133
+ :compact:
134
+
108
135
Sample Output
109
136
=============
110
137
0 commit comments