<?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[How to use voxl-logger to sample hires camera?]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am able use the voxl-logger for both the stereo and tracking camera, but for some unknown reason I cannot sample the hires camera. What am I missing here?</p>
<p dir="auto">I can provide more information if needed.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.modalai.com/topic/633/how-to-use-voxl-logger-to-sample-hires-camera</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 01:09:16 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/633.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jan 2022 17:16:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use voxl-logger to sample hires camera? on Tue, 22 Mar 2022 14:23:50 GMT]]></title><description><![CDATA[<p dir="auto">+1 for this functionality if possible. Would it be possible to merge the color branch into dev/master for the next release? If speed is a problem I think it would be acceptable to limit this to lower resolutions as a starting point</p>
]]></description><link>https://forum.modalai.com/post/3805</link><guid isPermaLink="true">https://forum.modalai.com/post/3805</guid><dc:creator><![CDATA[David Smyth]]></dc:creator><pubDate>Tue, 22 Mar 2022 14:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to use voxl-logger to sample hires camera? on Thu, 06 Jan 2022 00:59:03 GMT]]></title><description><![CDATA[<p dir="auto">Hi Matthew,</p>
<p dir="auto">When you try to run voxl-logger with the hires camera it should have given the following error message:</p>
<pre><code class="language-bash">voxl:/$ voxl-logger --cam hires --samples 1
connected to ch 0 cam server: /run/mpa/hires/
ERROR only support RAW8, RAW16, and FLOAT32 images right now
got NV21 instead
</code></pre>
<p dir="auto">The reason these are the only formats currently supported is because it uses opencv to save/load images. OpenCV is quick enough for black and white images, but simply too slow to be practical for large color images.</p>
<p dir="auto">As an experiment I just made a new branch of voxl-mpa-tools with a slow but functional switch-case for the NV21 images produced by the hires camera. This will work for saving one or two images, but won't be able to keep up with a steady 30fps stream.</p>
<p dir="auto">Here is the code if you want to try:<br />
<a href="https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-mpa-tools/-/commit/633adfdaf8162548d5df4218243a32e06d2ea7b1" rel="nofollow ugc">https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-mpa-tools/-/commit/633adfdaf8162548d5df4218243a32e06d2ea7b1</a></p>
<p dir="auto">Migrating voxl-logger to use a faster image compression library and/or hardware acceleration is in the pipeline but I can't promise a release date for that I'm afraid.</p>
<p dir="auto">I hope this helps,<br />
James</p>
]]></description><link>https://forum.modalai.com/post/2956</link><guid isPermaLink="true">https://forum.modalai.com/post/2956</guid><dc:creator><![CDATA[James Strawson]]></dc:creator><pubDate>Thu, 06 Jan 2022 00:59:03 GMT</pubDate></item></channel></rss>