Add a library in OpenMV IDE

How can I download and add the following libraries: NUMPY and PYL.

They don’t work in MicroPython.

Is it possible to use OneWire or a upython version of it on the OpenMV?
Thanks a lot.

Yes, if it’s a MicroPython library.

Thank you for your quick response.
Dumb question, i suppose:
Can I simply download it, e.g. from pycom-libraries/onewire.py at master · pycom/pycom-libraries · GitHub and upload it on the openMV flash (directory) that is visible when connected to my PC (Win10).

Yes, you just drop the python file on the uPy disk and then import the module name in your main script.

Please how I can add or import opencv library to openmv ! And import serial

OpenCV doesn’t run in the OpenMV cameras. We are an embedded device. The OpenCV library is not designed to work on devices without an operating system and limited ram.

Please do not try to use desktop Python on a MicroPython system.