<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>JeVois Tech Zone - Recent questions without answers</title>
<link>http://jevois.org/qa/index.php?qa=unanswered</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to solve this Error: ModuleNotFoundError: No module named 'torch._C'</title>
<link>http://jevois.org/qa/index.php?qa=7434&amp;qa_1=how-solve-this-error-modulenotfounderror-module-named-torch</link>
<description>

&lt;p&gt;Hello. I have the following problem:&lt;/p&gt;

&lt;p&gt;In my Python Software I use :&amp;nbsp; &lt;span style=&quot;color:#000000&quot;&gt;from detecto import core, utils, visualize&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;After this I imediately receive this error: &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: Caught exception from the Python interpreter:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: Python traceback (most recent calls last):&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: File /jevois/modules/Dambrowsky/PythonTest/PythonTest.py&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: Line 166, in process:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: File /usr/lib/python3.7/site-packages/detecto/core.py&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: Line 4, in &amp;lt;module&amp;gt;:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: File /usr/lib/python3.7/site-packages/torch/__init__.py&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: Line 79, in &amp;lt;module&amp;gt;:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#800000&quot;&gt;ERR Log::warnAndIgnoreException: ModuleNotFoundError: No module named 'torch._C'&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;I have installed the following Libraries:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#0000ff&quot;&gt;hell pip list&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;Package Version &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;--------------------- ---------------&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;arrow 0.10.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;asn1crypto 0.24.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;async-timeout 3.0.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;attrs 18.2.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;backcall 0.1.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;beautifulsoup4 4.5.3 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;bitstring 3.1.5 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;cached-property 1.4.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;cbor 1.0.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;certifi 2018.11.29 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;cffi 1.11.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;characteristic 14.3.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;chardet 3.0.4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;constantly 15.1.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;cryptography 2.3.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;cycler 0.10.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;daemonize 2.4.7 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;DataProperty 0.29.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;decorator 4.0.11 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;detecto 1.2.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;humanize 0.5.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;idna 2.8 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;iowait 0.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;ipython-genutils 0.2.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;json-schema-validator 2.4.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;jsonmodels 2.4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;jsonschema 2.5.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;kiwisolver 1.3.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;Logbook 1.4.3 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;lxml 4.3.3 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;markdown2 2.3.6 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;matplotlib 3.4.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;mbstrdecoder 0.2.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;more-itertools 4.0.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;msgpack 0.6.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;multidict 4.5.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;numpy 1.16.3 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pandas 1.1.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;path.py 10.5 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pathtools 0.1.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pathvalidate 0.16.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pexpect 4.6.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pickleshare 0.7.4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;Pillow 8.3.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pip 19.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;ply 3.11 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;posix-ipc 1.0.4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;protobuf 3.6.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;psutil 5.6.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;ptyprocess 0.5.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;py 1.8.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;py-ubjson 0.12.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pycparser 2.19 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pycrypto 2.6.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pyinotify 0.9.6 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pylibdmtx 0.1.9 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pylru 1.0.9 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pyparsing 3.0.0b2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pytablereader 0.15.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;python-dateutil 2.8.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;PyTrie 0.3.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;pytz 2018.9 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;PyYAML 4.2b4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;requests 2.21.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;scandir 1.9.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;schedule 0.6.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;scipy 1.3.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;see 1.4.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;semver 2.8.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;setuptools 41.0.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;sh 1.12.14 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;simplegeneric 0.8.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;simplejson 3.11.1 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;SimpleSQLite 0.15.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;six 1.12.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;sortedcontainers 2.1.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;tabledata 0.0.5 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;tempora 1.7 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;torch 1.1.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;torchvision 0.3.0a0+bbd363c&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;tqdm 4.61.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;traitlets 4.3.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;typepy 0.0.20 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;ujson 1.35 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;urllib3 1.24.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;uvloop 0.12.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;validators 0.12.2 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;visitor 0.1.3 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;Whoosh 2.7.4 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#000000&quot;&gt;xlrd 1.0.0 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;It looks like the Library torch._C is not available.&amp;nbsp; Is there anybody who can help me?&lt;/p&gt;

&lt;p&gt;Thank you very much.&lt;/p&gt;

