<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>JeVois Tech Zone - Recent questions and answers</title>
<link>http://jevois.org/qa/index.php?qa=qa</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>Answered: Problem when installing customized module to jevois</title>
<link>http://jevois.org/qa/index.php?qa=4502&amp;qa_1=problem-when-installing-customized-module-to-jevois&amp;show=5662#a5662</link>
<description>I have no idea about this but in this situation you get help with expert and resolve your problems.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4502&amp;qa_1=problem-when-installing-customized-module-to-jevois&amp;show=5662#a5662</guid>
<pubDate>Tue, 09 Mar 2021 08:48:06 +0000</pubDate>
</item>
<item>
<title>Answered: How to create an own MobileNetSSD caffe model</title>
<link>http://jevois.org/qa/index.php?qa=4778&amp;qa_1=how-to-create-an-own-mobilenetssd-caffe-model&amp;show=5340#a5340</link>
<description>Up ! Artificial Intelligence is hard !</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4778&amp;qa_1=how-to-create-an-own-mobilenetssd-caffe-model&amp;show=5340#a5340</guid>
<pubDate>Sat, 09 Jan 2021 09:12:42 +0000</pubDate>
</item>
<item>
<title>Answered: By now, is it possible to read IMU raw data using python?</title>
<link>http://jevois.org/qa/index.php?qa=4623&amp;qa_1=by-now-is-it-possible-to-read-imu-raw-data-using-python&amp;show=5339#a5339</link>
<description>Yes it's possible but, go show tutorial, python is hard to use !</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4623&amp;qa_1=by-now-is-it-possible-to-read-imu-raw-data-using-python&amp;show=5339#a5339</guid>
<pubDate>Sat, 09 Jan 2021 09:11:58 +0000</pubDate>
</item>
<item>
<title>Answered: For DemoArUco, how do you measure marker size?</title>
<link>http://jevois.org/qa/index.php?qa=5035&amp;qa_1=for-demoaruco-how-do-you-measure-marker-size&amp;show=5338#a5338</link>
<description>You measure the Size &amp;quot; ML &amp;quot; Go indeed include the border !</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=5035&amp;qa_1=for-demoaruco-how-do-you-measure-marker-size&amp;show=5338#a5338</guid>
<pubDate>Sat, 09 Jan 2021 09:11:19 +0000</pubDate>
</item>
<item>
<title>Answered: Strange Arduino pins in the visually-guided toy robot tutorial</title>
<link>http://jevois.org/qa/index.php?qa=5008&amp;qa_1=strange-arduino-pins-the-visually-guided-toy-robot-tutorial&amp;show=5127#a5127</link>
<description>I think you need to find another arduino wth tx/rx &amp;nbsp;with different pins to control your motor.</description>
<category>Misc Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=5008&amp;qa_1=strange-arduino-pins-the-visually-guided-toy-robot-tutorial&amp;show=5127#a5127</guid>
<pubDate>Thu, 29 Oct 2020 14:14:23 +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>Answered: Jevois-inventor does not load camera, 1.15 firmware, Latest Ubuntu 20 Virtualbox with 1.15</title>
<link>http://jevois.org/qa/index.php?qa=5000&amp;qa_1=jevois-inventor-camera-firmware-latest-ubuntu-virtualbox&amp;show=5002#a5002</link>
<description>Hum, interesting, probably a bug in VirtualBox for Mac. You did install the extension pack, right?&lt;br /&gt;
&lt;br /&gt;
Can you give us more parameters for your Mac? like OS version and Virtualbox version?&lt;br /&gt;
&lt;br /&gt;
In the meantime, there is no advantage in running the inventor in VirtualBox, you should just run the native MacOS version and remove your USB filters. The workflow then typically is:&lt;br /&gt;
&lt;br /&gt;
- install a USB filter in VirtualBox so that your USB-to-SD adapter gets attached to the virtual machine. Delete the filters you had for JeVois and its serial-over-USB.&lt;br /&gt;
&lt;br /&gt;
- develop code in the linux virtual machine&lt;br /&gt;
&lt;br /&gt;
- flash it to microSD&lt;br /&gt;
&lt;br /&gt;
- insert microSD into JeVois&lt;br /&gt;
&lt;br /&gt;
- start native MacOS JeVois Inventor and connect camera</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=5000&amp;qa_1=jevois-inventor-camera-firmware-latest-ubuntu-virtualbox&amp;show=5002#a5002</guid>
<pubDate>Mon, 14 Sep 2020 21:56:23 +0000</pubDate>
</item>
<item>
<title>Answered: How can I determine whether active cooling is necessary for my application?</title>
<link>http://jevois.org/qa/index.php?qa=4986&amp;qa_1=determine-whether-active-cooling-necessary-for-application&amp;show=5001#a5001</link>
<description>Yes, the fan is just connected to 5V and always on at full speed. We had some PWM speed modulation hardware logic on a previous version of the board, but that one had other issues, so finally we decided to roll back the design for mass production.&lt;br /&gt;
&lt;br /&gt;
Making a guess based on CPU usage is the best. Anything below 300% should be no problem using a large heatsink like we used in that doc page you mention. We had a deep net running at 375% CPU (i.e., almost loading all 4 cores to the max) and that was stable with the heatsink.&lt;br /&gt;
&lt;br /&gt;
I see DemoArUco around 220% CPU in the screenshots here: &lt;a href=&quot;http://jevois.org/moddoc/DemoArUco/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/DemoArUco/modinfo.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So it should be no problem. Make sure you have a good thermal contact with the heatsink. You may want to spread the glue on the chip with a screwdriver or such so that it fully covers the whole chip before applying the heatsink.</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4986&amp;qa_1=determine-whether-active-cooling-necessary-for-application&amp;show=5001#a5001</guid>
<pubDate>Mon, 14 Sep 2020 21:49:48 +0000</pubDate>
</item>
<item>
<title>Answered: please moderate this message so I can post.</title>
<link>http://jevois.org/qa/index.php?qa=4979&amp;qa_1=please-moderate-this-message-so-i-can-post&amp;show=4982#a4982</link>
<description>just found this now buried among 600 spam post attempts... I believe you need one more approved one before you get out of moderation.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4979&amp;qa_1=please-moderate-this-message-so-i-can-post&amp;show=4982#a4982</guid>
<pubDate>Fri, 28 Aug 2020 21:39:10 +0000</pubDate>
</item>
<item>
<title>Answered: support for data matrix / small 2D barcode</title>
<link>http://jevois.org/qa/index.php?qa=4141&amp;qa_1=support-for-data-matrix-small-2d-barcode&amp;show=4596#a4596</link>
<description>I remember working on this a while back but I am not sure I ever converged... Can you please check this:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/moddoc/PyDMTX/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/PyDMTX/modinfo.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
with a recent JeVois version (like 1.14.0). The fact that there is no screenshot means maybe it is not fully working yet. Basically we need to install libdmtx and pydmtx on the platform hardware. As far as I remember, it is quite slow, so maybe that is why we did not complete it.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4141&amp;qa_1=support-for-data-matrix-small-2d-barcode&amp;show=4596#a4596</guid>
<pubDate>Wed, 24 Jun 2020 22:40:17 +0000</pubDate>
</item>
<item>
<title>Answered: Using tensorflow in python</title>
<link>http://jevois.org/qa/index.php?qa=4086&amp;qa_1=using-tensorflow-in-python&amp;show=4595#a4595</link>
<description>This is not supported, though you should be able to run your model using Python OpenCV, see for example&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/moddoc/PyClassificationDNN/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/PyClassificationDNN/modinfo.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/moddoc/PyDetectionDNN/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/PyDetectionDNN/modinfo.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately cross-compiling TF is becoming increasingly difficult because of their bazel build system, but we will look into whether we could compile the python bindings into our TF module.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4086&amp;qa_1=using-tensorflow-in-python&amp;show=4595#a4595</guid>
<pubDate>Wed, 24 Jun 2020 22:34:45 +0000</pubDate>
</item>
<item>
<title>Answered: Headless jevois : frame to Serial</title>
<link>http://jevois.org/qa/index.php?qa=4062&amp;qa_1=headless-jevois-frame-to-serial&amp;show=4594#a4594</link>
<description>In no-USB on, you also need to issue a &amp;quot;streamon&amp;quot; command once your module is configured and ready to start work. Before that, it is just waiting idle. Please see&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/tutorials/ProgrammerPythonSaveImages.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/ProgrammerPythonSaveImages.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
for example.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4062&amp;qa_1=headless-jevois-frame-to-serial&amp;show=4594#a4594</guid>
<pubDate>Wed, 24 Jun 2020 22:31:12 +0000</pubDate>
</item>
<item>
<title>Answered: Using tensorflow within a python module</title>
<link>http://jevois.org/qa/index.php?qa=4057&amp;qa_1=using-tensorflow-within-a-python-module&amp;show=4593#a4593</link>
<description>We do not support TF directly in Python on JeVois, only C++ for now. However, maybe using OpenCV would help (you should be able to run TF models using the OpenCV framework). That one is fully accessible from Python.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4057&amp;qa_1=using-tensorflow-within-a-python-module&amp;show=4593#a4593</guid>
<pubDate>Wed, 24 Jun 2020 22:27:52 +0000</pubDate>
</item>
<item>
<title>Answered: what is the best way to locate a red laser pointer spot using jevois ?</title>
<link>http://jevois.org/qa/index.php?qa=3977&amp;qa_1=what-the-best-way-locate-red-laser-pointer-spot-using-jevois&amp;show=4592#a4592</link>
<description>Maybe this could help?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://answers.opencv.org/question/52754/laser-pointer-detect-and-track/&quot; rel=&quot;nofollow&quot;&gt;https://answers.opencv.org/question/52754/laser-pointer-detect-and-track/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
looks like the best way would be to use an optical filter in front of the lens of JeVois. With that, the basic ObjectTracker module should work ok.</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3977&amp;qa_1=what-the-best-way-locate-red-laser-pointer-spot-using-jevois&amp;show=4592#a4592</guid>
<pubDate>Wed, 24 Jun 2020 22:24:44 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to send both image and IMU data back to host computer through USB cable?</title>
<link>http://jevois.org/qa/index.php?qa=3731&amp;qa_1=possible-send-both-image-data-back-host-computer-through-cable&amp;show=4282#a4282</link>
<description>

