<?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>Other NXP ProductsのトピックUSB Camera Livestreaming Issue</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1868868#M22698</link>
    <description>&lt;P&gt;I am using Karo Eval Kit QS8M-MQ00 QBase2. I build Karo-Weston-Image with distro wayland. I am able to perform livestreaming via USB Camera but I takes some delay in few seconds. I ma unable to get continuous smooth streaming with frameloss/delay. I am providing you the pipeline, I used for streaming. Please have a look and help me to get continous stream without delay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! videoconvert ! videorate ! video/x-raw,framerate=5/1 ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;BR /&gt;&lt;BR /&gt;2.&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! videoconvert ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegparse ! jpegdec ! videoconvert ! theoraenc bitrate=1000 keyframe-force=64 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the above gstreamer pipeline, I used for streaming.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 12:04:50 GMT</pubDate>
    <dc:creator>Hasan_01</dc:creator>
    <dc:date>2024-05-20T12:04:50Z</dc:date>
    <item>
      <title>USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1868868#M22698</link>
      <description>&lt;P&gt;I am using Karo Eval Kit QS8M-MQ00 QBase2. I build Karo-Weston-Image with distro wayland. I am able to perform livestreaming via USB Camera but I takes some delay in few seconds. I ma unable to get continuous smooth streaming with frameloss/delay. I am providing you the pipeline, I used for streaming. Please have a look and help me to get continous stream without delay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! videoconvert ! videorate ! video/x-raw,framerate=5/1 ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;BR /&gt;&lt;BR /&gt;2.&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! videoconvert ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegparse ! jpegdec ! videoconvert ! theoraenc bitrate=1000 keyframe-force=64 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the above gstreamer pipeline, I used for streaming.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1868868#M22698</guid>
      <dc:creator>Hasan_01</dc:creator>
      <dc:date>2024-05-20T12:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870108#M22727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233307"&gt;@Hasan_01&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;Usually, a low performance with a USB camera is expected due to limited bandwidth, but you can start decreasing the framerate and resolution to acquire best performance. &lt;BR /&gt;If this doesn't work, please have a look to the following documentation, you can try using a HW acceleration plugin to improve the performance:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942" target="_blank"&gt;i.MX 8 GStreamer User Guide - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 01:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870108#M22727</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-05-22T01:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870245#M22731</link>
      <description>&lt;P&gt;As you mention for using HW acceleration, this is what i found in the provided i.MX 8 gstreamer user guide&lt;BR /&gt;&lt;BR /&gt;1. The i.MX 8M Quad EVK and i.MX 8M Nano EVK do not have HW Accelerated encode support.&lt;BR /&gt;2.This pipeline does not work with the i.MX 8M Nano EVK because it does not have the&lt;BR /&gt;imxcompositor_g2d plugin support.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is my gst pipeline where, I used Theoraenc .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480,framerate=30/1 ! videoconvert ! videorate ! video/x-raw,framerate=5/1 ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you provide me the updated pipeline in such a way that, I will able to get livestream without delay.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 05:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870245#M22731</guid>
      <dc:creator>Hasan_01</dc:creator>
      <dc:date>2024-05-22T05:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870594#M22745</link>
      <description>&lt;P&gt;Hi.. I am able to stream without any delay or frame loss by decreasing the framerate &amp;amp; resolution but it degrade quality. Is their any way to get hd resolution. I am using Karo QS8M-MQ00 Qbase2 i.MX 8M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the pipeline which works but it failed to give hd video without delay/frame loss&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=480 ! videoconvert ! videoscale ! video/x-raw,width=320,height=240 ! theoraenc bitrate=1000 keyframe-force=30 drop-frames=true ! oggmux ! udpsink host=192.168.1.114 port=4000 sync=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When, I try using 640*480 resolution without video scale it through delay/frameloss. Is their any solution to overcome this issue..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hasan&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 10:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1870594#M22745</guid>
      <dc:creator>Hasan_01</dc:creator>
      <dc:date>2024-05-22T10:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1871057#M22753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233307"&gt;@Hasan_01&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;Based on your hardware, it seems you can't achieve a better performance I recommend you to use a MIPI CSI camera. With this interface you can increase the resolution due to the bandwidth.&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:38:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1871057#M22753</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-05-22T17:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1871672#M22764</link>
      <description>&lt;P&gt;How do i enbale MIPI CSI Cam IMX219 on Karo QS8M-MQOO Qbase2.&lt;BR /&gt;&lt;BR /&gt;Can you please guide me where to start for enabling MIPI CSI camera..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I found while checking list-devices:&lt;/P&gt;&lt;P&gt;v4l2-ctl --list-devices&lt;BR /&gt;i.MX6S_CSI (platform:32e20000.csi1_bridge):&lt;BR /&gt;/dev/video0&lt;/P&gt;&lt;P&gt;USB Camera: USB Camera (usb-ci_hdrc.1-1.1):&lt;BR /&gt;/dev/video1&lt;BR /&gt;/dev/video2&lt;BR /&gt;/dev/media0&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 07:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1871672#M22764</guid>
      <dc:creator>Hasan_01</dc:creator>
      <dc:date>2024-05-23T07:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: USB Camera Livestreaming Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1872200#M22778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233307"&gt;@Hasan_01&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For MIPI CSI enablement you can based on the following community article:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-set-up-camera-Dart-BCON-Basler-for-iMX8MPlus-on-Embedded/ta-p/1653408" target="_blank"&gt;How to set up camera Dart BCON Basler for iMX8MPlus on Embedded Linux - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However, for further information you may need to contact with Karo Electronics support.&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 17:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/USB-Camera-Livestreaming-Issue/m-p/1872200#M22778</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-05-23T17:06:57Z</dc:date>
    </item>
  </channel>
</rss>

