Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Josuah Demangeon a3465f8f4d drivers: video: sw_generator: convert to use the devicetree 1 month ago
..
README.rst
snippet.yml
video-sw-generator.overlay

README.rst

.. _snippet-video-sw-generator:

Video Software Generator Snippet (video-sw-generator)
#####################################################

.. code-block:: console

west build -S video-sw-generator [...]

Overview
********

This snippet instantiate a fake video source generating a test pattern continuously
for test purpose. It is selected as the ``zephyr,camera`` :ref:`devicetree` chosen node.

Requirements
************

No hardware support is required besides sufficient memory for the video resolution
declared by :kconfig:option:`CONFIG_VIDEO_BUFFER_POOL_SZ_MAX`.