<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What are available options for ISP on IMX95 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304755#M243771</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;This is the command advised for running multiple&amp;nbsp;ox03c10 cameras.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gst-launch-1.0 imxcompositor_g2d name=comp \
&amp;gt; sink_0::xpos=0 sink_0::ypos=0 sink_0::width=640 sink_0::height=480 \
&amp;gt; sink_1::xpos=0 sink_1::ypos=480 sink_1::width=640 sink_1::height=480 \
&amp;gt; sink_2::xpos=640 sink_2::ypos=0 sink_2::width=640 sink_2::height=480 \
&amp;gt; sink_3::xpos=640 sink_3::ypos=480 sink_3::width=640 sink_3::height=480 ! \
&amp;gt; video/x-raw,format=BGRA ! autovideosink \
&amp;gt; v4l2src device=/dev/video15 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_0 \
&amp;gt; v4l2src device=/dev/video22 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_1 \
&amp;gt; v4l2src device=/dev/video28 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_2 \
&amp;gt; v4l2src device=/dev/video34 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_3&lt;/LI-CODE&gt;
&lt;P&gt;Make sure to use the Neo ISP library and review the GST plugins in &lt;A href="https://www.nxp.com/docs/en/user-guide/UG10163.pdf" target="_self"&gt;Linux Users Guide&lt;/A&gt;. It advises disabling&amp;nbsp;PipeWire.&lt;/P&gt;
&lt;P&gt;systemctl --user stop pipewire ; systemctl --user mask pipewire&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 17:07:21 GMT</pubDate>
    <dc:creator>JosephAtNXP</dc:creator>
    <dc:date>2026-02-02T17:07:21Z</dc:date>
    <item>
      <title>What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304624#M243756</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using IMX95 EVK with ox03c10 camera setup.&lt;BR /&gt;I am running 3 cameras with Maxim serdes I want to scale down the video using hardware accelerator.&lt;BR /&gt;This is the working camera pipeline for recording a file:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gst-launch-1.0 -v -e libcamerasrc camera-name="/base/soc/bus@42000000/i2c@42530000/max96724@27/i2c-mux/i2c@0/mx95mbcam@40" src::stream-role=view-finder ! video/x-raw,format=NV16,width=1920,height=1280,framerate=30/1 ! videoconvert ! v4l2h264enc ! h264parse ! mp4mux ! filesink location=/tmp/cam0_processed.mp4&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;From this pipeline, I wanted to remove dependency from cpu and wanted to use only the hardware accelerator.&lt;BR /&gt;Please suggest the changes.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 11:51:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304624#M243756</guid>
      <dc:creator>Rathore-pioneer</dc:creator>
      <dc:date>2026-02-02T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304639#M243758</link>
      <description>&lt;P&gt;Are there any gst plugins available for encoding, decoding, and scaling?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 12:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304639#M243758</guid>
      <dc:creator>Rathore-pioneer</dc:creator>
      <dc:date>2026-02-02T12:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304755#M243771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;This is the command advised for running multiple&amp;nbsp;ox03c10 cameras.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gst-launch-1.0 imxcompositor_g2d name=comp \
&amp;gt; sink_0::xpos=0 sink_0::ypos=0 sink_0::width=640 sink_0::height=480 \
&amp;gt; sink_1::xpos=0 sink_1::ypos=480 sink_1::width=640 sink_1::height=480 \
&amp;gt; sink_2::xpos=640 sink_2::ypos=0 sink_2::width=640 sink_2::height=480 \
&amp;gt; sink_3::xpos=640 sink_3::ypos=480 sink_3::width=640 sink_3::height=480 ! \
&amp;gt; video/x-raw,format=BGRA ! autovideosink \
&amp;gt; v4l2src device=/dev/video15 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_0 \
&amp;gt; v4l2src device=/dev/video22 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_1 \
&amp;gt; v4l2src device=/dev/video28 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_2 \
&amp;gt; v4l2src device=/dev/video34 ! video/x-raw,format=YUY2,framerate=30/1,width=1920,height=1280  !  comp.sink_3&lt;/LI-CODE&gt;
&lt;P&gt;Make sure to use the Neo ISP library and review the GST plugins in &lt;A href="https://www.nxp.com/docs/en/user-guide/UG10163.pdf" target="_self"&gt;Linux Users Guide&lt;/A&gt;. It advises disabling&amp;nbsp;PipeWire.&lt;/P&gt;
&lt;P&gt;systemctl --user stop pipewire ; systemctl --user mask pipewire&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 17:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304755#M243771</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2026-02-02T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304992#M243784</link>
      <description>&lt;P&gt;Currently, I connected only 3 cameras without a display.&lt;BR /&gt;I just need to store the camera feed in the file.&lt;BR /&gt;Exiting pipe line is not working for me.&lt;BR /&gt;Also, how will I get to know which video node is for which camera?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 06:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2304992#M243784</guid>
      <dc:creator>Rathore-pioneer</dc:creator>
      <dc:date>2026-02-03T06:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2310242#M243846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the plugins, I found in &lt;A href="https://www.nxp.com/docs/en/release-note/RN00210.pdf" target="_self"&gt;Release Notes&lt;/A&gt; the downscale, encode and decode plugins.&lt;/P&gt;