&lt;p&gt;I had the same problem, I was searching for a&amp;nbsp;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;better way to send the IMU data without the coupling of the image data. I watched a lot of youtube tutorials, but I didn't found anything that could help to answer this question, but take a lot to this webpage: &lt;/span&gt;&lt;span style=&quot;color:rgb(0, 0, 0); font-family:calibri,arial; font-size:11pt&quot;&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.techradar.com/reviews/nordvpn&quot;&gt;https://www.techradar.com/reviews/nordvpn&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;, maybe you will find something. I didn't try yet, but my friend recommended to search there.&lt;/span&gt;&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3731&amp;qa_1=possible-send-both-image-data-back-host-computer-through-cable&amp;show=4282#a4282</guid>
<pubDate>Wed, 27 May 2020 09:33:08 +0000</pubDate>
</item>
<item>
<title>Answered: I am not able to add jevois repository and install jevois on ubuntu 18.04</title>
<link>http://jevois.org/qa/index.php?qa=4120&amp;qa_1=not-able-add-jevois-repository-and-install-jevois-ubuntu-18&amp;show=4131#a4131</link>
<description>yes, so sorry, the certificate expired and I had to go to the server physically today to renew it. Please try again, it should work now.</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4120&amp;qa_1=not-able-add-jevois-repository-and-install-jevois-ubuntu-18&amp;show=4131#a4131</guid>
<pubDate>Tue, 12 May 2020 07:48:17 +0000</pubDate>
</item>
<item>
<title>Answered: Not able to install developer software the quick way as given in jevois.usc.edu</title>
<link>http://jevois.org/qa/index.php?qa=4122&amp;qa_1=able-install-developer-software-the-quick-given-jevois-usc&amp;show=4130#a4130</link>
<description>yes, so sorry, the certificate expired and I had to go to the server physically today to renew it. Please try again, it should work now.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4122&amp;qa_1=able-install-developer-software-the-quick-given-jevois-usc&amp;show=4130#a4130</guid>
<pubDate>Tue, 12 May 2020 07:47:57 +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>Answered: Possible software error in the JeVois cam A33</title>
<link>http://jevois.org/qa/index.php?qa=4065&amp;qa_1=possible-software-error-in-the-jevois-cam-a33&amp;show=4073#a4073</link>
<description>I found a solution to send date and time from an Arduino Mega about some seconds after power on (the red led has to be on)&lt;br /&gt;
&lt;br /&gt;
You have to do it with this Arduino software:&lt;br /&gt;
&lt;br /&gt;
#define JeVois Serial2 // for example com2&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;JeVois.begin(115200); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Verbindung mit JeVois-Kamera&lt;br /&gt;
&amp;nbsp;&amp;nbsp;JeVois.setTimeout(1000000);&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;JeVois.println(&amp;quot;date &amp;quot; + DatumZeit);&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;And now very important:&lt;br /&gt;
&lt;br /&gt;
In the variable DatumZeit has to be the actual date and time with a string like this &amp;quot;date 041112302020.00&amp;quot; it means &amp;quot;date MMDDhhmmCCYY.ss&amp;quot; &amp;nbsp;M = Month, D = Day, h = hour, m = minute, CC = the first 2 digits of the year, YY = the last 2 digits of the year and .ss = seconds (I use here always 00).&lt;br /&gt;
&lt;br /&gt;
Only this way functions perfect.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;
Peter Dambrowsky</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4065&amp;qa_1=possible-software-error-in-the-jevois-cam-a33&amp;show=4073#a4073</guid>
<pubDate>Wed, 15 Apr 2020 11:25:46 +0000</pubDate>
</item>
<item>
<title>Answered: Jevois daemon hangs (solid green) upon Jevois-Inventor startup</title>
<link>http://jevois.org/qa/index.php?qa=3897&amp;qa_1=jevois-daemon-hangs-solid-green-upon-jevois-inventor-startup&amp;show=4052#a4052</link>
<description>If all else fails (and we found that it did), a reflashing of the Jevois sd card should hopefully do the trick.&lt;br /&gt;
&lt;br /&gt;
We never found the source of the ambiguous error, but after reflashing the sd card, adding the same modules and jevois core code changes we had made previously, we found the camera was recognised by webcam viewing software (and jevois inventor) again.</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3897&amp;qa_1=jevois-daemon-hangs-solid-green-upon-jevois-inventor-startup&amp;show=4052#a4052</guid>
<pubDate>Sun, 05 Apr 2020 17:17:09 +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>Answered: How to get Serial data from jevois to NodeMCU ?</title>
<link>http://jevois.org/qa/index.php?qa=4043&amp;qa_1=how-to-get-serial-data-from-jevois-to-nodemcu&amp;show=4045#a4045</link>
<description>

