5/5/2021 3:39 PM | |
Posts: 24 Rating: (0) |
Hello, We've made a new image adding a new layer for the IOT2040 with the library OpenCV and we were successful. Python3 was running and we tried to import the OpenCV library. However the attached error is shown. Seems like the minimum HW conditions required for this library are not met. We have found a possible workaround, so that the initial check for the HW is skipped but we're not sure if this could affect the processing speed of the IOT. Any hint? Any feedback would be welcome, to be sure if we can try this out or if it is better to think about another solution. Regards, Laura ------------------------------------------------------------------------------------------ |
Last edited by: lauraest at: 05/05/2021 15:40:14Last edited by: Jen_Moderator at: 05/06/2021 09:11:07New subject after splitting |
|
5/6/2021 9:20 AM | |
Joined: 4/28/2015 Last visit: 6/28/2024 Posts: 578 Rating: (43) |
The initial check likely stumbles over required processor features that the Quark CPU does not provide. Skipping that test can cause illegal instructions later on. Unless you can build OpenCV for non-SSE i586 processor type (see e.g. the ffmeg adjustment), you need to switch to a different platform for this use case. From a performance POV, that might be better anyway. |
Follow us on