<?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[Using MSU-0161 Hi-res camera with MMSU-M0014 tracking camera.]]></title><description><![CDATA[<p dir="auto">Hi, I have purchased a 4k High-resolution, Low-light Sensor for VOXL<img src="https://forum.modalai.com/assets/plugins/nodebb-plugin-emoji/emoji/android/00ae.png?v=r4gp3i66d9g" class="not-responsive emoji emoji-android emoji--registered" title=":registered:" alt="®" /> (Starvis IMX412 w/ micro-coax &amp; M12-style Lens) (MSU-M0161) with Micro-coax Adapter for VOXL 2 (MDK-M0155-1), a tracking camera (MSU-M0014-1-01) and a VOXL 2 Dual Camera Adapter (MSU-M0084) cable. I want to use this Hi-res camera along with the Tracking camera but the Micro coax adapter that comes with the Hi-res camera completely occupies the J7 port of the VOXL2. Is there a way I can use both these cameras together with the help of any adapter or converter or something?<br />
Thanks.</p>
]]></description><link>https://forum.modalai.com/topic/4080/using-msu-0161-hi-res-camera-with-mmsu-m0014-tracking-camera</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 12:39:15 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/4080.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Jan 2025 07:42:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using MSU-0161 Hi-res camera with MMSU-M0014 tracking camera. on Wed, 22 Jan 2025 18:08:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/2752">@vaibhavswami</a> ,</p>
<p dir="auto">Ov7251 stereo pairs are supported on camera ports J6 or J8 on VOXL2. Since you have already occupied J6 and J7, you can connect one stereo pair to J8 (take note of the orientation of J8, since it's rotated compared to J6, J7).</p>
<p dir="auto">Cameras on J8 would have slot IDs 4 and 5, so you would need to copy the following files:</p>
<pre><code>cp /usr/share/modalai/chi-cdk/ov7251-combo/com.qti.sensormodule.ov7251_combo_4.bin /usr/lib/camera/
cp /usr/share/modalai/chi-cdk/ov7251-combo/com.qti.sensormodule.ov7251_combo_5.bin /usr/lib/camera/
</code></pre>
<p dir="auto">(if you need to rotate the camera 180 degrees, there is the "flip" version of the sensormodules too: <code>ov7251-combo-flip</code>)</p>
<p dir="auto">After this you should be able to detect the stereo cameras using <code>voxl-camera-server -l</code> as camera ID 2 and 3 (since 0 and 1 are single ov7251 and IMX412).</p>
<p dir="auto">Finally, you would need to update your camera server config:</p>
<pre><code>camera-server-config-helper tracking:ov7251:0 hires:imx412:1 stereo:ov7251:2:3
</code></pre>
<p dir="auto">Try it out and let me know if you run into any issues..</p>
<p dir="auto">If you wanted to use dual stereo, that use case is very similar to the one described here : <a href="https://docs.modalai.com/voxl2-image-sensors/#sdk-10-usage-example" rel="nofollow ugc">https://docs.modalai.com/voxl2-image-sensors/#sdk-10-usage-example</a> but you would need to use</p>
<ul>
<li>non-coax version of IMX412 (M0107)</li>
<li>M0084 dual camera Y flex or M0135 dual camera interposer in order to plug in tracking camera M0014 and IMX412 M0107</li>
<li>extension flex M0036 (long) or M0074 (short) for IMX412,</li>
</ul>
<p dir="auto">Alex</p>
]]></description><link>https://forum.modalai.com/post/20573</link><guid isPermaLink="true">https://forum.modalai.com/post/20573</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Wed, 22 Jan 2025 18:08:35 GMT</pubDate></item><item><title><![CDATA[Reply to Using MSU-0161 Hi-res camera with MMSU-M0014 tracking camera. on Mon, 20 Jan 2025 15:59:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/7">@Alex-Kushleyev</a> Hi Alex, Thank you for your reply. I also have 2 pairs of stereo sensors, is it possible to use them together with the configuration which you have mentioned above? Basically, I want to use a Hi-res (with coax adapter), a tracking and two pairs of stereo sensors together.<br />
Thank you.</p>
]]></description><link>https://forum.modalai.com/post/20538</link><guid isPermaLink="true">https://forum.modalai.com/post/20538</guid><dc:creator><![CDATA[vaibhavswami]]></dc:creator><pubDate>Mon, 20 Jan 2025 15:59:13 GMT</pubDate></item><item><title><![CDATA[Reply to Using MSU-0161 Hi-res camera with MMSU-M0014 tracking camera. on Mon, 13 Jan 2025 17:17:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/2752">@vaibhavswami</a> ,</p>
<p dir="auto">Yes, you can do it the following way:</p>
<ul>
<li>make sure to power off VOXL2 before connecting / disconnecting cameras</li>
<li>connect your M0084 cable to VOXL2 J6</li>
<li>connect M0014 tracking camera to M0084 L (lower slot - this camera will be in slot 0)</li>
<li>connect M0161 + M0155 to VOXL2 J7 (this camera will be in slot 2)</li>
</ul>
<p dir="auto">Then generate a config file for voxl-camera-server using:</p>
<pre><code>camera-server-config-helper tracking:ov7251:0 hires:imx412:1
</code></pre>
<p dir="auto">This should generate updated config file <code>/etc/modalai/voxl-camera-server.conf</code></p>
<p dir="auto">Also, make sure to copy the sensormodule files (camera drivers):</p>
<pre><code>cp /usr/share/modalai/chi-cdk/ov7251/com.qti.sensormodule.ov7251_0.bin /usr/lib/camera/
cp /usr/share/modalai/chi-cdk/imx412/com.qti.sensormodule.imx412_2.bin /usr/lib/camera/
</code></pre>
<p dir="auto">See the following doc page for more info about camera drivers : <a href="https://docs.modalai.com/voxl2-image-sensors/#image-sensor-drivers-overview" rel="nofollow ugc">https://docs.modalai.com/voxl2-image-sensors/#image-sensor-drivers-overview</a></p>
<p dir="auto">After that, if you run</p>
<pre><code>voxl-camera-server -l
</code></pre>
<p dir="auto">that should list all the cameras that have been detected. You may need to stop the camera server if it is already running in the background (<code>systemctl stop voxl-camera-server</code>)</p>
<p dir="auto">After confirming both cameras have been detected, you can just re-start the camera server <code>systemctl start voxl-camera-server</code>.</p>
<p dir="auto">Alex</p>
]]></description><link>https://forum.modalai.com/post/20425</link><guid isPermaLink="true">https://forum.modalai.com/post/20425</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Mon, 13 Jan 2025 17:17:34 GMT</pubDate></item></channel></rss>