&lt;p&gt;Peter Dambrowsky&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=7434&amp;qa_1=how-solve-this-error-modulenotfounderror-module-named-torch</guid>
<pubDate>Sat, 14 Aug 2021 09:50:30 +0000</pubDate>
</item>
<item>
<title>How to uninstall a Library from the Linux partition of the microSD</title>
<link>http://jevois.org/qa/index.php?qa=7412&amp;qa_1=how-uninstall-library-from-the-linux-partition-the-microsd</link>
<description>When I have installed a Library with the Inventor using a .whl file (it is functioning only with the inventor under Ubuntu) and I want do delete it later, how do I have to do it. Is there a special shell command? I tried to do it directly under usr/lib/python3.7/site-packages on the microSD Linux partition. But here I could see, that I have not the rights to delete something.&lt;br /&gt;
&lt;br /&gt;
An answer would realy help me.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;
Peter</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=7412&amp;qa_1=how-uninstall-library-from-the-linux-partition-the-microsd</guid>
<pubDate>Tue, 10 Aug 2021 07:26:15 +0000</pubDate>
</item>
<item>
<title>What are the units of the absolute exposure &quot;absexp&quot; setting for the camera?</title>
<link>http://jevois.org/qa/index.php?qa=5107&amp;qa_1=what-units-absolute-exposure-absexp-setting-for-the-camera</link>
<description>Is absolute exposure (absexp) in units of uS (microseconds) or 100uS? I see some cameras use 100uS but I can't confirm if this is true for JeVois. &lt;br /&gt;
&lt;br /&gt;
absexp can be set from 1 to 1259 in JeVois Inventor. I looked at the datasheet for the camera sensor (ov7725 in my case) but I can't relate this back to any numbers I see there such as &amp;quot;Electronic Exposure Up To 510:1&amp;quot;. Thanks!</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=5107&amp;qa_1=what-units-absolute-exposure-absexp-setting-for-the-camera</guid>
<pubDate>Fri, 23 Oct 2020 21:18:44 +0000</pubDate>
</item>
<item>
<title>camera fails to connect to mac inventor</title>
<link>http://jevois.org/qa/index.php?qa=4125&amp;qa_1=camera-fails-to-connect-to-mac-inventor</link>
<description>I have two new JeVois cameras and I cannot get either one of them to connect to my MacBook Pro workstation with Inventor. &amp;nbsp;I have the latest SD flashed and have the camera connected to separate power with more than enough power. &amp;nbsp;The camera boots up and the indicator light is green and then turns orange. I am using a JeVois Y cable with USB B for the power and micro USB plugged into a micro USB to USB B adapter to connect with the Mac. Inventor is up and running when I plug in the camera to the Mac, waiting for a connection. But the camera never connects. Photobooth and StreamLabs OBS both do not see a second camera other than the laptop built in camera. &amp;nbsp;What other troubleshooting can I do?</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4125&amp;qa_1=camera-fails-to-connect-to-mac-inventor</guid>
<pubDate>Sat, 09 May 2020 22:12:43 +0000</pubDate>
</item>
<item>
<title>Actual FOV of standard lens</title>
<link>http://jevois.org/qa/index.php?qa=4049&amp;qa_1=actual-fov-of-standard-lens</link>
<description>

&lt;p&gt;I have an A33 Jevois camera with standard lens. I'm trying to use this camera for mapping/SLAM purposes, so I need to get FOV relatively accurately. Checking online, there appears to be conflicting specs on this, where the FOV is stated as either 60&lt;sup&gt;o&lt;/sup&gt; or 65&lt;sup&gt;o&lt;/sup&gt; (here &lt;a href=&quot;http://jevois.org/doc/Lenses.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/doc/Lenses.html&lt;/a&gt; and here &lt;a href=&quot;https://www.jevoisinc.com/pages/hardware&quot; rel=&quot;nofollow&quot;&gt;https://www.jevoisinc.com/pages/hardware&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I decided to take the camera to the Vicon motion capture room to see if I could validate either of these figures.&lt;/p&gt;

&lt;p&gt;I calculated the FOV by determining the horizontal length a known object was in the camera image, then knowing exactly how far away the camera was from that object, I could calculate the FOV. The figure I kept realising was just shy of 51&lt;sup&gt;o&lt;/sup&gt; (well short of the 60&lt;sup&gt;o&lt;/sup&gt; - 65&lt;sup&gt;o&lt;/sup&gt;).&lt;/p&gt;