&lt;p&gt;It seems that it's not possible to use both RxTx pins and serial monitor. It works using following code:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;
&lt;br&gt;#include &amp;lt;ESP8266WiFi.h&amp;gt;
&lt;br&gt;#include &amp;lt;ESP8266httpUpdate.h&amp;gt;
&lt;br&gt;#define INLEN 256&lt;/p&gt;

&lt;p&gt;char instr[INLEN + 1];&lt;/p&gt;

&lt;p&gt;const char* ssid = &quot;SSID&quot;;
&lt;br&gt;const char* password = &quot;PWD&quot;;
&lt;br&gt;const int led=2;&lt;/p&gt;

&lt;p&gt;void setup() {
&lt;br&gt;&amp;nbsp; Serial.begin(115200);
&lt;br&gt;&amp;nbsp; WiFi.mode(WIFI_STA);
&lt;br&gt;&amp;nbsp; WiFi.begin(ssid, password);
&lt;br&gt;&amp;nbsp; while (WiFi.waitForConnectResult() != WL_CONNECTED) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; delay(1000);
&lt;br&gt;&amp;nbsp; &amp;nbsp; ESP.restart();
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}&lt;/p&gt;

&lt;p&gt;void loop() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;digitalWrite(led, LOW);
&lt;br&gt;&amp;nbsp; Serial.println(&quot;info&quot;);
&lt;br&gt;&amp;nbsp;&amp;nbsp;
&lt;br&gt;&amp;nbsp; String val = &quot;test=&quot;;&lt;/p&gt;

&lt;p&gt;&amp;nbsp; while (Serial.available()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; val.concat((char)Serial.read());
&lt;br&gt;&amp;nbsp; }&lt;/p&gt;

&lt;p&gt;&amp;nbsp; HTTPClient http;&amp;nbsp; &amp;nbsp; //Declare object of class HTTPClient
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http.begin(&quot;http://192.168.1.33/duino/read_post_request.php&quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http.addHeader(&quot;Content-Type&quot;, &quot;application/x-www-form-urlencoded&quot;);&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int httpCode = http.POST(val);&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; http.end();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;digitalWrite(led, HIGH);
&lt;br&gt;&amp;nbsp; delay(1000);
&lt;br&gt;}&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=4043&amp;qa_1=how-to-get-serial-data-from-jevois-to-nodemcu&amp;show=4045#a4045</guid>
<pubDate>Fri, 03 Apr 2020 14:21:21 +0000</pubDate>
</item>
<item>
<title>Answered: how to detect a laser pointer spot (650 nm) using jevois ?</title>
<link>http://jevois.org/qa/index.php?qa=3966&amp;qa_1=how-to-detect-a-laser-pointer-spot-650-nm-using-jevois&amp;show=4044#a4044</link>
<description>

