<?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[Veye imx462 comnands]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to config veye_mipi_imx462.<br />
FPGA =&gt; IMX462 (via I2C)<br />
I had extracted i2c command list from your script.<br />
This is a part from my command list:<br />
I2C_ADDR  ==&gt;&gt; 0x3b<br />
//=========================<br />
read_devid :<br />
read 0x3b  0x01<br />
//=========================</p>
<p dir="auto">read_releasedate :<br />
write 0x3b  0x10 0xDA<br />
write 0x3b  0x11 0x5C<br />
write 0x3b  0x13 0x01<br />
sleep 0.01<br />
yy= read 0x3b  0x14</p>
<pre><code>write 0x3b  0x10 0xDA
write 0x3b  0x11 0x5D
write 0x3b  0x13 0x01
sleep 0.01
mm= read 0x3b 0x14 );

write 0x3b  0x10 0xDA
write 0x3b  0x11 0x52
write 0x3b  0x13 0x01
sleep 0.01
dd= read 0x3b  0x14
</code></pre>
<p dir="auto">//=========================<br />
read_hardver :</p>
<pre><code>hardver= read 0x3b  0x00
</code></pre>
<p dir="auto">//=========================<br />
read_sensorid :</p>
<pre><code>sensorid_h= read 0x3b 0x20
sensorid_l= read 0x3b 0x21
SENSOR_ID=(((sensorid_h&lt;&lt;8)+sensorid_l))
</code></pre>
<p dir="auto">//=========================<br />
read_wdrmode :<br />
write 0x3b  0x10 0xDB<br />
write 0x3b  0x11 0x32<br />
write 0x3b  0x13 0x01<br />
sleep 0.01<br />
wdrmode= read 0x3b  0x14</p>
<p dir="auto">write_wdrmode :<br />
write 0x3b  0x10 0xDB<br />
write 0x3b  0x11 0x32<br />
write 0x3b  0x12 $PARAM1<br />
write 0x3b  0x13 0x00</p>
<p dir="auto">value 	description<br />
0x00 	Back Light Mode OFF<br />
0x01 	Back Light Mode ON, LOW<br />
0x02 	Back Light Mode ON, HIGH<br />
0x03 	DOL WDR Enable<br />
//=========================</p>
<p dir="auto">But I just can read device ID, and None of the commands work.</p>
<p dir="auto">Please guide me. Are the commands I wrote above wrong?</p>
]]></description><link>http://forum.veye.cc/topic/395/veye-imx462-comnands</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 18:09:04 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/395.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Apr 2023 13:48:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Veye imx462 comnands on Mon, 24 Apr 2023 03:05:13 GMT]]></title><description><![CDATA[<p dir="auto">Before accessing these registers, write register 07 to 0xFE.</p>
]]></description><link>http://forum.veye.cc/post/2528</link><guid isPermaLink="true">http://forum.veye.cc/post/2528</guid><dc:creator><![CDATA[veye_7]]></dc:creator><pubDate>Mon, 24 Apr 2023 03:05:13 GMT</pubDate></item></channel></rss>