&lt;P&gt;• imxvideoconvert_g2d: GPU2D-based video convert plugin.&lt;BR /&gt;• imxvideoconvert_ipu: IPU-based video convert plugin.&lt;BR /&gt;• imxvideoconvert_pxp: PXP-based video convert plugin.&lt;BR /&gt;• imxvideoconvert_ocl: OpenCL-based video convert plugin.&lt;BR /&gt;• autovideoconvert: select the i.MX hardware based video convert plugins or other&lt;BR /&gt;video convert plugins according to the input and output format.&lt;BR /&gt;• v4l2convert: V4L2 memory-to-memory based convert plugin.&lt;/P&gt;
&lt;P&gt;Note:&lt;BR /&gt;• For imxvideoconvert_ocl, rotation is not supported currently. CSC, deinterlace,&lt;BR /&gt;downscale, dewarp, video crop, and color range convertion are supported.&lt;BR /&gt;• For v4l2convert, it is automatically registered on the platforms with ISI memory-to-&lt;BR /&gt;memory supported.&lt;/P&gt;
&lt;P&gt;• v4l2h264enc: VPU-based AVC/H.264 video encoder&lt;BR /&gt;• v4l2h265enc: VPU-based HEVC video encoder&lt;BR /&gt;• v4l2jpegenc: V4L2 JPEG encoder&lt;/P&gt;
&lt;P&gt;For the camera topology, you can use the following commands to print the topology and identify the cameras.&lt;/P&gt;
&lt;P&gt;−media-ctl&amp;nbsp; -d /dev/media8&amp;nbsp; --print-dot &amp;gt; media8.dot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (in i.MX95 EVK target board)&lt;/P&gt;
&lt;P&gt;−dot&amp;nbsp; -Tpng media0.dot&amp;nbsp; -o&amp;nbsp; media0-ap1302.png&amp;nbsp;&amp;nbsp; (in ubuntu PC)&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:20:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2310242#M243846</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2026-02-04T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are available options for ISP on IMX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2312652#M243863</link>
      <description>&lt;P&gt;Here is the camera topology from my imx95 evk.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="media8-ap1302.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375616i7BFB71FDD44FCA6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="media8-ap1302.png" alt="media8-ap1302.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I can run the camera using this pipeline with libcamerasrc:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;gst-launch-1.0 -e libcamerasrc camera-name="/base/soc/bus@42000000/i2c@42530000/max96724@27/i2c-mux/i2c@0/mx95mbcam@40" src::stream-role=view-finder ! video/x-raw,format=NV12,width=1920,height=1280,framerate=30/1 ! videoconvert ! v4l2h264enc ! h264parse ! mp4mux ! filesink location=/tmp/cam0_processed.mp4&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;How can I run my camera using v4l2src? Also, what is the plugin for scaling down the video without cropping the view to 1920*382 using a hardware accelerator?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 07:57:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-are-available-options-for-ISP-on-IMX95/m-p/2312652#M243863</guid>
      <dc:creator>Rathore-pioneer</dc:creator>
      <dc:date>2026-02-05T07:57:44Z</dc:date>
    </item>
  </channel>
</rss>

