<?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 NX使用RAW-MIPI-SC132M驱动配置]]></title><description><![CDATA[<p dir="auto">使用的是RAW-MIPI-SC132M这款产品，不知道此款产品能否调节相机参数，比如曝光、白平衡等，我用了下面方式：struct v4l2_control v4l2;<br />
<a href="http://v4l2.id" rel="nofollow ugc">v4l2.id</a> = V4L2_CID_EXPOSYRE;v4l2.value = 0;ioctl(fd,VIDIOC_S_CTRL,&amp;v4l2);提示我Invalid argument.<br />
请问这款产品能调节曝光吗？然后请指导一下方法。谢谢。</p>
]]></description><link>http://forum.veye.cc/topic/402/jetson-nx使用raw-mipi-sc132m驱动配置</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 19:31:59 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/402.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 May 2023 09:01:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jetson NX使用RAW-MIPI-SC132M驱动配置 on Thu, 04 May 2023 09:33:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://forum.veye.cc/uid/789">@lb</a> 这个产品不支持自动曝光，支持手动曝光。但是不是通过V4L2接口，而是通过shell脚本直接写寄存器的形式实现的。<br />
具体可以参考：<br />
<a href="https://wiki.veye.cc/index.php/RAW-MIPI-SC132M_Index" rel="nofollow ugc">https://wiki.veye.cc/index.php/RAW-MIPI-SC132M_Index</a><br />
<em>mv_mipi_i2c.sh 使用说明</em>章节。</p>
]]></description><link>http://forum.veye.cc/post/2551</link><guid isPermaLink="true">http://forum.veye.cc/post/2551</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 04 May 2023 09:33:57 GMT</pubDate></item></channel></rss>