commit | d2df15a0e911502fa2a7b0de0d20ac21703a7e6b | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Wed May 15 22:21:49 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 15 04:10:50 2024 -0400 |
tree | 74f7c067fb12986db5e87e6480a5833031ff57e2 | |
parent | f386cc26fa8d191337c97051f2539e6484c9c1d4 [diff] |
drivers: video: video_mcux_smartdma: add SMARTDMA video driver Add SMARTDMA video driver. This driver uses the SMARTDMA engine as a parallel camera interface, which can read QVGA frames from a camera device. Due to SRAM constraints, the video driver divides the camera stream into multiple horizontal video buffers as it streams them back to an application. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>