&lt;p&gt;You could try coding your own python module to detect your laser spot.&lt;/p&gt;

&lt;p&gt;Using&amp;nbsp;&lt;span style=&quot;color:var(--black-750); font-family:inherit&quot;&gt;cv2.inRange you can detect red blobs in the camera image. Have a look here&amp;nbsp;&lt;/span&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/42840526/opencv-python-red-ball-detection-and-tracking&quot;&gt;https://stackoverflow.com/questions/42840526/opencv-python-red-ball-detection-and-tracking&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/&quot;&gt;https://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/&lt;/a&gt;&amp;nbsp;to put you on rails.&lt;/p&gt;</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3966&amp;qa_1=how-to-detect-a-laser-pointer-spot-650-nm-using-jevois&amp;show=4044#a4044</guid>
<pubDate>Fri, 03 Apr 2020 09:38:59 +0000</pubDate>
</item>
<item>
<title>Answered: I am trying cause my Arduino UNO to trigger the recording of Video through the Save Video Module in Jevois.</title>
<link>http://jevois.org/qa/index.php?qa=3965&amp;qa_1=trying-cause-arduino-trigger-recording-through-module-jevois&amp;show=3987#a3987</link>
<description>

&lt;p&gt;You need to remove the &quot;setpar serout&quot; that is in most of your strings. Basically, you should println() this to JeVois:&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;setmapping2 YUYV 640 480 30.0 JeVois SaveVideo&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;to setup, then&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;streamon&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;to start video streaming, etc&lt;/span&gt;&lt;/p&gt;</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3965&amp;qa_1=trying-cause-arduino-trigger-recording-through-module-jevois&amp;show=3987#a3987</guid>
<pubDate>Wed, 11 Mar 2020 21:04:11 +0000</pubDate>
</item>
<item>
<title>Answered: Object detection</title>
<link>http://jevois.org/qa/index.php?qa=3958&amp;qa_1=object-detection&amp;show=3986#a3986</link>
<description>The ObjectDetect module &lt;a href=&quot;http://jevois.org/moddoc/ObjectDetect/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/ObjectDetect/modinfo.html&lt;/a&gt; has several parameters you can tune if your objects are not detected with the default settings. The default settings assume that your object has unique texture elements, and will not work well with objects that are very simple, e.g., a white square object.&lt;br /&gt;
&lt;br /&gt;
First try higher &amp;quot;distthresh&amp;quot;. This is how similar keypoints must be between learned image and current image.&lt;br /&gt;
&lt;br /&gt;
Then try to broaden the range for &amp;quot;goodpts&amp;quot;, this is how many matching key points are needed between learned image and current image.&lt;br /&gt;
&lt;br /&gt;
Then try to lower &amp;quot;hessian&amp;quot; which controls how sharp keypoints have two be to be considered.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3958&amp;qa_1=object-detection&amp;show=3986#a3986</guid>
<pubDate>Wed, 11 Mar 2020 20:58:02 +0000</pubDate>
</item>
<item>
<title>Answered: How can I store a Video frame by frame to the sdcard of my A33 cam</title>
<link>http://jevois.org/qa/index.php?qa=3955&amp;qa_1=how-can-i-store-video-frame-by-frame-to-the-sdcard-of-my-a33-cam&amp;show=3985#a3985</link>
<description>Looks like you are opening &amp;quot;cap&amp;quot; as a video capture device but that is not available in JeVois modules.&lt;br /&gt;
&lt;br /&gt;
The core JeVois software does the capture for you. All you need is to write a process() function that will be called each time a new frame is available from the sensor. In that function you can save your frames. Make sure you make &amp;quot;out&amp;quot; a class data member of your module so that it persists across multiple calls to process()&lt;br /&gt;
&lt;br /&gt;
Have a look here for some guidance:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/tutorials/ProgrammerInvHello.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/ProgrammerInvHello.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/doc/ModulePythonTutorial.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/doc/ModulePythonTutorial.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Start with the code for Hello. Open &amp;quot;out&amp;quot; (renamed self.out) in __init__ of the module). Then in process() add your &amp;quot;out.write(frame)&amp;quot;. I recommend that you use an absolute path for your saved video (e.g., /jevois/myvideo.avi)</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3955&amp;qa_1=how-can-i-store-video-frame-by-frame-to-the-sdcard-of-my-a33-cam&amp;show=3985#a3985</guid>
<pubDate>Wed, 11 Mar 2020 20:51:19 +0000</pubDate>
</item>
<item>
<title>Answered: DemoSaliency headless</title>
<link>http://jevois.org/qa/index.php?qa=3950&amp;qa_1=demosaliency-headless&amp;show=3984#a3984</link>
<description>You need to create your own module for that, or add headless capability and whiteness computation to ours.&lt;br /&gt;
&lt;br /&gt;
Starting from &lt;a href=&quot;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2DemoSaliency_2DemoSaliency_8C_source.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2DemoSaliency_2DemoSaliency_8C_source.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
you would copy the whole process() function into a new version that does not have a second arg for the output frame. This is the function you need for headless operation. Then delete everything related to drawing the output composite display. Then add your whiteness evaluation code.&lt;br /&gt;
&lt;br /&gt;
Here are a few pointers to get started:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/tutorials/ProgrammerSetup.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/ProgrammerSetup.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/doc/ModuleTutorial.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/doc/ModuleTutorial.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/tutorials/UserHeadless.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/UserHeadless.html&lt;/a&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3950&amp;qa_1=demosaliency-headless&amp;show=3984#a3984</guid>
<pubDate>Wed, 11 Mar 2020 20:43:04 +0000</pubDate>
</item>
<item>
<title>Answered: How to detect new objects in Jevois inventor</title>
<link>http://jevois.org/qa/index.php?qa=3949&amp;qa_1=how-to-detect-new-objects-in-jevois-inventor&amp;show=3983#a3983</link>
<description>Oh, it should be either in the &amp;quot;Console&amp;quot; tab of JeVois Inventor (easiest), or in a terminal connected to JeVois over serial port.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3949&amp;qa_1=how-to-detect-new-objects-in-jevois-inventor&amp;show=3983#a3983</guid>
<pubDate>Wed, 11 Mar 2020 20:34:20 +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>Answered: Update the time in jevois each time automatically.</title>
<link>http://jevois.org/qa/index.php?qa=3734&amp;qa_1=update-the-time-in-jevois-each-time-automatically&amp;show=3956#a3956</link>
<description>Please tell me more how the jevois-inventor can flash the current time from the host computer.&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
Regards Peter</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3734&amp;qa_1=update-the-time-in-jevois-each-time-automatically&amp;show=3956#a3956</guid>
<pubDate>Mon, 02 Mar 2020 14:33:03 +0000</pubDate>
</item>
<item>
<title>Answered: Jevois doesn't work after Raspberry PI reboots</title>
<link>http://jevois.org/qa/index.php?qa=3915&amp;qa_1=jevois-doesnt-work-after-raspberry-pi-reboots&amp;show=3920#a3920</link>
<description>Looks like jevois is getting confused somehow. Maybe you have some program like modemmanager (which is on Ubuntu) running on your Pi, which sends some modem probes over the USB-to-Serial port of JeVois on boot?&lt;br /&gt;
&lt;br /&gt;
Looks like ModemManager is available on RPi, maybe you have it installed? Can you try sudo apt purge modemmanager and/or inspect your dmesg logs to see whether there is anything about modem, or ttyACM0 or such?</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3915&amp;qa_1=jevois-doesnt-work-after-raspberry-pi-reboots&amp;show=3920#a3920</guid>
<pubDate>Mon, 17 Feb 2020 18:11:45 +0000</pubDate>
</item>
<item>
<title>Answered: How do I save JeVois camera images on my arduino</title>
<link>http://jevois.org/qa/index.php?qa=3891&amp;qa_1=how-do-i-save-jevois-camera-images-on-my-arduino&amp;show=3906#a3906</link>
<description>Have a look at &lt;a href=&quot;http://jevois.org/qa/index.php?qa=3879&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/qa/index.php?qa=3879&lt;/a&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3891&amp;qa_1=how-do-i-save-jevois-camera-images-on-my-arduino&amp;show=3906#a3906</guid>
<pubDate>Fri, 14 Feb 2020 00:38:23 +0000</pubDate>
</item>
<item>
<title>Answered: How do I save pictures if it's hooked up to a microcontroller</title>
<link>http://jevois.org/qa/index.php?qa=3890&amp;qa_1=how-do-i-save-pictures-if-its-hooked-up-to-a-microcontroller&amp;show=3905#a3905</link>
<description>Try our SaveVideo module, and see here for a tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/moddoc/SaveVideo/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/SaveVideo/modinfo.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/tutorials/User120fps.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/User120fps.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
That will save on the microSD inside JeVois.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3890&amp;qa_1=how-do-i-save-pictures-if-its-hooked-up-to-a-microcontroller&amp;show=3905#a3905</guid>
<pubDate>Fri, 14 Feb 2020 00:37:06 +0000</pubDate>
</item>
<item>
<title>Answered: Saving video directly to a PC</title>
<link>http://jevois.org/qa/index.php?qa=3879&amp;qa_1=saving-video-directly-to-a-pc&amp;show=3883#a3883</link>
<description>yes, AmCap works, or guvcview on linux can also save video.</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3879&amp;qa_1=saving-video-directly-to-a-pc&amp;show=3883#a3883</guid>
<pubDate>Tue, 11 Feb 2020 21:53:44 +0000</pubDate>
</item>
<item>
<title>Answered: Read Only File System after sendSerial?</title>
<link>http://jevois.org/qa/index.php?qa=3864&amp;qa_1=read-only-file-system-after-sendserial&amp;show=3882#a3882</link>
<description>

