<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Omron HVC-P2 Roadtest - Application Results</title><link>/products/roadtest/b/blog/posts/omron-hvc-p2-roadtest---application-results</link><description>When I first read about the Omron HVC-P2 roadtest I was excited about the possibility of implementing a security monitoring application with a camera/image processor that had human image recognition built in. Based on the specs I thought I coul...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Omron HVC-P2 Roadtest - Application Results</title><link>https://community.element14.com/products/roadtest/b/blog/posts/omron-hvc-p2-roadtest---application-results</link><pubDate>Sun, 25 Nov 2018 05:52:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:74539b32-9966-47c2-a682-8bba81b84348</guid><dc:creator>Gough Lui</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:dc11ece8204f479e8dce2a47a33b20d3:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; - just a thought when you mentioned that an image took about 4 seconds to save 320x240. I suspect this is an interface issue - 320x240 @ 8-bit = 76,800 bytes to transfer. At 4.5 seconds, this implies a transfer rate of ~170kbit/s (inc serial start/stop bit overhead). With the 160x120 image @ 8-bit/px = 19,200 bytes to transfer - at 1.2s, this is ~160kbit/s. So it does sound like you have a throughput bottleneck somewhere.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m not familiar with the product but the datasheet seems to imply that there is a UART interface and a USB interface which is CDC compliant. In case it is not implemented by a USB-TTL bridge chip, maybe it would be worth hooking up the UART directly to a known good USB-TTL device (like a CP2102/FT-232) to see whether this helps. Also see the code if it&amp;#39;s commanding the device to operate at the maximum 921600bps baud rate - although be warned that some devices could be &amp;quot;lost&amp;quot; if you command it to a baud rate you cannot then receive/transmit reliably. At that rate, I&amp;#39;d expect the 320x240 image to only take 0.83s to transmit over the bus assuming full utilisation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would expect a Raspberry Pi to not have major issues with storing images, although the Python code could be consuming a lot of CPU time causing overhead. Most SD cards should easily handle a few MB/s. Perhaps try a laptop running Linux?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Gough&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=5948&amp;AppID=14&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>