<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: issue on running video_profiling tool in CSL . in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253302#M1575</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This system is CLS node system that you did the provisioning for CLS right? if that is the case, you can find the certificates on below directory.&lt;/P&gt;
&lt;PRE&gt;../../build/provision/Certificates/csl&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 00:12:36 GMT</pubDate>
    <dc:creator>Murni_J_Intel</dc:creator>
    <dc:date>2021-02-05T00:12:36Z</dc:date>
    <item>
      <title>issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1251940#M1565</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I am able to run profiling tool in EIS (without having orchestration).&lt;/P&gt;
&lt;P&gt;But when i follow the same steps on CSL system(with orchestration) in client system i get below error.&lt;/P&gt;
&lt;P&gt;*********************************************************************************************************&lt;/P&gt;
&lt;P&gt;edge:~/edge_insights_industrial/Edge_Insights_for_Industrial_2.3.2/IEdgeInsights/tools/VideoProfiler$ python3.6 video_profiler.py&lt;BR /&gt;2021-02-01 16:20:27 ies-edge eis.etcd_client[797] ERROR Exception raised in _setEnv with error:&lt;BR /&gt;Exception in thread Thread-2:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 46, in handler&lt;BR /&gt;return f(*args, **kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 263, in get_response&lt;BR /&gt;metadata=self.metadata&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 826, in __call__&lt;BR /&gt;return _end_unary_response_blocking(state, call, False, None)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking&lt;BR /&gt;raise _InactiveRpcError(state)&lt;BR /&gt;grpc._channel._InactiveRpcError: &amp;lt;_InactiveRpcError of RPC that terminated with:&lt;BR /&gt;status = StatusCode.UNAVAILABLE&lt;BR /&gt;details = "failed to connect to all addresses"&lt;BR /&gt;debug_error_string = "{"created":"@1612176627.748427384","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":4134,"referenced_errors":[{"created":"@1612176627.748425233","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":398,"grpc_status":14}]}"&lt;BR /&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner&lt;BR /&gt;self.run()&lt;BR /&gt;File "/usr/lib/python3.6/threading.py", line 864, in run&lt;BR /&gt;self._target(*self._args, **self._kwargs)&lt;BR /&gt;File "video_profiler.py", line 407, in thread_runner&lt;BR /&gt;config_dict)&lt;BR /&gt;File "video_profiler.py", line 150, in __init__&lt;BR /&gt;self.config_client = cfg_mgr.get_config_client("etcd", conf)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/config_manager.py", line 39, in get_config_client&lt;BR /&gt;return EtcdCli(config)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 84, in __init__&lt;BR /&gt;self._setEnv()&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 103, in _setEnv&lt;BR /&gt;raise e&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 92, in _setEnv&lt;BR /&gt;value = self.etcd.get(global_env_prfix)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 285, in get&lt;BR /&gt;range_response = self.get_response(key, **kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 48, in handler&lt;BR /&gt;_translate_exception(exc)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 32, in _translate_exception&lt;BR /&gt;raise exception&lt;BR /&gt;etcd3.exceptions.ConnectionFailedError&lt;/P&gt;
&lt;P&gt;2021-02-01 16:20:27 ies-edge eis.etcd_client[797] ERROR Exception raised in _setEnv with error:&lt;BR /&gt;Exception in thread Thread-3:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 46, in handler&lt;BR /&gt;return f(*args, **kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 263, in get_response&lt;BR /&gt;metadata=self.metadata&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 826, in __call__&lt;BR /&gt;return _end_unary_response_blocking(state, call, False, None)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking&lt;BR /&gt;raise _InactiveRpcError(state)&lt;BR /&gt;grpc._channel._InactiveRpcError: &amp;lt;_InactiveRpcError of RPC that terminated with:&lt;BR /&gt;status = StatusCode.UNAVAILABLE&lt;BR /&gt;details = "failed to connect to all addresses"&lt;BR /&gt;debug_error_string = "{"created":"@1612176627.749969729","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":4134,"referenced_errors":[{"created":"@1612176627.749967571","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":398,"grpc_status":14}]}"&lt;BR /&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner&lt;BR /&gt;self.run()&lt;BR /&gt;File "/usr/lib/python3.6/threading.py", line 864, in run&lt;BR /&gt;self._target(*self._args, **self._kwargs)&lt;BR /&gt;File "video_profiler.py", line 407, in thread_runner&lt;BR /&gt;config_dict)&lt;BR /&gt;File "video_profiler.py", line 150, in __init__&lt;BR /&gt;self.config_client = cfg_mgr.get_config_client("etcd", conf)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/config_manager.py", line 39, in get_config_client&lt;BR /&gt;return EtcdCli(config)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 84, in __init__&lt;BR /&gt;self._setEnv()&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 103, in _setEnv&lt;BR /&gt;raise e&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/eis/etcd_client.py", line 92, in _setEnv&lt;BR /&gt;value = self.etcd.get(global_env_prfix)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 285, in get&lt;BR /&gt;range_response = self.get_response(key, **kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 48, in handler&lt;BR /&gt;_translate_exception(exc)&lt;BR /&gt;File "/usr/local/lib/python3.6/dist-packages/etcd3-0.10.0-py3.6.egg/etcd3/client.py", line 32, in _translate_exception&lt;BR /&gt;raise exception&lt;BR /&gt;etcd3.exceptions.ConnectionFailedError&lt;/P&gt;
&lt;P&gt;2021-02-01 16:20:27 ies-edge __main__[797] INFO Average FPS for each topic {}&lt;BR /&gt;2021-02-01 16:20:27 ies-edge __main__[797] INFO Total FPS for 10 frames 0.0&lt;BR /&gt;&lt;A href="mailto:ieisw@ies-edge:~/edge_insights_industrial/Edge_Insights_for_Industrial_2.3.2/IEdgeInsights/tools/VideoProfiler$" target="_blank" rel="noopener"&gt;ieisw@ies-edge:~/edge_insights_industrial/Edge_Insights_for_Industrial_2.3.2/IEdgeInsights/tools/VideoProfiler$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;****************************************************************************************************************&lt;/P&gt;
&lt;P&gt;Is there any other changes to be done on CSL&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 01:55:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1251940#M1565</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-05-04T01:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252178#M1566</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know if you are running the this tool on the same node that VI and VA container is running? Can you help to share the configuration for your VideoProfiler and the current running module on the CSL manager UI?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 01:26:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252178#M1566</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-02T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252244#M1567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am only using VI container and running this tool on the same client node where VI is running.&lt;/P&gt;
&lt;P&gt;currently i am trying just for FPS mode with dev mode false(in both .env files).&lt;/P&gt;
&lt;P&gt;I have attached config file .&lt;/P&gt;
&lt;P&gt;EIs version :2.3.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 06:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252244#M1567</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-02T06:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252306#M1568</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me take a look at this issue and let you know the update.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 09:19:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252306#M1568</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-02T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252713#M1569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are few extra steps that need to be done in order to run the VideoProfiler tools with CSL. In your case mentioned, you need to check for the port and container IP of your Video Ingestion.&lt;/P&gt;
&lt;P&gt;1. On the node system that Video Ingestion is running, run &lt;EM&gt;&lt;STRONG&gt;$ docker ps&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;command to get the container ID of VideoIngestion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. On the same system, run &lt;EM&gt;&lt;STRONG&gt;$ docker inspect &amp;lt;container_ID&amp;gt;.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt; Change the &amp;lt;container_ID&amp;gt; accordingly.&lt;/P&gt;
&lt;P&gt;3. Check for the VideoIngestion container IP and port. Below is the example of VideoIngestion IP and Port&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Murni_J_Intel_0-1612344056774.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15092iD6EC95C13732F3DD/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Murni_J_Intel_0-1612344056774.png" alt="Murni_J_Intel_0-1612344056774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp; update the config.json file for VideoProfiler. Update the IP, Port, and certificates accordingly. For CSL, you can replace the cert as below&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;"certFile" : "../../build/provision/Certificates/root/root_client_certificate.pem",&lt;BR /&gt;"keyFile" : "../../build/provision/Certificates/root/root_client_key.pem",&lt;BR /&gt;"trustFile": "../../build/provision/Certificates/ca/ca_certificate.pem"&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Murni_J_Intel_1-1612344281412.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15093i6C67E829A0865239/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Murni_J_Intel_1-1612344281412.png" alt="Murni_J_Intel_1-1612344281412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp; Update the ETCD configuration in&lt;STRONG&gt; env.sh&lt;/STRONG&gt; file. You can get the ETCD configuration details at &lt;STRONG&gt;[WORK_DIR]/IEdeInsights/build/&lt;/STRONG&gt;&amp;nbsp;in&amp;nbsp;&lt;STRONG&gt;env.sh&lt;/STRONG&gt; file. You will also need to add "&lt;STRONG&gt;export&lt;/STRONG&gt;" at the beginning of each parameter as below.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;export PYTHONPATH=$PYTHONPATH:../../:../../common/libs/EISMessageBus:../../common&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;# For running VideoProfiler on a separate node or with CSL, set these variables to&lt;BR /&gt;# point to the etcd on different node&lt;BR /&gt;&lt;STRONG&gt;export ETCD_HOST=192.168.0.10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;export ETCD_CLIENT_PORT=2379&lt;/STRONG&gt;&lt;BR /&gt;# ETCD prefix for the key&lt;BR /&gt;# Eg. ETCD_PREFIX=/csl/apps/EIS&lt;BR /&gt;&lt;STRONG&gt;export ETCD_PREFIX=/csl/apps/EIS&lt;/STRONG&gt;&lt;BR /&gt;export no_proxy=localhost,127.0.0.1,$ETCD_HOST&lt;/PRE&gt;
&lt;P&gt;if you are running behind a proxy, ensure the etcd_host IP is being included in no_proxy seeting.&lt;/P&gt;
&lt;P&gt;6. source the env file and run the videoprofiler tool again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you are able to get the expected result from your end.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 09:34:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252713#M1569</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-03T09:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252794#M1570</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;i have followed all the below steps but got error.&lt;/P&gt;
&lt;P&gt;After running step 1 &amp;amp; 2 ,i got port no :29170.&lt;/P&gt;
&lt;P&gt;This was updated in config.json as per step 4&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;certificates is by default same as provided by you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In step 5 env.sh is updated as mentioned by you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i think only issue i might have faced was with container Ip.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;can you please let me know how to get that and where to update it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;all the relevant files are attached.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;kindly let me know how to proceed .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 16:07:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252794#M1570</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-03T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252981#M1571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help to verify if your VideoIngestion2 container is running on the CSL Manager UI? if yes, when you run command $docker inspect &amp;lt;container_id&amp;gt; you should be able to see as below example to get the IP of that container.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Murni_J_Intel_0-1612406393652.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15105i4DE6FD69C9AC5E2A/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Murni_J_Intel_0-1612406393652.png" alt="Murni_J_Intel_0-1612406393652.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please note that for env.sh file, you need to update the ETCD configuration based on your ETCD configuration at [WORK_DIR]/IEdgeInsights/build env.sh file, previously I only provided you the example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 02:40:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1252981#M1571</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-04T02:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253042#M1572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have updated all the files as mentioned by you but still getting error.&lt;/P&gt;
&lt;P&gt;I have send all the configuration files along with&amp;nbsp; error logs.&lt;/P&gt;
&lt;P&gt;can you pls check the configurations.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 07:38:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253042#M1572</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-04T07:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253056#M1573</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error seems caused by the certificate issue. As previously mentioned, you need to change the certificates to use the one that is generated for CSL and change the 127.0.0.1 IP to your VideoIngestion container IP&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:22:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253056#M1573</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-04T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253181#M1574</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks Murni i have updated IP from&amp;nbsp;&lt;SPAN&gt;127.0.0.1&lt;/SPAN&gt;&amp;nbsp;to&amp;nbsp;10.105.38.118, but i could not find the certificates that is generated for CSL.&lt;/P&gt;
&lt;P&gt;Can you pls specify the where i can get this.&lt;/P&gt;
&lt;P&gt;I looked into below path&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;[WORK_DIR]/IEdgeInsights/build/provision/Certificates/root&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;[WORK_DIR]/IEdgeInsights/build/provision/Certificates/ca and it contained the same file as mentioned in config.json as shown below.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;"certFile" : "../../build/provision/Certificates/root/root_client_certificate.pem",&lt;BR /&gt;"keyFile" : "../../build/provision/Certificates/root/root_client_key.pem",&lt;BR /&gt;"trustFile": "../../build/provision/Certificates/ca/ca_certificate.pem"&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:48:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253181#M1574</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-04T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253302#M1575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This system is CLS node system that you did the provisioning for CLS right? if that is the case, you can find the certificates on below directory.&lt;/P&gt;
&lt;PRE&gt;../../build/provision/Certificates/csl&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 00:12:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253302#M1575</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-05T00:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253392#M1576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have done all the steps, but after i run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN style="font-family: inherit;"&gt;python3.6 video_profiler.py" cmd it doesnot show any output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I have shared the screen shot of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Is there any thing to be changed for below steps as per read.md&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;5.&lt;/SPAN&gt;&lt;SPAN&gt; If using Video Profiler in PROD mode, make sure to set required permissions to certificates.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt; ```sh&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; sudo chmod -R 755 ../../build/provision/Certificates/ca&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; sudo chmod -R 755 ../../build/provision/Certificates/root&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:10:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253392#M1576</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-05T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253412#M1577</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default it in the config.json it has been to 1000 frame, just to ensure everything can be running as expected you can change it to 10 first and see if you are getting the expected output. For the permission on the certificate, yes you will need to pass the correct permission as below.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;sudo chmod -R 755 ../../build/provision/Certificates/csl&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:51:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1253412#M1577</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-05T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1254070#M1578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks i could run video profiling tool in CSL setup.But I could run that only in 'FPS' mode.I tried to run in "Monitor" mode by changing parameter in config.json from 'FPS' to 'Monitor'&lt;/P&gt;
&lt;P&gt;Making profiler mode to 'true'&amp;nbsp; in .env of build directory.Also updating the same in csl app-spec.json file.&lt;/P&gt;
&lt;P&gt;All other condition and configuration remains same as per my previous communication.But i get error .I have attached it's snapshot&lt;/P&gt;
&lt;P&gt;can you please let me know ,if other configuration changes is required for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 17:03:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1254070#M1578</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-02-08T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: issue on running video_profiling tool in CSL .</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1255131#M1579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to run the videoprofiler using "monitor" mode. You can follow below steps&lt;/P&gt;
&lt;P&gt;1. Change in the config.json from "fps" to monitor&lt;/P&gt;
&lt;P&gt;2. Update VI and VA container in csl_app_spec.json to set the profiling mode=true.&lt;/P&gt;
&lt;P&gt;3. Delete your current running application in CSL manager UI.&lt;/P&gt;
&lt;P&gt;4. Submit the new application will the updated csl_app_spec.json&lt;/P&gt;
&lt;P&gt;5. Check for the new VI container IP, it might be changed now as you are running a new application.&lt;/P&gt;
&lt;P&gt;6. update the VI container IP accordingly in the config.json file&lt;/P&gt;
&lt;P&gt;7. source the env.sh and run again the VideoProfiler.&lt;/P&gt;
&lt;P&gt;8. All other configuration should remain unchanged&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if this is working on your side&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 04:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/issue-on-running-video-profiling-tool-in-CSL/m-p/1255131#M1579</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2021-02-11T04:45:42Z</dc:date>
    </item>
  </channel>
</rss>