&lt;p&gt;Can you use an absolute path when you open the file, like &quot;/jevois/targetData.txt&quot;?&lt;/p&gt;

&lt;p&gt;It might be that for some strange reason you do not always end up being in the module's directory as you should be (maybe something funny going on during instantiation of a python module, the constructor may be called before we change directory to the module's directory). The /jevois partition should be writable.&lt;/p&gt;

&lt;p&gt;Or, in the inventor console, try&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;shell dmesg&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;and look for messages that would signal some disk error and re-mounting read-only. Or try&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;shell touch /jevois/hello&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;and then&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;shell ls /jevois&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;and see if you get errors and whether the file was created.&lt;/p&gt;

&lt;p&gt;If that does not help, we have had strange situations also (but hard to reproduce) when trying to save python code to SD repeatedly and across multiple days. I think it might have to do with date and pycache. And maybe a broken pycache triggers the remount to read-only.&amp;nbsp;So I would recommend the following: after JeVois boots up, fire up the inventor and go to the System tab and set the date/time on the camera to that of your host. Then you should have no problem editing, etc. My guess about this is that since by default jevois starts on Jan 1, 1970 (since there is no battery for the clock), depending on when you edit and try to save, you may end up with saving the source python file earlier than you did last time you booted up JeVois, and so now you end up with the compiled python code in pycache being in the future compared to the time at which you save your source python file. That may upset python.&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3864&amp;qa_1=read-only-file-system-after-sendserial&amp;show=3882#a3882</guid>
<pubDate>Tue, 11 Feb 2020 21:52:54 +0000</pubDate>
</item>
<item>
<title>Answered: Darknet YOLO Freezing</title>
<link>http://jevois.org/qa/index.php?qa=3860&amp;qa_1=darknet-yolo-freezing&amp;show=3881#a3881</link>
<description>Are you moving your camera? If so, you may have some connectivity issues at the mini-USB connector of JeVois. This connector was not designed for mechanical stress. Usually when we run demos, we mount the camera on a tripod and tie the USB cable to the legs of the tripod, so that there will be no mechanical stress or motion at the mini-USB connector. We have cameras running for months non-stop like that. I just confirmed that YOLO (1280x480 YUYV) is running fine and is not running out of memory, etc, it is stable here.&lt;br /&gt;
&lt;br /&gt;
Also see other posts about freezing, in particular: you could also have a bad USB cable (we have had a few of those), or you can use some camera mount with strain relief, available on thingiverse.com (search for &amp;quot;jevois&amp;quot;).</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3860&amp;qa_1=darknet-yolo-freezing&amp;show=3881#a3881</guid>
<pubDate>Tue, 11 Feb 2020 21:30:08 +0000</pubDate>
</item>
<item>
<title>Answered: Jevois-daemon freezing after ~2 seconds</title>
<link>http://jevois.org/qa/index.php?qa=3842&amp;qa_1=jevois-daemon-freezing-after-2-seconds&amp;show=3880#a3880</link>
<description>Yes, we have seen similar things using virtual box on MacOS just recently.&lt;br /&gt;
&lt;br /&gt;
Could you please try to shut down your virtual box completely (to make sure it releases the USB ports) and then get the native MacOS version of JeVois Inventor (or OBS Studio or Webcamoid) and see whether that works? In our testing it did work. So we concluded something was going on with virtual box, maybe the video drivers or such. We updated to the latest virtual box and latest extension pack and rebooted the host (yes, this is needed, even on Mac), and the problem was gone somehow...</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3842&amp;qa_1=jevois-daemon-freezing-after-2-seconds&amp;show=3880#a3880</guid>
<pubDate>Tue, 11 Feb 2020 21:23:14 +0000</pubDate>
</item>
<item>
<title>Answered: How to fix  &quot;Are you using old TFLite binary with newer model?&quot;</title>
<link>http://jevois.org/qa/index.php?qa=3812&amp;qa_1=how-to-fix-are-you-using-old-tflite-binary-with-newer-model&amp;show=3822#a3822</link>
<description>

