| sample: |
| name: USB Video sample |
| common: |
| harness: console |
| harness_config: |
| type: one_line |
| regex: |
| - "Waiting the host to select the video format" |
| tags: |
| - usb |
| - video |
| tests: |
| sample.usb.uvc: |
| depends_on: |
| - usbd |
| extra_args: SNIPPET=video-sw-generator |
| integration_platforms: |
| - nrf52840dk/nrf52840 |
| - nrf54h20dk/nrf54h20/cpuapp |
| - frdm_k64f |
| - stm32f723e_disco |
| - nucleo_f413zh |
| - mimxrt685_evk/mimxrt685s/cm33 |
| - mimxrt1060_evk/mimxrt1062/qspi |
| sample.usb.uvc.camera: |
| depends_on: |
| - usbd |
| filter: dt_chosen_enabled("zephyr,camera") |
| integration_platforms: |
| - arduino_nicla_vision/stm32h747xx/m7 |
| sample.usb.uvc.encoder.h264: |
| depends_on: |
| - usbd |
| extra_configs: |
| - CONFIG_VIDEO_ENCODER_H264=y |
| extra_args: |
| - platform:stm32n6570_dk/stm32n657xx/sb:EXTRA_DTC_OVERLAY_FILE="app_h264enc.overlay" |
| - platform:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854 |
| filter: dt_chosen_enabled("zephyr,camera") |
| integration_platforms: |
| - stm32n6570_dk/stm32n657xx/sb |
| sample.usb.uvc.encoder.jpeg: |
| depends_on: |
| - usbd |
| extra_configs: |
| - CONFIG_VIDEO_ENCODER_JPEG=y |
| extra_args: |
| - platform:stm32n6570_dk/stm32n657xx/sb:EXTRA_DTC_OVERLAY_FILE="app_jpegenc.overlay" |
| - platform:stm32n6570_dk/stm32n657xx/sb:SHIELD=st_b_cams_imx_mb1854 |
| filter: dt_chosen_enabled("zephyr,camera") |
| integration_platforms: |
| - stm32n6570_dk/stm32n657xx/sb |