<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？]]></title><description><![CDATA[<p dir="auto">想拉取MIPI摄像头的视频流进行处理？不知道在这个上面怎么拉取该MIPI摄像头的视频流数据？</p>
]]></description><link>http://forum.veye.cc/topic/243/jetson-tx2-cs_tx2_xavier_1cam_imax327-怎么拉视频流呢</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 19:10:44 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/243.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 May 2022 08:22:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？ on Tue, 21 Jun 2022 08:09:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/1">@veye_xumm</a> said in <a href="/post/1541">JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165">@hello</a><br />
看你之前这个帖子是解决好驱动问题了，也可以预览了。<br />
你说的拉流指的什么功能？<br />
用gstreamer进行预览录像都可以了。<br />
你的程序想要获取图像，可以像访问通用的v4l2设备一样，访问/dev/video0即可。</p>
</blockquote>
<p dir="auto">好的，谢谢<br />
目前通过官方资料中的抓图命令可以抓取一帧的图象，不过感觉这种方式不合适在应用程序中使用，还是先看下v4l2</p>
<p dir="auto">想问下，这个开发板中的v4l2的库文件位置在哪里呀？如下：<br />
<a href="https://blog.csdn.net/smartvxworks/article/details/107559885" rel="nofollow ugc">https://blog.csdn.net/smartvxworks/article/details/107559885</a><br />
#include &lt;linux/videodev2.h&gt;<br />
没有找到这个目录</p>
<p dir="auto">谢谢</p>
]]></description><link>http://forum.veye.cc/post/1584</link><guid isPermaLink="true">http://forum.veye.cc/post/1584</guid><dc:creator><![CDATA[hello]]></dc:creator><pubDate>Tue, 21 Jun 2022 08:09:52 GMT</pubDate></item><item><title><![CDATA[Reply to JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？ on Thu, 09 Jun 2022 01:22:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165">@hello</a><br />
看你之前这个帖子是解决好驱动问题了，也可以预览了。<br />
你说的拉流指的什么功能？<br />
用gstreamer进行预览录像都可以了。<br />
你的程序想要获取图像，可以像访问通用的v4l2设备一样，访问/dev/video0即可。</p>
]]></description><link>http://forum.veye.cc/post/1541</link><guid isPermaLink="true">http://forum.veye.cc/post/1541</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 09 Jun 2022 01:22:36 GMT</pubDate></item><item><title><![CDATA[Reply to JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？ on Wed, 08 Jun 2022 06:45:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/1">@veye_xumm</a></p>
<p dir="auto">根据之前的帖子http://forum.veye.cc/topic/213/%E6%80%A5-jetson-tx2-cs_tx2_xavier_1cam_imax327-%E6%80%8E%E4%B9%88%E6%AD%A3%E5%B8%B8%E5%90%AF%E5%8A%A8/2?_=1654669438118</p>
<p dir="auto">已经重新烧写过Image与dtb了呀，又需要更新吗？有需要更新的具体版本号吗？谢谢</p>
]]></description><link>http://forum.veye.cc/post/1539</link><guid isPermaLink="true">http://forum.veye.cc/post/1539</guid><dc:creator><![CDATA[hello]]></dc:creator><pubDate>Wed, 08 Jun 2022 06:45:58 GMT</pubDate></item><item><title><![CDATA[Reply to JETSON TX2 + CS_TX2_XAVIER_1CAM_IMAX327 怎么拉视频流呢？ on Mon, 30 May 2022 00:51:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165">@hello</a></a> <a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165">@hello</a></a> <a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/165">@hello</a></a><br />
需要首先更新一下Image和dtb，实际上就是增加对我们摄像头的驱动。<br />
然后就可以以标准v4l2设备的形式访问了。<br />
<a href="http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2/zh" rel="nofollow ugc">http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2/zh</a></p>
]]></description><link>http://forum.veye.cc/post/1516</link><guid isPermaLink="true">http://forum.veye.cc/post/1516</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 30 May 2022 00:51:47 GMT</pubDate></item></channel></rss>