&lt;p&gt;Darn, we are kind of stuck at TF 1.9.9, please see the exact version in&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/jevois/jevoisbase/blob/master/Contrib/reinstall.sh&quot; rel=&quot;nofollow&quot;&gt;https://github.com/jevois/jevoisbase/blob/master/Contrib/reinstall.sh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;we get this exact version (the long number is the commit ID on GitHub):&lt;/p&gt;

&lt;table&gt;

&lt;tbody&gt;

&lt;tr&gt;&lt;/tr&gt;

&lt;tr&gt;

&lt;td style=&quot;vertical-align:top; white-space:pre&quot;&gt;get_github tensorflow tensorflow 25c197e02393bd44f50079945409009dd4d434f8&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;

&lt;td style=&quot;text-align:right; vertical-align:top; white-space:nowrap; width:50px&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;And then we compile only the C++ source files we need (discarding anything that would try to open a window and such), and those get integrated into libjevjoisbase, please see here, section about TensorFlow:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/jevois/jevoisbase/blob/master/CMakeLists.txt&quot; rel=&quot;nofollow&quot;&gt;https://github.com/jevois/jevoisbase/blob/master/CMakeLists.txt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We have tried to update to a newer version but their build system has changed and we have not yet been able to track down what exactly gets compiled and how through their bazel-based build. If you can somehow figure out an updated list of sources for the one that starts at line 378 of the above CMakeLists.txt, then we can try that update to a newer tensorflow again.&lt;/p&gt;

&lt;p&gt;Otherwise, maybe you can make your model work under TF 1.9.9?&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3812&amp;qa_1=how-to-fix-are-you-using-old-tflite-binary-with-newer-model&amp;show=3822#a3822</guid>
<pubDate>Fri, 31 Jan 2020 02:22:14 +0000</pubDate>
</item>
<item>
<title>Answered: Sending commands from python to serial command line</title>
<link>http://jevois.org/qa/index.php?qa=3820&amp;qa_1=sending-commands-from-python-to-serial-command-line&amp;show=3821#a3821</link>
<description>

&lt;p&gt;This is not supported. Just to give you the historical background: we started with a C++ core framework. In there, all one can access, from within a vision module, all core functionality (like list the mappings, etc) by calling the appropriate functions on the JeVois Engine object (which is always at the root of a vision pipeline). Then we added the command-line interface as a way for the host computer to also access some of the core functions, over a serial port. Finally we added python support on top of the C++ core, with some direct bindings from the core to the Python side of things, shown here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jevois.org/doc/ProgrammerPython.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/doc/ProgrammerPython.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(see section on Python bindings provided by jevois core).&lt;/p&gt;

&lt;p&gt;Now we did not provide a python binding for something like listmappings because a vision module (the python code you are writing) should not need to know that. It should work just for whatever mappings it can support, and the host computer is in charge of picking a mapping (and hence a vision module) it wants to run. If listmappings is indeed what you want, then can you tell us why you would need it? From within a vision module, you should never have to worry about that list. If you want something else, maybe we can add a python binding for that?&lt;/p&gt;

