<?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[Hires camera rotation]]></title><description><![CDATA[<p dir="auto">Having issues with Hires camera. Is there a way to rotate the camera similar to the rotate_tracking and rotate_stereo? I also assumed the default seeker_voxlcam would have hires as well but it only has TOF/Stereo/Tracking (ID #7).</p>
<p dir="auto"><img src="/assets/uploads/files/1680816950501-d7decb62-fb2a-4a68-b3d4-15a4de13f645-image.png" alt="d7decb62-fb2a-4a68-b3d4-15a4de13f645-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1680816834143-d9424089-aa7c-453e-ad6b-cfb4dcb6ba33-image.png" alt="d9424089-aa7c-453e-ad6b-cfb4dcb6ba33-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.modalai.com/topic/2043/hires-camera-rotation</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 07:55:31 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/2043.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Apr 2023 21:37:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hires camera rotation on Fri, 07 Apr 2023 02:31:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/justindev23" aria-label="Profile: JustinDev23">@<bdi>JustinDev23</bdi></a> ,</p>
<p dir="auto">Rotating Hires camera is not an option in the configuration menu, however you can still do this pretty easily.</p>
<p dir="auto">When you run <code>voxl-configure-cameras</code>, based on your use case, the script writes an appropriate configuration file to <code>/system/etc/camera/camera_config.xml</code>. In that file, you will see entries for all the cameras expected for the particular use case.</p>
<p dir="auto">Since you have already enabled the hires camera (IMX214), you already have an entry for it in <code>camera_config.xml</code>, so if you find it, you should see something like this <code>&lt;SensorName&gt;imx214_rot180&lt;/SensorName&gt;</code> . What this does it tells the camera framework to load a dynamic library <code>/usr/lib/libmmcamera_imx214_rot180.so</code> - our default is the rotated version. To remove the rotation, you simply change the entry to <code>&lt;SensorName&gt;imx214&lt;/SensorName&gt;</code>, which will in turn use <code>/usr/lib/libmmcamera_imx214.so</code> library after you <em><strong>reboot</strong></em> and the image should be right side up.</p>
<p dir="auto">Please remember that running <code>voxl-configure-cameras</code> again will overwrite the camera_config.xml that you may edit.</p>
<p dir="auto">Hope this helps!</p>
<p dir="auto">Alex</p>
]]></description><link>https://forum.modalai.com/post/9520</link><guid isPermaLink="true">https://forum.modalai.com/post/9520</guid><dc:creator><![CDATA[Alex Kushleyev]]></dc:creator><pubDate>Fri, 07 Apr 2023 02:31:04 GMT</pubDate></item></channel></rss>