Skip to content

Commit 494133a

Browse files
hakehuangnashif
authored andcommitted
samples: driver: video: enable capture case to run
enable capture case with fixture_camera to run Signed-off-by: Hake Huang <[email protected]>
1 parent e6dc31c commit 494133a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

samples/drivers/video/capture/sample.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@ sample:
22
name: Video capture
33
tests:
44
sample.video.capture:
5-
build_only: true
65
tags:
76
- video
87
- shield
98
- samples
109
extra_args:
1110
- platform:mimxrt1064_evk:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
1211
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
12+
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"
1322
platform_allow:
1423
- mimxrt1064_evk
1524
- mimxrt1170_evk/mimxrt1176/cm7

0 commit comments

Comments
 (0)