File tree 2 files changed +16
-2
lines changed
samples/drivers/video/capture
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ Supported camera modules on some i.MX RT boards can be found below.
19
19
- `Camera iMXRT `_
20
20
21
21
- :zephyr:board: `mimxrt1064_evk `
22
- - `MT9M114 camera module `_
22
+ with a `MT9M114 camera module `_
23
23
24
24
- :zephyr:board: `mimxrt1170_evk `
25
- - `OV5640 camera module `_
25
+ with an `OV5640 camera module `_
26
+
27
+ - :zephyr:board: `frdm_mcxn947 `
28
+ with any ``arducam,dvp-20pin-connector `` camera module such as :ref: `dvp_20pin_ov7670 `.
26
29
27
30
Also :zephyr:board: `arduino_nicla_vision ` can be used in this sample as capture device, in that case
28
31
The user can transfer the captured frames through on board USB.
@@ -70,6 +73,15 @@ commands:
70
73
:goals: build
71
74
:compact:
72
75
76
+ For :zephyr:board: `frdm_mcxn947 `, build this sample application with the following commands:
77
+
78
+ .. zephyr-app-commands ::
79
+ :zephyr-app: samples/drivers/video/capture
80
+ :board: frdm_mcxn947/mcxn947/cpu0
81
+ :shield: dvp_20pin_ov7670
82
+ :goals: build
83
+ :compact:
84
+
73
85
For testing purpose without the need of any real video capture and/or display hardwares,
74
86
a video software pattern generator is supported by the above build commands without
75
87
specifying the shields.
Original file line number Diff line number Diff line change 10
10
- platform:mimxrt1064_evk:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
11
11
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
12
12
- platform:mimxrt1170_evk@B/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
13
+ - platform:frdm_mcxn947/mcxn947/cpu0:SHIELD="dvp_20pin_ov7670"
13
14
extra_configs :
14
15
- CONFIG_TEST=y
15
16
- CONFIG_FPU=y
28
29
- mimxrt1064_evk
29
30
- mimxrt1170_evk/mimxrt1176/cm7
30
31
- mimxrt1170_evk@B/mimxrt1176/cm7
32
+ - frdm_mcxn947/mcxn947/cpu0
31
33
- mm_swiftio
32
34
- esp32s3_eye/esp32s3/procpu
33
35
depends_on : video
You can’t perform that action at this time.
0 commit comments