<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://ez.analog.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Discussions - Recent Threads</title><link>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Tue, 29 Jan 2019 19:56:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions" /><item><title>People Counter using BLIP</title><link>https://ez.analog.com/thread/106811?ContentTypeID=0</link><pubDate>Tue, 29 Jan 2019 19:56:30 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:274696b1-ca64-47a4-965e-98cda6fc4e23</guid><dc:creator>iriscdr22</dc:creator><slash:comments>0</slash:comments><comments>https://ez.analog.com/thread/106811?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/106811/people-counter-using-blip/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am working on BLIP People Counter using GUI. I followed every step as per user guide but I am not able to get the correct count. For 1 in and 1 out I am getting like 2 in and 3 out......I haven&amp;#39;t connected any external wifi module now and I mounted it at a height of 6 feet using 5000940 lens which is given in Blip kit from analog devices.......How can I get accurate count of in and out&amp;nbsp; using people counter&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://ez.analog.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/1199/4274.Capture.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>what lens is provided on blip2 for the aptina sensor</title><link>https://ez.analog.com/thread/4338?ContentTypeID=0</link><pubDate>Tue, 03 Oct 2017 14:34:29 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:0f6b9f57-858f-40a4-bc39-362478f5d227</guid><dc:creator>MARTYD</dc:creator><slash:comments>0</slash:comments><comments>https://ez.analog.com/thread/4338?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4338/what-lens-is-provided-on-blip2-for-the-aptina-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;would like to know if it is f 2.8mm , 1/2.7&amp;quot; IR cut&amp;nbsp; , or something else .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AD BF-707 BLIP2 APTINA ASX-340</title><link>https://ez.analog.com/thread/4339?ContentTypeID=0</link><pubDate>Wed, 02 Aug 2017 22:48:36 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:146bc491-11c7-4890-8be6-45b322d7ea2a</guid><dc:creator>j.hyla@cctechnology.pl</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4339?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4339/ad-bf-707-blip2-aptina-asx-340/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a problem with APTINA example from crosscore. I started to use GUI and both sensors works properly (&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;OVM7692 and&amp;nbsp;&lt;span&gt;ASX-340). Using example from ADZS-BF707-BLIP2 v1.0.0. I am able to capture frame and show it in debug as a photo only using OVM7692 sensor. Using aptina i have a coloured photo with shapes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;span&gt;To use i changed in both examples (&amp;nbsp;FrameCapture_ClassDriver_OV7692 and &amp;nbsp;FrameCapture_ClassDriver_ASX340) only some lines in file FrameCapture_ClassDriver.h:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;span&gt;- #define CAPTURE_VIDEO_DATA_FORMAT ADI_VIDEO_IN_RAW422_PROG to&amp;nbsp;#define CAPTURE_VIDEO_DATA_FORMAT ADI_VIDEO_IN_RGB565&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;span&gt;-&amp;nbsp;#define VIDEO_BUF_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (1280u * 720 * 3) to&amp;nbsp;#define VIDEO_BUF_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (640u * 480* 2)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;span&gt;-#define PROC_MAX_SYS_CLOCK &amp;nbsp; &amp;nbsp; &amp;nbsp; (192000000u)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p style="padding:0px;"&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
 &lt;p style="padding:0px;"&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
 &lt;p style="padding:0px;"&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
 &lt;p style="padding:0px;"&gt;&lt;span style="color:#636363;background-color:#f5f5f5;font-size:14px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://ez.analog.com/cfs-file/__key/telligent-evolution-components-attachments/00-1199-00-00-00-00-43-39/1.png" length="202270" type="image/png" /></item><item><title>BLIP 2 Board HOST USB port ?</title><link>https://ez.analog.com/thread/4340?ContentTypeID=0</link><pubDate>Mon, 19 Jun 2017 10:03:14 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:ec549428-fadc-4a01-8352-5905255148cc</guid><dc:creator>RaghavanPS</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4340?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4340/blip-2-board-host-usb-port/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;We wanted to control a device which is having usb interface,which can be controlled using HID usb interface.&lt;/p&gt;
 &lt;p&gt;Does BLIP2 is having HOST USB port.&lt;/p&gt;
 &lt;p&gt;Can some please help me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ADZS-BF707-BLIP2 UART Write not working</title><link>https://ez.analog.com/thread/4341?ContentTypeID=0</link><pubDate>Wed, 14 Jun 2017 08:06:43 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:0d848a1e-4db3-4803-b979-ed058f6d0d41</guid><dc:creator>RaghavanPS</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4341?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4341/adzs-bf707-blip2-uart-write-not-working/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi I am trying to write data to UART port (&lt;strong&gt;Mentioned as USB to UART on &lt;/strong&gt;BLIP2 Board)&lt;/p&gt;
 &lt;p&gt;BLIP2 Board Rev 2.0 BF707.&lt;/p&gt;
 &lt;p&gt;CCSE 2.6&lt;/p&gt;
 &lt;p&gt;Setup is USB cable connected to host with&lt;/p&gt;
 &lt;p&gt;baudrate,STOPbit, PARTY,WORDlen matching the BLIP2 board config via code.&lt;/p&gt;
 &lt;p&gt;but i do not see anything on TerraTerm.I tried changing baudrates(increasing and decreasing) also but no use.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;&lt;span style="text-decoration:underline;"&gt;This code I copied from UART code example in CCSE.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;can someone help me please, what am i missing ?&lt;/p&gt;
 &lt;p&gt;code below and I have attached code &amp;nbsp;files also.&lt;br /&gt;ADI_UART_RESULT UARTPrint(char *UART_String)&lt;br /&gt;{&lt;br /&gt;#if defined (__ADSPARM__)&lt;br /&gt;/* Some variables in this code sketch are set for demonstration purposes&lt;br /&gt; * but not used. These variables are expected to be used in real&lt;br /&gt; * applications.&lt;br /&gt; */&lt;/p&gt;
 &lt;p&gt;#pragma GCC diagnostic ignored &amp;quot;-Wunused-variable&amp;quot;&lt;br /&gt; #pragma GCC diagnostic ignored &amp;quot;-Wunused-but-set-variable&amp;quot;&lt;br /&gt;#endif&lt;/p&gt;
 &lt;p&gt;/* UART driver memory */&lt;br /&gt;uint8_t driverMemory[ADI_UART_UNIDIR_DMA_MEMORY_SIZE];&lt;/p&gt;
 &lt;p&gt;&lt;br /&gt; /* UART driver handle */&lt;br /&gt; ADI_UART_HANDLE hDevice;&lt;/p&gt;
 &lt;p&gt;/* driver API result code */&lt;br /&gt; ADI_UART_RESULT result = ADI_UART_SUCCESS;&lt;/p&gt;
 &lt;p&gt;/* buffer which holds data to transfer over UART */&lt;br /&gt; uint8_t buffer[] = {&amp;#39;Z&amp;#39;,&amp;#39;Z&amp;#39;,&amp;#39;\n&amp;#39;,&amp;#39;\r&amp;#39;};&lt;/p&gt;
 &lt;p&gt;/* open the UART driver in Tx mode only */&lt;br /&gt; result = adi_uart_Open(1, ADI_UART_DIR_TRANSMIT, driverMemory, ADI_UART_UNIDIR_DMA_MEMORY_SIZE, &amp;amp;hDevice);&lt;br /&gt; CheckResult(&amp;quot;Uart Device 1 Open&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;/*&lt;br /&gt; * Use the driver API&amp;#39;s to configure UART&lt;br /&gt; */&lt;br /&gt; result = adi_uart_SetMode(hDevice,ADI_UART_MODE_UART);&lt;br /&gt; CheckResult(&amp;quot;Uart SetMode&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;/* adi_uart_SetBaudRate();&lt;br /&gt; * adi_uart_SetNumStopBits(;)&lt;br /&gt; * adi_uart_SetWordLen();&lt;br /&gt; * adi_uart_EnableDMAMode();&lt;br /&gt; */&lt;/p&gt;
 &lt;p&gt;result = adi_uart_SetBaudRate(hDevice, 115200u);&lt;br /&gt; CheckResult(&amp;quot;Uart SetBaudRate&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;result = adi_uart_SetNumStopBits(hDevice, ADI_UART_ONE_STOPBIT);&lt;br /&gt; CheckResult(&amp;quot;Uart SetNumStopBits&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;result = adi_uart_SetWordLen(hDevice, ADI_UART_WORDLEN_8BITS);&lt;br /&gt; CheckResult(&amp;quot;Uart SetWordLen&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;result = adi_uart_SetParity(hDevice, ADI_UART_NO_PARITY);&lt;br /&gt; CheckResult(&amp;quot;Uart SetParity&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;result = adi_uart_EnableDMAMode(hDevice, true);&lt;br /&gt; CheckResult(&amp;quot;Uart EnableDMAMode&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;/* write data to the UART device using a blocking write */&lt;br /&gt; result = adi_uart_Write(hDevice, buffer, sizeof(buffer));&lt;br /&gt; CheckResult(&amp;quot;Uart Write&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;/* close the UART driver */&lt;br /&gt;// result = adi_uart_Close(hDevice);&lt;br /&gt; //CheckResult(&amp;quot;Uart Device Close&amp;quot;,result);&lt;/p&gt;
 &lt;p&gt;return result;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://ez.analog.com/cfs-file/__key/telligent-evolution-components-attachments/00-1199-00-00-00-00-43-41/attachments.zip" length="2902" type="application/zip" /></item><item><title>Can not step through Code While Debugging</title><link>https://ez.analog.com/thread/4342?ContentTypeID=0</link><pubDate>Thu, 08 Jun 2017 08:53:13 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:f2ddb5b4-c870-4e01-9144-23c1b1b203d1</guid><dc:creator>RaghavanPS</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4342?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4342/can-not-step-through-code-while-debugging/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi ALL,&lt;/p&gt;
 &lt;p&gt;I am new to this,please help.&lt;/p&gt;
 &lt;p&gt;I am having BLIP2 BOARD REV 2.0 &amp;nbsp;and ICE-1000 with CCSE 2.6.0 version.&lt;/p&gt;
 &lt;p&gt;1) Created Crosscore Project&lt;/p&gt;
 &lt;p&gt;2) my sample program contains a automatic created program(no external code is added.&lt;/p&gt;
 &lt;p&gt;3) I did debug configuration and tried few times it worked&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*) I was able to browse assembly and steup through and stepover&lt;/p&gt;
 &lt;p&gt;4) After that I am program gets loaded but debug control does not get into code (main function)&lt;/p&gt;
 &lt;p&gt;5) I tred&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a) clean build&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b) closing restarting hardware and IDE&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c) &amp;nbsp;all the debug controls are disabled.&lt;/p&gt;
 &lt;p&gt;Can some help me please.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://ez.analog.com/cfs-file/__key/telligent-evolution-components-attachments/00-1199-00-00-00-00-43-42/attachments.zip" length="233939" type="application/zip" /></item><item><title>what is a Blob in people counter?</title><link>https://ez.analog.com/thread/4343?ContentTypeID=0</link><pubDate>Mon, 08 May 2017 14:52:06 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:64b2537c-2767-4b6d-8eb1-aa9ec4d09907</guid><dc:creator>@esakki27</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4343?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4343/what-is-a-blob-in-people-counter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In PPLCNTR configuration Tab on the GUI, a control called Foreground Bob is there. What is the use of this control. If I set 1 (enabled), then in the captured video some green color boxes are present. What is that box says and what is the use if it? The output of my application is as in fig. Please find the attachment .&lt;/p&gt;
 &lt;p&gt;Thanks and regards,&lt;/p&gt;
 &lt;p&gt;Esakki&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://ez.analog.com/cfs-file/__key/telligent-evolution-components-attachments/00-1199-00-00-00-00-43-43/attachment.png" length="235089" type="image/png" /></item><item><title>How the people counter works?</title><link>https://ez.analog.com/thread/4344?ContentTypeID=0</link><pubDate>Mon, 08 May 2017 09:24:00 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:e4598638-e7f1-48a0-bdd4-14d1162eb610</guid><dc:creator>@esakki27</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4344?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4344/how-the-people-counter-works/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; Am working in the evaluation of people counter. I want to know how the people counter works?, which means how the product understand the people and the motion of people to predict the direction to say whether it is a entry or exit. I have one doubt, is all the above functions are done in Image sensor itself or any other algorithms run over the frame get it from the sensor. If it is in sensor itself, then how the datas are get from &amp;nbsp;the sensor?. I read form the release notes that last line of the frame was in green color, then this line contains the metadata about the entry and exit, and how many peoples are there??.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Thanks and Regards,&lt;/p&gt;
 &lt;p&gt;Esakki&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Explanation for all the controls in PPCNTR configuration in GUI 1.0.6?</title><link>https://ez.analog.com/thread/4345?ContentTypeID=0</link><pubDate>Fri, 05 May 2017 17:09:55 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:3c6a338c-534b-49a3-a5dd-f6a66150f370</guid><dc:creator>@esakki27</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4345?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4345/explanation-for-all-the-controls-in-ppcntr-configuration-in-gui-1-0-6/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;&amp;nbsp;Can you explain the options provided in the PPLCNTR configuration tab of the GUI application. &amp;nbsp;Especially the Object size, Threshold, Pixel percentage?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can we control the image sensor in BLIP2? Is it through I2C or else?</title><link>https://ez.analog.com/thread/4346?ContentTypeID=0</link><pubDate>Thu, 04 May 2017 15:51:26 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:463f99f0-7e5f-4505-9b19-a78a8e188bb1</guid><dc:creator>@esakki27</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4346?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4346/how-can-we-control-the-image-sensor-in-blip2-is-it-through-i2c-or-else/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;How can we control the image sensor in BLIP2? Is it through I2C or else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Fine tune the parameters of People counter</title><link>https://ez.analog.com/thread/4347?ContentTypeID=0</link><pubDate>Thu, 04 May 2017 14:51:36 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:10d6088c-d45b-407e-a756-deb32bf49eb2</guid><dc:creator>Ray.W</dc:creator><slash:comments>5</slash:comments><comments>https://ez.analog.com/thread/4347?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4347/fine-tune-the-parameters-of-people-counter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Dear Sir,&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;After I tested the ADVisionSensorController GUI, I don’t know how to fine tune the setting of PPLCNTR configuration, Can you teach me how to setting those parameters? Especially at Detect Rate, Size of person, Foreground blobs, Object size, Threshold, Pixel Percentage Threshold parameters.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;Best regards.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;Ray.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting error while changing to IOS from people counter?</title><link>https://ez.analog.com/thread/4348?ContentTypeID=0</link><pubDate>Fri, 28 Apr 2017 10:48:45 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:a4f62c06-1edf-4ef9-973e-c7e9375202b0</guid><dc:creator>@esakki27</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4348?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4348/getting-error-while-changing-to-ios-from-people-counter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;&amp;nbsp; &amp;nbsp; Am working in a evaluation of Blip2 board. So for evaluating the features of Blip2 board, I used people counter application. But I didn&amp;#39;t supposed to know which sensor is used for sensing the people or is there any particular sensor was used to sense. So I surfed the internet and known to use Indoor Occupancy sensor libraries for detecting people. So by guidance from the internet, I changed the configuration and Flash file in the installation folder of the GUI application. In configuration file I changed the CCES version to 2.5.1(installed CCES version). While opening the GUI application after the hardware setup i get an error as show in figure.&lt;/p&gt;
 &lt;p&gt; &amp;nbsp;&lt;span&gt;&lt;a href="https://ez.analog.com/cfs-file/__key/communityserver-discussions-components-files/1199/8551.3c360660e4a30d5abc1a5d06b6baa383.png"&gt;&lt;img src="https://ez.analog.com/cfs-filesystemfile/__key/communityserver-components-secureimagefileviewer/communityserver-discussions-components-files-1199/8551.3c360660e4a30d5abc1a5d06b6baa383.png_2D00_526x259.png?_=638787009136106773" style="max-height: 259px;max-width: 526px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;Is there an any alternate way to use IOS_Indoors_realtime_BLIP2.dxe?&lt;/p&gt;
 &lt;p&gt;Thanks,&lt;/p&gt;
 &lt;p&gt;Esakki&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to access the imager in BLIP2 board?</title><link>https://ez.analog.com/thread/4349?ContentTypeID=0</link><pubDate>Tue, 25 Apr 2017 10:46:42 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:2ad5f7cf-7fe4-4854-98a7-9073f510cfb8</guid><dc:creator>@esakki27</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4349?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4349/how-to-access-the-imager-in-blip2-board/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;Here am using ADZS-BF707-BLIP2 board with people counter software module. In the package only binary is availble for people counter application. I need some API&amp;#39;s or source code to access the Imager in BLIP2 board.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is there any source code available for People counter application?</title><link>https://ez.analog.com/thread/4350?ContentTypeID=0</link><pubDate>Mon, 24 Apr 2017 17:28:44 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:8417293b-63b3-4ef9-b039-ace31ab9fa55</guid><dc:creator>@esakki27</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4350?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4350/is-there-any-source-code-available-for-people-counter-application/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Am evaluating ADZS-BF707-BLIP2 with ICE_1000 emulator, am tried to work with people counter, but i didn&amp;#39;t get any source code for working with it.If any one knows please let me know. Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BLIP Board erratic behavior?</title><link>https://ez.analog.com/thread/4351?ContentTypeID=0</link><pubDate>Wed, 05 Apr 2017 19:04:40 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:0b6133a8-074e-431a-b1a2-b04347549657</guid><dc:creator>wher0001</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4351?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4351/blip-board-erratic-behavior/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Working with the Aptina Driver Sample project on the BLIP Board.&lt;/p&gt;
 &lt;p&gt;Windows 7 64-bit&lt;/p&gt;
 &lt;p&gt;CrossCore 2.5.0.0&lt;/p&gt;
 &lt;p&gt;When I build and debug the example application it builds fine but has two types of behavior.&lt;/p&gt;
 &lt;p&gt;1) It runs and processes 30 frames in under 2-3 seconds.&lt;/p&gt;
 &lt;p&gt;2) It runs and process 30 frames but takes 2-3 seconds per frame.&lt;/p&gt;
 &lt;p&gt;When I debug the output it gets delayed on the line:&lt;/p&gt;
 &lt;p&gt;nResult = ProcessVideoFrame(pOutFile, pCapturedFrame,&amp;nbsp;nFrameSizeInBytes);&lt;/p&gt;
 &lt;p&gt;--&amp;gt;&lt;/p&gt;
 &lt;p&gt;It is taking that long for the fwrite function but only sometimes?&lt;/p&gt;
 &lt;p&gt;Is this a Windows thing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is People Counter released also as a Library Module or only as a pre-build .dxe?</title><link>https://ez.analog.com/thread/4352?ContentTypeID=0</link><pubDate>Tue, 14 Feb 2017 14:41:15 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:7cee0bfb-c422-46d8-8152-0babec87db6f</guid><dc:creator>chiara.bizzotto</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4352?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4352/is-people-counter-released-also-as-a-library-module-or-only-as-a-pre-build-dxe/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Is People Counter released also as a Library Module or only as a pre-build .dxe?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>WiFi packet format?</title><link>https://ez.analog.com/thread/4353?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 13:54:42 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:3c99ac8e-bef4-42f3-b3d9-1d185d148c73</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4353?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4353/wifi-packet-format/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What format are the transmitted WiFi packets in? How can I change the address these are sent to so that I can view it on my platform? What all do I need to modify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Playback of recorded files?</title><link>https://ez.analog.com/thread/4354?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 13:42:20 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:7759ae1d-4b6a-4dad-83e6-8bb0a97957be</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4354?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4354/playback-of-recorded-files/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;How do I play the .avi files I have recorded using the ADVisionSensor controller GUI 1.0.6 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Difference between People counter and IOS Occupancy estimate?</title><link>https://ez.analog.com/thread/4355?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 13:27:56 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:d404db0e-2e3c-4157-9b64-764ab656b030</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4355?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4355/difference-between-people-counter-and-ios-occupancy-estimate/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What is the difference between the occupancy estimated in Indoor Occupancy sensor and the People count in People counter module? Which one should I use for my application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Upgrading firmware?</title><link>https://ez.analog.com/thread/4356?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 13:18:22 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:dd2b5570-9aff-4d4e-8dc8-0d0b8375b657</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4356?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4356/upgrading-firmware/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;How do I upgrade the firmware of my BLIP board to People counter? I am getting a timeout error before I can connect to the BLIP board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting metadata over SPI?</title><link>https://ez.analog.com/thread/4357?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 13:07:45 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:bc3de67e-7aab-4c47-b887-6829bda053a0</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4357?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4357/getting-metadata-over-spi/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;How do I receive data over the SPI channel? What metadata will I receive?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BLIP2 standalone setup with wifi</title><link>https://ez.analog.com/thread/4358?ContentTypeID=0</link><pubDate>Thu, 08 Dec 2016 11:42:54 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:6076653e-0232-42c3-a4aa-92aa60fa10a4</guid><dc:creator>CYC</dc:creator><slash:comments>8</slash:comments><comments>https://ez.analog.com/thread/4358?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4358/blip2-standalone-setup-with-wifi/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;I&amp;nbsp;have recently obtained the BLIP2 kit, and am planning to setup the People Counter demo as a standalone with wifi connection.&lt;/p&gt;
 &lt;p&gt;I have managed to get the BLIP2 working on the GUI on my laptop.&lt;/p&gt;
 &lt;p&gt;According to the User Guide, to be able to setup the wifi connection, I will need to purchase the wifi module from Gainspan.&lt;/p&gt;
 &lt;p&gt;Could someone help me out before I make the purchase:&lt;/p&gt;
 &lt;p&gt;(1) Am I right to say that after all the wifi module configuration, I can just start the BLIP2 GUI on my laptop as per normal (connected to the same wireless network), and it will just work?&lt;/p&gt;
 &lt;p&gt;(2) Do I need to sign up to Thingworx cloud service to enable the BLIP2 wifi configuration to work? Because when I click the link in the User Guide [Section 3.14.4.4 Viewing analytics results in Cloud], it prompt me for Username and Password.&lt;/p&gt;
 &lt;p&gt;Thank you.&lt;/p&gt;
 &lt;p&gt;YC&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>People counting application in Bus?</title><link>https://ez.analog.com/thread/4359?ContentTypeID=0</link><pubDate>Tue, 22 Nov 2016 15:06:32 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:90f962b5-7bc5-4297-aeac-f9f8671e1b45</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4359?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4359/people-counting-application-in-bus/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:11.0pt;"&gt;Can the BLIP People Counter solution be used directly for counting entry/exits in Bus?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Different modes of People counter?</title><link>https://ez.analog.com/thread/4360?ContentTypeID=0</link><pubDate>Tue, 22 Nov 2016 15:05:16 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:65b19cc1-8b28-4077-848e-4d49d3badbf9</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4360?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4360/different-modes-of-people-counter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:11.0pt;"&gt;What are the “Installation” and “Standalone” modes supported by the People Counter firmware on BLIP target?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Connectivity Options?</title><link>https://ez.analog.com/thread/4361?ContentTypeID=0</link><pubDate>Tue, 22 Nov 2016 15:03:55 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:378e0967-acce-4e7c-bcf9-2a914b543afd</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4361?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/embedded-vision-sensing-reference-library/people-counter/f/discussions/4361/connectivity-options/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:11.0pt;"&gt;What are the supported connectivity options from BLIP to external device?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>