&lt;p&gt;Have you guys done any testing to determine the effective FOV of this device?&lt;/p&gt;</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4049&amp;qa_1=actual-fov-of-standard-lens</guid>
<pubDate>Sat, 04 Apr 2020 22:54:42 +0000</pubDate>
</item>
<item>
<title>Does the jevois-inventor provides the feature to flash the current time off host computer</title>
<link>http://jevois.org/qa/index.php?qa=3971&amp;qa_1=jevois-inventor-provides-feature-flash-current-host-computer</link>
<description>Hello, I am looking for a python program to take the date and time from the host computer and send it to the Jevois A33 cam ( like I can do it in the console with the comand &amp;quot;date 2020.03.06-15:30:00&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I want to do this with a program line in Python on ervery start of the Cam.&lt;br /&gt;
&lt;br /&gt;
Please help me.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Peter</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3971&amp;qa_1=jevois-inventor-provides-feature-flash-current-host-computer</guid>
<pubDate>Fri, 06 Mar 2020 17:09:45 +0000</pubDate>
</item>
<item>
<title>Bug report, last take</title>
<link>http://jevois.org/qa/index.php?qa=2516&amp;qa_1=bug-report-last-take</link>
<description>

&lt;p&gt;PLEASE, read again my &lt;a rel=&quot;nofollow&quot; href=&quot;http://jevois.org/qa/index.php?qa=2493&amp;amp;qa_1=jevois-1-11-0-host-bug-reports&quot;&gt;message&lt;/a&gt; TILL THE END (not only first line) !!!&lt;/p&gt;

&lt;p&gt;And you will find that JeVois 1.11.0 host doesn't work on Ubuntu 18.04 TOO !!! And I was trying to use YOUR binaries, NOT custom build = I didn't recompile anything.&lt;/p&gt;

&lt;p&gt;AND It doesn't work on Ubuntu 16.04 with YOUR binaries.&lt;/p&gt;

&lt;p&gt;AND, OpenCV package for Ubuntu 18.04 in your repo is still in beta state (YOU FORGOT TO REPLACE IT)&lt;/p&gt;

&lt;p&gt;AND again, I can provide you remote access to my hardware (Ubuntu 18.04 + Ubuntu 16.04, SSH, VNC, xRDP etc) with physical webcam attached.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;WBR, HNY&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=2516&amp;qa_1=bug-report-last-take</guid>
<pubDate>Fri, 04 Jan 2019 23:19:52 +0000</pubDate>
</item>
<item>
<title>Make an &quot;apt-get install&quot; on Jevois</title>
<link>http://jevois.org/qa/index.php?qa=2502&amp;qa_1=make-an-apt-get-install-on-jevois</link>
<description>Hello,&lt;br /&gt;
I need to use a libdmtx on my JeVois. On ubuntu (I'm on ubuntu 18.4) I can easly get it by using &amp;quot;sudo apt-get install libdmtx0a&amp;quot;. With that library, I can use pylibdmtx in order to read data matrix with Jevois.&lt;br /&gt;
On my laptop it work perfectly but in JeVois, I just need this library. I tried this tutorial : &lt;a href=&quot;http://jevois.org/tutorials/ProgrammerDlib.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/ProgrammerDlib.html&lt;/a&gt; but it don't know how to compile libdmtx with JeVois to create a shared library that pylibdmtx can read.&lt;br /&gt;
Maybe there is a way of compiling libdtmx on my computer and just copy/paste the libdmtx.so on the JeVois?&lt;br /&gt;
&lt;br /&gt;
I tried with :&lt;br /&gt;
wget &lt;a href=&quot;https://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.bz2&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.bz2&lt;/a&gt;&lt;br /&gt;
git clone git://libdmtx.git.sourceforge.net/gitroot/libdmtx/libdmtx</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=2502&amp;qa_1=make-an-apt-get-install-on-jevois</guid>
<pubDate>Thu, 03 Jan 2019 08:21:51 +0000</pubDate>
</item>
<item>
<title>JeVois 1.10.0 Bug reports, full story, part 4</title>
<link>http://jevois.org/qa/index.php?qa=2458&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-4</link>
<description>

&lt;p&gt;&lt;strong&gt;JeVois 1.10.0 Bug reports, full story, part 4&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I swithed again to Ubuntu 18.04, un-commented line 467 in Engine.C file and rebuilded JeVois.&lt;/p&gt;

&lt;p&gt;Here are reports:&lt;/p&gt;

&lt;p&gt;Ubuntu LTS 18.04, jevois-pached-18.04.txt&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;user@18-04:~$ jevois-daemon --loglevel=debug&lt;/strong&gt;
&lt;br&gt;DBG ManagerImpl::addComponent: Adding Component [serial]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;&lt;strong&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;[skiped 59 lines - DBG VideoMapping::videoMappingsFromStream: OUT: *]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;DBG Camera::Camera: Input 0 [Camera 1] is a camera sensor
&lt;br&gt;INF Camera::Camera: [9] V4L2 camera /dev/video0 card Integrated Camera: Integrated C bus usb-0000:02:03.0-1
&lt;br&gt;DBG Camera::Camera: Format 0 is [YUYV 4:2:2] fcc 0x56595559 [YUYV]
&lt;br&gt;DBG Camera::Camera: Format 1 is [Motion-JPEG] fcc 0x47504a4d [MJPG]
&lt;br&gt;INF Engine::postInit: Using display for video output
&lt;br&gt;DBG Camera::run: run() thread ready
&lt;br&gt;INF Engine::setFormatInternal: OUT: YUYV 640x300 @ 60fps CAM: YUYV 320x240 @ 60fps MOD: JeVois:DemoSaliency C++
&lt;br&gt;DBG Camera::setFormat: Requesting video format 320x240 YUYV
&lt;br&gt;INF Camera::setFormat: Camera set video format to 320x240 YUYV
&lt;br&gt;DBG Camera::setFormat: Querying/setting crop rectangle not supported
&lt;br&gt;DBG Camera::setFormat: Set framerate to 60 fps
&lt;br&gt;DBG VideoDisplay::setFormat: Allocated 2 buffers
&lt;br&gt;INF Engine::setFormatInternal: Instantiating dynamic loader for /jevois/modules/JeVois/DemoSaliency/DemoSaliency.so
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [serprec]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [serstyle]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [serstamp]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [sermark]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [cweight]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [iweight]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [oweight]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [fweight]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [mweight]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [centermin]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [deltamin]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [smscale]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [mthresh]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [fthresh]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [msflick]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [usevel]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [procnoise]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [measnoise]
&lt;br&gt;DBG ParameterRegistry::addParameter: Added Parameter [postnoise]
&lt;br&gt;INFO: JeVois 1.10.0
&lt;br&gt;INFO: Linux version 4.15.0-38-generic
&lt;br&gt;FTL SysInfo::getFileString: Cannot read file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
&lt;br&gt;&lt;strong&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: FTL SysInfo::getFileString: Cannot read file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
&lt;br&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: Unsupported command [info]&lt;/strong&gt;
&lt;br&gt;INF Engine::setFormatInternal: Module [DemoSaliency] loaded, initialized, and ready.
&lt;br&gt;DBG Component::init: Initialized.
&lt;br&gt;DBG Camera::streamOn: Turning on camera stream
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Reqbufs for 5 buffers returned 5 buffers
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Added mmap'd buffer 0 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Added mmap'd buffer 1 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Added mmap'd buffer 2 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Added mmap'd buffer 3 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [9:camera] Added mmap'd buffer 4 of size 153600
&lt;br&gt;INF Camera::streamOn: 5 buffers of 153600 bytes allocated
&lt;br&gt;DBG Camera::streamOn: All buffers queued to camera driver
&lt;br&gt;DBG Camera::streamOn: Device stream on
&lt;br&gt;DBG Camera::streamOn: Streaming is on
&lt;br&gt;INF READY JEVOIS 1.10.0&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;[nothing happened here!]&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;exit
&lt;br&gt;quit
&lt;br&gt;^C
&lt;br&gt;Killed&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;user@18-04:~$ gdb jevois-daemon&lt;/strong&gt;
&lt;br&gt;GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
&lt;br&gt;Copyright (C) 2018 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;/a&gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law.&amp;nbsp; Type &quot;show copying&quot;
&lt;br&gt;and &quot;show warranty&quot; for details.
&lt;br&gt;This GDB was configured as &quot;x86_64-linux-gnu&quot;.
&lt;br&gt;Type &quot;show configuration&quot; for configuration details.
&lt;br&gt;For bug reporting instructions, please see:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/bugs/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/bugs/&amp;gt;&lt;/a&gt;.
&lt;br&gt;Find the GDB manual and other documentation resources online at:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/documentation/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/documentation/&amp;gt;&lt;/a&gt;.
&lt;br&gt;For help, type &quot;help&quot;.
&lt;br&gt;Type &quot;apropos word&quot; to search for commands related to &quot;word&quot;...
&lt;br&gt;Reading symbols from jevois-daemon...done.
&lt;br&gt;(gdb) run
&lt;br&gt;Starting program: /usr/bin/jevois-daemon
&lt;br&gt;[Thread debugging using libthread_db enabled]
&lt;br&gt;Using host libthread_db library &quot;/lib/x86_64-linux-gnu/libthread_db.so.1&quot;.
&lt;br&gt;[New Thread 0x7fffd672b700 (LWP 2277)]
&lt;br&gt;[New Thread 0x7fffd5f2a700 (LWP 2278)]
&lt;br&gt;[New Thread 0x7fffd5729700 (LWP 2279)]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.
&lt;br&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;[New Thread 0x7fffce194700 (LWP 2280)]
&lt;br&gt;INF Camera::Camera: [9] V4L2 camera /dev/video0 card Integrated Camera: Integrated C bus usb-0000:02:03.0-1
&lt;br&gt;INF Engine::postInit: Using display for video output
&lt;br&gt;[New Thread 0x7fffcd4bd700 (LWP 2281)]
&lt;br&gt;[New Thread 0x7fffcccbc700 (LWP 2282)]
&lt;br&gt;INF Engine::setFormatInternal: OUT: YUYV 640x300 @ 60fps CAM: YUYV 320x240 @ 60fps MOD: JeVois:DemoSaliency C++
&lt;br&gt;INF Camera::setFormat: Camera set video format to 320x240 YUYV
&lt;br&gt;INF Engine::setFormatInternal: Instantiating dynamic loader for /jevois/modules/JeVois/DemoSaliency/DemoSaliency.so
&lt;br&gt;INFO: JeVois 1.10.0
&lt;br&gt;INFO: Linux version 4.15.0-38-generic
&lt;br&gt;FTL SysInfo::getFileString: Cannot read file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
&lt;br&gt;&lt;strong&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: FTL SysInfo::getFileString: Cannot read file: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
&lt;br&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: Unsupported command [info]&lt;/strong&gt;
&lt;br&gt;INF Engine::setFormatInternal: Module [DemoSaliency] loaded, initialized, and ready.
&lt;br&gt;INF Camera::streamOn: 5 buffers of 153600 bytes allocated
&lt;br&gt;INF READY JEVOIS 1.10.0&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;[nothing happened here!]&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;^C
&lt;br&gt;&lt;strong&gt;Thread 1 &quot;jevois-daemon&quot; received signal SIGINT, Interrupt.
&lt;br&gt;0x00007ffff303a9f3 in futex_wait_cancelable (private=&amp;lt;optimized out&amp;gt;, expected=0, futex_word=0x5555559b8f78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
&lt;br&gt;88&amp;nbsp;&amp;nbsp; &amp;nbsp;../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.&lt;/strong&gt;
&lt;br&gt;(gdb) quit&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;===&lt;/p&gt;

&lt;p&gt;Than I switched back to Ubuntu 16.04 and tryed to rebuild jevoisbase-host&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=2458&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-4</guid>
<pubDate>Tue, 27 Nov 2018 22:33:28 +0000</pubDate>
</item>
<item>
<title>JeVois 1.10.0 Bug reports, full story, part 3</title>
<link>http://jevois.org/qa/index.php?qa=2457&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-3</link>
<description>

&lt;p&gt;&lt;strong&gt;JeVois 1.10.0 Bug reports, full story, part 3&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here are reports:&lt;/p&gt;

&lt;p&gt;Ubuntu LTS 16.04, jevois-pached-16.04.txt&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;user@MS-7592:~/jevois-1.10.0$ sudo jevois-daemon --loglevel=debug&lt;/strong&gt;
&lt;br&gt;DBG ManagerImpl::addComponent: Adding Component [serial]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;&lt;strong&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;[skiped 59 lines - DBG VideoMapping::videoMappingsFromStream: OUT: *]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;DBG Camera::Camera: Input 0 [Camera 1] is a camera sensor
&lt;br&gt;INF Camera::Camera: [10] V4L2 camera /dev/video0 card UVC Camera (046d:0825) bus usb-0000:00:1d.7-4
&lt;br&gt;DBG Camera::Camera: Format 0 is [YUYV 4:2:2] fcc 0x56595559 [YUYV]
&lt;br&gt;DBG Camera::Camera: Format 1 is [Motion-JPEG] fcc 0x47504a4d [MJPG]
&lt;br&gt;INF Engine::postInit: Using display for video output
&lt;br&gt;DBG Camera::run: run() thread ready
&lt;br&gt;INF Engine::setFormatInternal: OUT: YUYV 640x300 @ 60fps CAM: YUYV 320x240 @ 60fps MOD: JeVois:DemoSaliency C++
&lt;br&gt;DBG Camera::setFormat: Requesting video format 320x240 YUYV
&lt;br&gt;INF Camera::setFormat: Camera set video format to 320x240 YUYV
&lt;br&gt;DBG Camera::setFormat: Querying/setting crop rectangle not supported
&lt;br&gt;DBG Camera::setFormat: Set framerate to 60 fps
&lt;br&gt;DBG VideoDisplay::setFormat: Allocated 2 buffers
&lt;br&gt;INF Engine::setFormatInternal: Instantiating dynamic loader for /jevois/modules/JeVois/DemoSaliency/DemoSaliency.so&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;[skiped lines - DBG ParameterRegistry::addParameter: Added Parameter [*]]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;INFO: JeVois 1.10.0
&lt;br&gt;INFO: Linux version 4.15.0-38-generic
&lt;br&gt;&lt;strong&gt;FTL SysInfo::getFileString: Cannot read file: /sys/class/thermal/thermal_zone0/temp
&lt;br&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: FTL SysInfo::getFileString: Cannot read file: /sys/class/thermal/thermal_zone0/temp
&lt;br&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: Unsupported command [info]&lt;/strong&gt;
&lt;br&gt;INF Engine::setFormatInternal: Module [DemoSaliency] loaded, initialized, and ready.
&lt;br&gt;DBG Component::init: Initialized.
&lt;br&gt;DBG Camera::streamOn: Turning on camera stream
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Reqbufs for 5 buffers returned 5 buffers
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Added mmap'd buffer 0 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Added mmap'd buffer 1 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Added mmap'd buffer 2 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Added mmap'd buffer 3 of size 153600
&lt;br&gt;DBG VideoBuffers::VideoBuffers: [10:camera] Added mmap'd buffer 4 of size 153600
&lt;br&gt;INF Camera::streamOn: 5 buffers of 153600 bytes allocated
&lt;br&gt;DBG Camera::streamOn: All buffers queued to camera driver
&lt;br&gt;DBG Camera::streamOn: Device stream on
&lt;br&gt;DBG Camera::streamOn: Streaming is on
&lt;br&gt;INF READY JEVOIS 1.10.0
&lt;br&gt;DBG Camera::run: Captured image 0 ready for processing
&lt;br&gt;DBG Camera::get: Camera image 0 handed over to processing
&lt;br&gt;DBG VideoDisplay::get: Empty image 0 handed over to application code for filling
&lt;br&gt;DBG Camera::done: Image 0 freed by processing
&lt;br&gt;&lt;strong&gt;Illegal instruction (core dumped)&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;user@MS-7592:~/jevois-1.10.0$ sudo gdb jevois-daemon&lt;/strong&gt;
&lt;br&gt;GNU gdb (Ubuntu 8.2-0ubuntu1~16.04.1) 8.2
&lt;br&gt;Copyright (C) 2018 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;/a&gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law.
&lt;br&gt;Type &quot;show copying&quot; and &quot;show warranty&quot; for details.
&lt;br&gt;This GDB was configured as &quot;x86_64-linux-gnu&quot;.
&lt;br&gt;Type &quot;show configuration&quot; for configuration details.
&lt;br&gt;For bug reporting instructions, please see:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/bugs/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/bugs/&amp;gt;&lt;/a&gt;.
&lt;br&gt;Find the GDB manual and other documentation resources online at:
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/documentation/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/documentation/&amp;gt;&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For help, type &quot;help&quot;.
&lt;br&gt;Type &quot;apropos word&quot; to search for commands related to &quot;word&quot;...
&lt;br&gt;Reading symbols from jevois-daemon...done.
&lt;br&gt;(gdb) run
&lt;br&gt;Starting program: /usr/bin/jevois-daemon
&lt;br&gt;[Thread debugging using libthread_db enabled]
&lt;br&gt;Using host libthread_db library &quot;/lib/x86_64-linux-gnu/libthread_db.so.1&quot;.
&lt;br&gt;[New Thread 0x7fffd87d3700 (LWP 4695)]
&lt;br&gt;[New Thread 0x7fffd7fd2700 (LWP 4696)]
&lt;br&gt;[New Thread 0x7fffd77d1700 (LWP 4697)]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;&lt;strong&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.&lt;/strong&gt;
&lt;br&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;[New Thread 0x7fffcffff700 (LWP 4698)]
&lt;br&gt;INF Camera::Camera: [10] V4L2 camera /dev/video0 card UVC Camera (046d:0825) bus usb-0000:00:1d.7-4
&lt;br&gt;INF Engine::postInit: Using display for video output
&lt;br&gt;INF Engine::setFormatInternal: OUT: YUYV 640x300 @ 60fps CAM: YUYV 320x240 @ 60fps MOD: JeVois:DemoSaliency C++
&lt;br&gt;INF Camera::setFormat: Camera set video format to 320x240 YUYV
&lt;br&gt;INF Engine::setFormatInternal: Instantiating dynamic loader for /jevois/modules/JeVois/DemoSaliency/DemoSaliency.so
&lt;br&gt;INFO: JeVois 1.10.0
&lt;br&gt;INFO: Linux version 4.15.0-38-generic
&lt;br&gt;FTL SysInfo::getFileString: Cannot read file: /sys/class/thermal/thermal_zone0/temp
&lt;br&gt;&lt;strong&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: FTL SysInfo::getFileString: Cannot read file: /sys/class/thermal/thermal_zone0/temp
&lt;br&gt;ERR /jevois/modules/JeVois/DemoSaliency/script.cfg:3: Unsupported command [info]&lt;/strong&gt;
&lt;br&gt;INF Engine::setFormatInternal: Module [DemoSaliency] loaded, initialized, and ready.
&lt;br&gt;INF Camera::streamOn: 5 buffers of 153600 bytes allocated
&lt;br&gt;INF READY JEVOIS 1.10.0
&lt;br&gt;[New Thread 0x7fffcb405700 (LWP 4699)]
&lt;br&gt;[New Thread 0x7fffcac04700 (LWP 4700)]
&lt;br&gt;[New Thread 0x7fffca403700 (LWP 4701)]
&lt;br&gt;[Thread 0x7fffcac04700 (LWP 4700) exited]
&lt;br&gt;[New Thread 0x7fffc9c02700 (LWP 4702)]
&lt;br&gt;[Thread 0x7fffca403700 (LWP 4701) exited]
&lt;br&gt;[New Thread 0x7fffc9c02700 (LWP 4703)]
&lt;br&gt;[Thread 0x7fffc9c02700 (LWP 4702) exited]
&lt;br&gt;[New Thread 0x7fffca403700 (LWP 4704)]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Thread 10 &quot;jevois-daemon&quot; received signal SIGILL, Illegal instruction.
&lt;br&gt;[Switching to Thread 0x7fffc9c02700 (LWP 4703)]
&lt;br&gt;0x00007fffceea0ad5 in env_c_lowpass_5_y_dec_y_fewbits_optim (src=&amp;lt;optimized out&amp;gt;, w=160, h=240, dst=&amp;lt;optimized out&amp;gt;, h2=&amp;lt;optimized out&amp;gt;)
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at /home/jv/pack/jevoisbase/src/Components/Saliency/env_c_math_ops.c:104
&lt;br&gt;104&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *dst++ = (src[ 0] * 2 + src[ w]) / 3;&lt;/strong&gt;
&lt;br&gt;(gdb) quit&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;===&lt;/p&gt;

&lt;p&gt;to be continued...&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=2457&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-3</guid>
<pubDate>Tue, 27 Nov 2018 22:31:53 +0000</pubDate>
</item>
<item>
<title>JeVois 1.10.0 Bug reports, full story, part 2</title>
<link>http://jevois.org/qa/index.php?qa=2456&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-2</link>
<description>

&lt;p&gt;&lt;strong&gt;JeVois 1.10.0 Bug reports, full story, part 2&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As you could see in part 1, there was two different types of errors.&lt;/p&gt;

&lt;p&gt;So, I decided to rebuild JeVois 1.10.0 from sources on Ubuntu LTS 16.04 enabling debug loglevel&lt;/p&gt;

&lt;p&gt;Here are reports:&lt;/p&gt;

&lt;p&gt;Ubuntu LTS 16.04, jevois-rebuilded-16.04.txt&lt;/p&gt;

&lt;p&gt;
&lt;br&gt;&lt;em&gt;&lt;strong&gt;user@MS-7592:~$ sudo jevois-daemon --loglevel=debug&lt;/strong&gt;
&lt;br&gt;DBG ManagerImpl::addComponent: Adding Component [serial]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;[skiped 59 lines - DBG VideoMapping::videoMappingsFromStream: OUT: *]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;DBG Camera::Camera: Input 0 [Camera 1] is a camera sensor
&lt;br&gt;INF Camera::Camera: [10] V4L2 camera /dev/video0 card UVC Camera (046d:0825) bus usb-0000:00:1d.7-4
&lt;br&gt;DBG Camera::Camera: Format 0 is [YUYV 4:2:2] fcc 0x56595559 [YUYV]
&lt;br&gt;DBG Camera::Camera: Format 1 is [Motion-JPEG] fcc 0x47504a4d [MJPG]
&lt;br&gt;INF Engine::postInit: Using display for video output
&lt;br&gt;DBG Camera::run: run() thread ready
&lt;br&gt;DBG Component::init: Initialized.
&lt;br&gt;DBG Camera::streamOn: Turning on camera stream
&lt;br&gt;&lt;strong&gt;Floating point exception (core dumped)&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;user@MS-7592:~$ sudo gdb jevois-daemon&lt;/strong&gt;
&lt;br&gt;GNU gdb (Ubuntu 8.2-0ubuntu1~16.04.1) 8.2
&lt;br&gt;Copyright (C) 2018 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;/a&gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law.
&lt;br&gt;Type &quot;show copying&quot; and &quot;show warranty&quot; for details.
&lt;br&gt;This GDB was configured as &quot;x86_64-linux-gnu&quot;.
&lt;br&gt;Type &quot;show configuration&quot; for configuration details.
&lt;br&gt;For bug reporting instructions, please see:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/bugs/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/bugs/&amp;gt;&lt;/a&gt;.
&lt;br&gt;Find the GDB manual and other documentation resources online at:
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.gnu.org/software/gdb/documentation/&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gdb/documentation/&amp;gt;&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For help, type &quot;help&quot;.
&lt;br&gt;Type &quot;apropos word&quot; to search for commands related to &quot;word&quot;...
&lt;br&gt;Reading symbols from jevois-daemon...done.
&lt;br&gt;(gdb) run
&lt;br&gt;Starting program: /usr/bin/jevois-daemon
&lt;br&gt;[Thread debugging using libthread_db enabled]
&lt;br&gt;Using host libthread_db library &quot;/lib/x86_64-linux-gnu/libthread_db.so.1&quot;.
&lt;br&gt;[New Thread 0x7fffd87d3700 (LWP 24784)]
&lt;br&gt;[New Thread 0x7fffd7fd2700 (LWP 24785)]
&lt;br&gt;[New Thread 0x7fffd77d1700 (LWP 24786)]
&lt;br&gt;INF Engine::onParamChange: Using [stdio] hardware (4-pin connector) serial port
&lt;br&gt;INF Engine::onParamChange: No USB serial port used
&lt;br&gt;ERR VideoMapping::videoMappingsFromStream: In file /jevois/config/videomappings.cfg:518: No .so|.py found for JeVois/FaceDetector -- SKIPPING.
&lt;br&gt;INF Engine::postInit: Loaded 60 vision processing modes.
&lt;br&gt;INF Engine::postInit: Initalizing Python...
&lt;br&gt;INF Engine::postInit: Starting camera device /dev/video0
&lt;br&gt;[New Thread 0x7fffcffff700 (LWP 24787)]
&lt;br&gt;INF Camera::Camera: [10] V4L2 camera /dev/video0 card UVC Camera (046d:0825) bus usb-0000:00:1d.7-4
&lt;br&gt;INF Engine::postInit: Using display for video output&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Thread 1 &quot;jevois-daemon&quot; received signal SIGFPE, Arithmetic exception.
&lt;br&gt;0x00007ffff7a72ff7 in jevois::Camera::streamOn (this=0x726ff0) at /home/user/jevois-1.10.0/src/jevois/Core/Camera.C:347
&lt;br&gt;347&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nbuf = (4U * 1024U * 1024U) / framesize;&lt;/strong&gt;
&lt;br&gt;(gdb)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;===&lt;/p&gt;

&lt;p&gt;After reporting this (&lt;a href=&quot;http://jevois.org/qa/index.php?qa=2387&amp;amp;qa_1=1-10-host-bug-report),&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/qa/index.php?qa=2387&amp;amp;qa_1=1-10-host-bug-report),&lt;/a&gt; I recieved a comment:&lt;/p&gt;

&lt;p&gt;&quot;I see, we disabled auto-loading the saliency demo module on startup in 1.10 to speedup startup a bit, but indeed that is a mistake for the host. I think the culprit is here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/jevois/jevois/blob/master/src/jevois/Core/Engine.C&quot; rel=&quot;nofollow&quot;&gt;https://github.com/jevois/jevois/blob/master/src/jevois/Core/Engine.C&lt;/a&gt; try un-commenting line 467.&quot;&lt;/p&gt;

&lt;p&gt;So, I un-commented line 467 in Engine.C file and rebuilded it again on Ubuntu 16.04. But...&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;to be continued...&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=2456&amp;qa_1=jevois-1-10-0-bug-reports-full-story-part-2</guid>
<pubDate>Tue, 27 Nov 2018 22:18:51 +0000</pubDate>
</item>
<item>
<title>ROS integration/support</title>
<link>http://jevois.org/qa/index.php?qa=51&amp;qa_1=ros-integration-support</link>
<description>

&lt;p&gt;Any plans to integrate with &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.ros.org&quot;&gt;ROS&lt;/a&gt;? I think both projects and developers will benefit from ROS &amp;lt;-&amp;gt; JeVois &lt;img title=&quot;smiley&quot; alt=&quot;smiley&quot; src=&quot;http://jevois.org/qa/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/regular_smile.png&quot; style=&quot;height:23px; width:23px&quot;&gt;&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=51&amp;qa_1=ros-integration-support</guid>
<pubDate>Tue, 14 Mar 2017 05:26:28 +0000</pubDate>
</item>
</channel>
</rss>