&lt;p&gt;In the meantime, the best way to quickly solve your problem is to have your host computer issue some commands to the jevois command-line interface, for example like here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jevois.org/tutorials/UserPanTilt.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/UserPanTilt.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if you scroll down to the first piece of source code, line 43 the Arduino sends this to the JeVois camera:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://jevois.org/tutorials/ArduinoPanTiltTutorial_8C.html#aae3f0b4211ba45d265973d40ccbb5fd1&quot;&gt;SERIAL&lt;/a&gt;&lt;span style=&quot;background-color:rgb(251, 252, 253); color:rgb(0, 0, 0); font-family:monospace,fixed&quot;&gt;.println(&lt;/span&gt;&lt;span style=&quot;color:rgb(0, 32, 128); font-family:monospace,fixed&quot;&gt;&quot;setpar serlog None&quot;&lt;/span&gt;&lt;span style=&quot;background-color:rgb(251, 252, 253); color:rgb(0, 0, 0); font-family:monospace,fixed&quot;&gt;);&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;to configure it.&lt;/p&gt;

&lt;p&gt;Or in this one:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jevois.org/tutorials/UserColorTracking.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/tutorials/UserColorTracking.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;some python program running on the host sends some commands to JeVois as the sliders in the Python GUI are moved around.&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3820&amp;qa_1=sending-commands-from-python-to-serial-command-line&amp;show=3821#a3821</guid>
<pubDate>Fri, 31 Jan 2020 02:13:21 +0000</pubDate>
</item>
<item>
<title>Answered: Issue in running custom Tensorflow network</title>
<link>http://jevois.org/qa/index.php?qa=3785&amp;qa_1=issue-in-running-custom-tensorflow-network&amp;show=3807#a3807</link>
<description>VGG-16 may indeed be too big for JeVois.&lt;br /&gt;
&lt;br /&gt;
Can you email us your model files and params.cfg to jevois.org@gmail.com? We can try to load it here with a USB-to-serial diagnostic cable plugged in and we can tell you if the camera runs out of memory.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3785&amp;qa_1=issue-in-running-custom-tensorflow-network&amp;show=3807#a3807</guid>
<pubDate>Tue, 28 Jan 2020 21:58:55 +0000</pubDate>
</item>
<item>
<title>Answered: JeVois A33 powers up but LED stays green</title>
<link>http://jevois.org/qa/index.php?qa=3780&amp;qa_1=jevois-a33-powers-up-but-led-stays-green&amp;show=3806#a3806</link>
<description>You can diagnose boot if you have a USB to serial cable connected to the 4-pin serial port of JeVois. First you edit boot options on the SD card to enable serial console. Then you should see boot messages. See here:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/doc/Debugging.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/doc/Debugging.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(edit uEnv.txt in the BOOT partition and uncomment the second set of kernel parameters, then launch some terminal program on your host, selecting the port of your USB-to-Serial cable and 115200 bauds).&lt;br /&gt;
&lt;br /&gt;
But usually the problem is either a bad USB cable, weak USB port on the host, or the SD card is not fully inserted into JeVois (try to use a credit card to push it in all the way, just beware that if you slip, it will fly out, so be ready to catch it).</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3780&amp;qa_1=jevois-a33-powers-up-but-led-stays-green&amp;show=3806#a3806</guid>
<pubDate>Tue, 28 Jan 2020 21:55:22 +0000</pubDate>
</item>
<item>
<title>Answered: Tensorflow lite Object Detection</title>
<link>http://jevois.org/qa/index.php?qa=3772&amp;qa_1=tensorflow-lite-object-detection&amp;show=3805#a3805</link>
<description>Looks like you have 4 output arrays, but TensorFlowEasy only works with 1 output. So you would have to create your own JeVois module to handle your output format. The easiest is to use OpenCV and Python. Skip the conversion to TFlite for now as I am not sure how well that works with OpenCV. Just use your baseline trained TF network. Then look at these two:&lt;br /&gt;
&lt;br /&gt;
For recognition only (identify what is in the image): jevois module PyClassifcationDNN&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PyClassificationDNN_2PyClassificationDNN_8py_source.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PyClassificationDNN_2PyClassificationDNN_8py_source.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For detection + identification (find bounding boxes around objects and identify the objects): jevois module PyDetectionDNN&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PyDetectionDNN_2PyDetectionDNN_8py_source.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PyDetectionDNN_2PyDetectionDNN_8py_source.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You can edit those modules in JeVois Inventor and adapt them to your particular output format.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3772&amp;qa_1=tensorflow-lite-object-detection&amp;show=3805#a3805</guid>
<pubDate>Tue, 28 Jan 2020 21:49:45 +0000</pubDate>
</item>
<item>
<title>Answered: Any OpenCV Python demo to stream data directly from JeVois as a UVC camera?</title>
<link>http://jevois.org/qa/index.php?qa=3766&amp;qa_1=opencv-python-demo-stream-data-directly-from-jevois-camera&amp;show=3800#a3800</link>
<description>yes, there is no separate python-libjevois, both the C++ code and the python bindings are in libjevois.so&lt;br /&gt;
&lt;br /&gt;
as far as a demo to behave like a dumb camera, start with the Python Sandbox module:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PythonSandbox_2PythonSandbox_8py_source.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/basedoc/jvpkg_2modules_2JeVois_2PythonSandbox_2PythonSandbox_8py_source.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and just replace line 62 with:&lt;br /&gt;
&lt;br /&gt;
outimg = inimg&lt;br /&gt;
&lt;br /&gt;
which will simply copy the image from the sensor (inning) to the one that is sent over USB to the host computer (outimg).</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3766&amp;qa_1=opencv-python-demo-stream-data-directly-from-jevois-camera&amp;show=3800#a3800</guid>
<pubDate>Tue, 28 Jan 2020 18:50:43 +0000</pubDate>
</item>
<item>
<title>Answered: I've added a custom C++ module and JeVois Inventor can't connect to the camera</title>
<link>http://jevois.org/qa/index.php?qa=3765&amp;qa_1=added-custom-module-jevois-inventor-cant-connect-the-camera&amp;show=3799#a3799</link>
<description>hum, that is very strange. Can you email us more info about your setup? I am guessing you have an entry for your module in videomappings.cfg already? One possibility is that on some machines (MacOS, Windows), the camera drivers get confused when trying to select among several video modes that only differ by their frame rate. This is not a problem when using guvcview, webcamoid, etc but it is a problem when using the Qt camera stack, which we use in the inventor. So maybe disable in videomappings.cfg any other modes that have the same output resolution but different frame rates.</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3765&amp;qa_1=added-custom-module-jevois-inventor-cant-connect-the-camera&amp;show=3799#a3799</guid>
<pubDate>Tue, 28 Jan 2020 18:43:57 +0000</pubDate>
</item>
<item>
<title>Answered: JeVois Frequently Freezing</title>
<link>http://jevois.org/qa/index.php?qa=3753&amp;qa_1=jevois-frequently-freezing&amp;show=3798#a3798</link>
<description>Usually, this could be either a problem with the USB cable, or with the connectors. The mini-USB connector on the camera is not designed to handle mechanical stress. If you are moving the camera around to look at various objects, it can sometimes disconnect (even though the connector is still plugged in, the connection gets temporarily broken). Usually when we give demos where the camera moves a lot, we mount it on a tripod and we secure the USB cable to one leg of the tripod so that it will not move at all at the connector when the tripod is moved. Some First Robotics teams have designed mounts with strain relief. Look for 'jevois' at thingiverse.com, for example this one:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.thingiverse.com/thing:2734559&quot; rel=&quot;nofollow&quot;&gt;https://www.thingiverse.com/thing:2734559&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
which also has a mount for a ring of LEDs (for night/IR vision).&lt;br /&gt;
&lt;br /&gt;
If the problem occurs when the camera is not moving at all, then the next likely cause is a bad USB cable. We have had a few reports of bad cables. We have changed cable brand since then but maybe try another cable if you have one around.</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3753&amp;qa_1=jevois-frequently-freezing&amp;show=3798#a3798</guid>
<pubDate>Tue, 28 Jan 2020 18:40:33 +0000</pubDate>
</item>
<item>
<title>Answered: Jevois is not detected by Linux (Ubuntu 18.04.3 LTS)</title>
<link>http://jevois.org/qa/index.php?qa=3742&amp;qa_1=jevois-is-not-detected-by-linux-ubuntu-18-04-3-lts&amp;show=3751#a3751</link>
<description>Maybe something happened to your camera or to your USB cable? If you have another USB cable, please try this. Otherwise please email us at jevoisinc@gmail.com and we will help you.</description>
<category>Hardware Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3742&amp;qa_1=jevois-is-not-detected-by-linux-ubuntu-18-04-3-lts&amp;show=3751#a3751</guid>
<pubDate>Fri, 10 Jan 2020 18:36:22 +0000</pubDate>
</item>
<item>
<title>Answered: Green light remains on, fan turns on, camera not detected by Windows</title>
<link>http://jevois.org/qa/index.php?qa=3737&amp;qa_1=green-light-remains-fan-turns-camera-not-detected-by-windows&amp;show=3750#a3750</link>
<description>If the card is fully inserted and you see no orange flash, maybe there is an issue with your JeVois unit. It is quite rare though as every unit is tested twice at the factory. Please email us at jevoisinc@gmail.com and we will help you.&lt;br /&gt;
&lt;br /&gt;
On rare occasions, also the USB cable may be bad, so if you have another one please try this.</description>
<category>User questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3737&amp;qa_1=green-light-remains-fan-turns-camera-not-detected-by-windows&amp;show=3750#a3750</guid>
<pubDate>Fri, 10 Jan 2020 18:35:07 +0000</pubDate>
</item>
<item>
<title>Answered: I need a program in Phyton to integrate some more pictures.</title>
<link>http://jevois.org/qa/index.php?qa=3732&amp;qa_1=i-need-a-program-in-phyton-to-integrate-some-more-pictures&amp;show=3749#a3749</link>
<description>

