We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dc31c commit 494133aCopy full SHA for 494133a
samples/drivers/video/capture/sample.yaml
@@ -2,14 +2,23 @@ sample:
2
name: Video capture
3
tests:
4
sample.video.capture:
5
- build_only: true
6
tags:
7
- video
8
- shield
9
- samples
10
extra_args:
11
- platform:mimxrt1064_evk:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
12
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
+ harness: console
13
+ harness_config:
14
+ fixture: fixture_camera
15
+ type: multi_line
16
+ ordered: true
17
+ regex:
18
+ - "Capture started"
19
+ - "Got frame"
20
+ - "size"
21
+ - "timestamp"
22
platform_allow:
23
- mimxrt1064_evk
24
- mimxrt1170_evk/mimxrt1176/cm7
0 commit comments