How install CVB python library on ubuntu and run example?

hello!! I’m in truble
I try to install CVB on python with pip install cvbpy but doesn’t work;
I try to install the package for linux Common Vision Blox for 64 Bit Linux but the liks are crashed.
the documentation is not very accurate
I need to acquire an image of a genie Nano XL camera and be able to process it in opencv on python
what kind of solution???

Hi @leitoxve,
the download links should be working. Can you please check that the download is not blocked by your company and also try a different browser please?
CVB is not available as package, so you would need to download and install CVB fist, then got to the installation “directory/python” and install the pip wheel e.g.
python3 -m pip install .....whl

2 Likes