Q-engineering

Results 402 comments of Q-engineering

Given the fact that you using Python 3.9, I can see you using the new Buster operating system (Debian 11). When you use a wheel with the **_cp37_** notation in...

Never downgrade to a lower version of Python. It's interwoven with many applications and software. Most likely you end up with a Raspberry Pi behaving unexpectedly. If you like to...

It will work if you download and flash this image. ![image](https://user-images.githubusercontent.com/44409029/165830693-f23d53cc-4989-4165-be33-05c36ad9c290.png)

@zoldaten, Strange error. libpng15 isn't installed and used by OpenCV initially. Please try the following solutions: https://askubuntu.com/questions/343184/libpng15-so-15-cannot-open-shared-object-file or if not working https://stackoverflow.com/questions/62811239/how-correct-the-import-error-of-libpng15-for-cv2resolve

@miziworld, That's going to be a little problem. I haven't a Jetson NX at the office, only a Nano with Python 3.6. The option I can offer is [building PyTorch...

I've updated the script. libdc1394-22-dev is not supported in JetPack 6 (Ubuntu 22). Replaced it with libdc1394-dev. The same applies to libavresample-dev. It is being replaced by libswresample-dev.

I've adapted the script. Now it checks whether the `/usr/include/opencv4/opencv2` directory exists before deleting.

Sorry to hear. Which Jetpack are you using? 5 of 6? I like to replicate your issue here at the office. Could you also test the script without the libdc1394-dev...

I googled your issue and it seems a known problem. https://forums.developer.nvidia.com/t/build-python-opencv2-with-cuda-support-for-jetpack-6-0/289016/3 https://github.com/NVlabs/instant-ngp/issues/119 I suggest trying the script mentioned in the first link. Could you be so kind as to let...

To the best of my knowledge, the Xavier is an aarch64 machine, just like the Nano. They all use the ARM processor and run the Tigra OS. You can follow...