.. include:: /keyword.rst ========== |G350-EVK| ========== .. contents:: Sections :local: :depth: 2 .. toctree:: :hidden: V4L2 Sensor |G350-EVK| supports only one camera architecture; i.e. **V4L2 Sensor**. For the camera usage, please refer to the below sections. - :doc:`V4L2 Sensor ` V4L2 Sensor ----------- The v4l2 architecture supports both RAW and YUV sensors through CamSV3.0's direct dump. The following figure shows the V4L2 sensor architecture with the RAW/YUV sensor. The sensor driver, `seninf` driver, and the `camsv` driver follow the V4L2 framework. The user can access the video device node called `camsv video stream` created by the `camsv` driver to get the pipeline stream on. .. figure:: /_asset/sw_yocto_app-dev_g350-evk_v4l2_raw_yuv_camera_arch.svg :align: center :scale: 100% V4L2 Sensor - RAW/YUV Camera