&lt;p&gt;You need to do that offline using whichever method is recommended for that particular network. Once it is retrained, you can copy the weight files to your microSD and edit the config file for your module to load that network by default.&lt;/p&gt;

&lt;p&gt;For mobilenet + SSD Caffe model, you would usually use this module:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jevois.org/moddoc/DetectionDNN/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/DetectionDNN/modinfo.html&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href=&quot;http://jevois.org/moddoc/PyDetectionDNN/modinfo.html&quot; rel=&quot;nofollow&quot;&gt;http://jevois.org/moddoc/PyDetectionDNN/modinfo.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For the latter (Python version), you can just edit the Python code in JeVois inventor, add a new block like this one:&lt;/p&gt;

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

&lt;p&gt;&amp;nbsp; &lt;span style=&quot;color:rgb(224, 128, 0)&quot;&gt;elif&lt;/span&gt; (model == &lt;span style=&quot;color:rgb(0, 32, 128)&quot;&gt;'MobileNetV2SSD'&lt;/span&gt;):&lt;/p&gt;

&lt;p&gt;classnames = &lt;span style=&quot;color:rgb(0, 32, 128)&quot;&gt;'/jevois/share/darknet/yolo/data/coco.names'&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;modelname = &lt;span style=&quot;color:rgb(0, 32, 128)&quot;&gt;'/jevois/share/opencv-dnn/detection/ssd_mobilenet_v2_coco_2018_03_29.pb'&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;configname = &lt;span style=&quot;color:rgb(0, 32, 128)&quot;&gt;'/jevois/share/opencv-dnn/detection/ssd_mobilenet_v2_coco_2018_03_29.pbtxt'&lt;/span&gt;&lt;/p&gt;

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

&lt;p&gt;with the correct locations for the 3 files: List of class names, weight file, model file.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Programmer Questions</category>
<guid isPermaLink="true">http://jevois.org/qa/index.php?qa=3732&amp;qa_1=i-need-a-program-in-phyton-to-integrate-some-more-pictures&amp;show=3749#a3749</guid>
<pubDate>Fri, 10 Jan 2020 18:33:06 +0000</pubDate>
</item>
</channel>
</rss>