
Confusion of MIPI-CSI2, ISI drivers for IMX8MP - NXP Community
Oct 16, 2024 · I am trying to get a Sony IMX287 (global shutter, 720x540, monochrome sensor) working with IMX8MP. I wrote a new driver for the sensor based off the imx296 driver- …
imx8q video decoder/encoder driver - LWN.net
Aug 11, 2021 · Currently, support for IMX8QXP and IMX8QM is included. the encoder and decoder. Driver name : vpu B0. Card type : imx vpu decoder. Bus info : platform: imx8q-vpu. …
fmt = v4l2_subdev_get_try_format(&sensor->sd, cfg, format->pad); else + {fmt = &sensor->fmt; + if(pre_width == 0) + pre_width = fmt->width; + else + fmt->width = pre_width; + if(pre_height …
Solved: Re: IMX290 mono camera via 4 lane MIPI CSI-2 and ISI to ...
Feb 8, 2023 · I am using a Variscite SPEAR-MX8 Evaluation Kit based on a i.MX8QM processor and have created a custom MIPI CSI-2 breakout board that connects an IMX290 via 4 lanes …
GitHub - nxp-imx-support/imx-camera-sw-pack: i.MX Camera …
i.MX Camera Software Pack includes camera drivers, libraries, calibration files, Yocto recipes to enable customers to use selected off the shelf camera modules out of the box while utilizing …
Linux-Kernel Archive: Re: [PATCHv2 4/4] media: imx: Use …
After the removal of imx_media_mbus_fmt_to_ipu_image(), the only place where imx_media_find_mbus_format() is called with cc == NULL is in capture_init_format(), with …
i.MX8 ISI for RAW8 and RAW10 formats (grayscale image sensors)
Jun 16, 2021 · The sensor can be configured to output RAW8 or RAW10 formats, the related media bus codes are MEDIA_BUS_FMT_Y8_1X8 or MEDIA_BUS_FMT_Y10_1X10. Now I …
7.6. i.MX7 Video Capture Driver — The Linux Kernel …
It has one sink pad to receive the pixel data from MIPI CSI-2 camera sensor. It has one source pad, corresponding to the virtual channel 0. This module is compliant to previous version of …
[PATCH v4 4/5] media: imx: Use dedicated format handler for …
+static int imx56_media_mbus_fmt_to_pix_fmt(struct v4l2_pix_format *pix, + const struct v4l2_mbus_framefmt *mbus, + const struct imx_media_pixfmt *cc)
7.5. i.MX Video Capture Driver — The Linux Kernel documentation
The Freescale i.MX5/6 contains an Image Processing Unit (IPU), which handles the flow of image frames to and from capture devices and display devices. For image capture, the IPU contains …