Lines Matching +full:sample +full:- +full:size
1 .. zephyr:code-sample:: video-capture
3 :relevant-api: video_interface
10 This sample application uses the :ref:`video_api` to capture frames from a video capture
16 This sample needs a video capture device (e.g. a camera) but it is not mandatory.
19 - `Camera iMXRT`_
21 - :zephyr:board:`mimxrt1064_evk`
22 - `MT9M114 camera module`_
24 - :zephyr:board:`mimxrt1170_evk`
25 - `OV5640 camera module`_
27 Also :ref:`arduino_nicla_vision_board` can be used in this sample as capture device, in that case
46 For :zephyr:board:`mimxrt1064_evk`, build this sample application with the following commands:
48 .. zephyr-app-commands::
49 :zephyr-app: samples/drivers/video/capture
55 For :zephyr:board:`mimxrt1170_evk`, build this sample application with the following commands:
57 .. zephyr-app-commands::
58 :zephyr-app: samples/drivers/video/capture
64 For :ref:`arduino_nicla_vision_board`, build this sample application with the following commands:
66 .. zephyr-app-commands::
67 :zephyr-app: samples/drivers/video/capture
76 Sample Output
79 .. code-block:: console
82 - Capabilities:
89 - Default format: RGBP 480x272
91 Display device: display-controller@402b8000
92 - Capabilities:
97 Got frame 0! size: 261120; timestamp 249 ms
98 Got frame 1! size: 261120; timestamp 282 ms
99 Got frame 2! size: 261120; timestamp 316 ms
100 Got frame 3! size: 261120; timestamp 350 ms
101 Got frame 4! size: 261120; timestamp 384 ms
102 Got frame 5! size: 261120; timestamp 418 ms
103 Got frame 6! size: 261120; timestamp 451 ms
110 .. target-notes::
112 …amera iMXRT: https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Connecting-camera-and-LCD-to-i-MX…