<?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[A603 carrier board - imx265]]></title><description><![CDATA[<p dir="auto">Hello<br />
I installed the imx265 camera drivers on the A603 board from seeedstudio with Jetson orin nx 8gb and Jetpack 36.4.0 but it doesn't give me an image. In the image below I put the output of the dmesg:<img src="/assets/uploads/files/1752073376564-screenshot-from-2025-07-09-18-20-43.png" alt="Screenshot from 2025-07-09 18-20-43.png" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forum.veye.cc/topic/691/a603-carrier-board-imx265</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 19:51:00 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/691.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jul 2025 15:03:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A603 carrier board - imx265 on Thu, 17 Jul 2025 09:48:51 GMT]]></title><description><![CDATA[<p dir="auto">Your current image is Jetpack 5.1.2 with L4T version r35.4.1. The mvcam driver included in it is relatively old, so the mv_probe.sh script cannot work properly. — For more details, you can refer to the comments at the top of the mv_probe.sh script.</p>
<p dir="auto"><img src="/assets/uploads/files/1752745646927-081b1526-6747-417e-af94-d33ffbbc08cb-image.png" alt="081b1526-6747-417e-af94-d33ffbbc08cb-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">In addition, please try running the following script and see if it shows continuous messages indicating that data is being received. If it still fails to receive data, please run <code>sudo dmesg</code> to check whether there are any error messages.</p>
<pre><code>export WIDTH=2560
export HEIGHT=1544
export FPS=50
v4l2-ctl --set-ctrl roi_x=0
v4l2-ctl --set-ctrl roi_y=0
v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY
v4l2-ctl --set-ctrl frame_rate=$FPS
v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY --stream-mmap --stream-count=-1 --stream-to=/dev/null
</code></pre>
]]></description><link>http://forum.veye.cc/post/4813</link><guid isPermaLink="true">http://forum.veye.cc/post/4813</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 17 Jul 2025 09:48:51 GMT</pubDate></item><item><title><![CDATA[Reply to A603 carrier board - imx265 on Wed, 16 Jul 2025 13:51:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a><br />
hi , i use mv_probe.sh in jetpack6.0 and i get same resault when i use jetpack5.1.2, yet i get black screan when i use this pipeline:</p>
<pre><code>gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)GRAY8, width=2048, height=1544, framerate=(fraction)55/1" ! videoconvert ! autovideosink sync=false -v
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1752673685245-screenshot-from-2025-07-16-13-44-28.png" alt="Screenshot from 2025-07-16 13-44-28.png" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forum.veye.cc/post/4812</link><guid isPermaLink="true">http://forum.veye.cc/post/4812</guid><dc:creator><![CDATA[mv]]></dc:creator><pubDate>Wed, 16 Jul 2025 13:51:24 GMT</pubDate></item><item><title><![CDATA[Reply to A603 carrier board - imx265 on Fri, 11 Jul 2025 06:04:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mv" aria-label="Profile: mv">@<bdi>mv</bdi></a><br />
It appears that the camera was successfully probed on i2c-10. Next, you can refer to Part 9 and Part 10 in this <a href="https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_jetson#State_Detection_and_Environment_Variable_Configuration" rel="nofollow ugc">link</a> to try capturing images.<br />
You can also try using <a href="https://github.com/veyeimaging/veye_viewer" rel="nofollow ugc">veye_viewer</a>.</p>
]]></description><link>http://forum.veye.cc/post/4807</link><guid isPermaLink="true">http://forum.veye.cc/post/4807</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Fri, 11 Jul 2025 06:04:32 GMT</pubDate></item></channel></rss>