<?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[Save camera frames using OpenCV]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm working on OpenCV using the voxl core-board. I've connected <strong>hires + tracking</strong> camera.</p>
<p dir="auto">I want to <strong>save the frames of hires camera</strong> using <strong>cv2.VideoCapture(0)</strong> method but it prompts an error.<br />
<strong>I'm unable to open the video stream using cv2.VideoCapture(0).</strong></p>
<p dir="auto"><strong>I also want to know the scope of OpenCV using the voxl core-board. (Any limitations?)</strong></p>
<p dir="auto">Any suggestions would be greatly appreciated!</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.modalai.com/topic/53/save-camera-frames-using-opencv</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 16:29:19 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/53.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Dec 2020 10:42:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Save camera frames using OpenCV on Thu, 17 Dec 2020 08:51:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a><br />
Yes! There is no direct interface with the hires camera in OpenCV.<br />
I'll follow the steps as you suggested.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.modalai.com/post/202</link><guid isPermaLink="true">https://forum.modalai.com/post/202</guid><dc:creator><![CDATA[Alex123]]></dc:creator><pubDate>Thu, 17 Dec 2020 08:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to Save camera frames using OpenCV on Sat, 12 Dec 2020 17:59:45 GMT]]></title><description><![CDATA[<p dir="auto">There is no direct interface with the hires camera in OpenCV that would allow you to use the VideoCapture API. You will need to get the frames from the camera and feed them to your OpenCV application directly. You could use voxl-rtsp in pipe mode (-m) which would output raw nv21 frames in a named pipe (/dev/frame0). In your application you can read the frames from the pipe (/dev/frame0).</p>
]]></description><link>https://forum.modalai.com/post/189</link><guid isPermaLink="true">https://forum.modalai.com/post/189</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Sat, 12 Dec 2020 17:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to Save camera frames using OpenCV on Fri, 11 Dec 2020 06:45:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/2">@modaltb</a><br />
The above example is in development and it's not that useful. As I'm looking for on-board processing.<br />
Is there any option to access the video feed of Hires camera directly using OpenCV for on-board processing?<br />
(on-board operations like Object Tracking)</p>
]]></description><link>https://forum.modalai.com/post/185</link><guid isPermaLink="true">https://forum.modalai.com/post/185</guid><dc:creator><![CDATA[Alex123]]></dc:creator><pubDate>Fri, 11 Dec 2020 06:45:19 GMT</pubDate></item><item><title><![CDATA[Reply to Save camera frames using OpenCV on Tue, 08 Dec 2020 00:59:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/33">@Alex123</a> ,</p>
<p dir="auto">Here's an example that is in development that should similar to what you need:</p>
<p dir="auto"><a href="https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-dfs-server/-/blob/master/clients/voxl-camera-logger.cpp" rel="nofollow ugc">https://gitlab.com/voxl-public/modal-pipe-architecture/voxl-dfs-server/-/blob/master/clients/voxl-camera-logger.cpp</a></p>
]]></description><link>https://forum.modalai.com/post/174</link><guid isPermaLink="true">https://forum.modalai.com/post/174</guid><dc:creator><![CDATA[modaltb]]></dc:creator><pubDate>Tue, 08 Dec 2020 00:59:47 GMT</pubDate></item></channel></rss>