Q-engineering
Q-engineering
Both are command line interfaces, not capable of transferring video. Sorry.
Indeed, plt.imshow is vector based, cv2.imshow is pixel based.
@francojoem, No. The QT=OFF flag only disables only a few additional Qt modules. Surely not a complete Python installation! It seems a part of the installation fails. If you give...
I think you are using Bookworm. It comes with Python 3.11, not the 3.9 version used by the wheels. You can easily install pytorch on the RPi 5 with the...
There are several SD card suppliers. When looking closely, they all have different sizes. In other words, they don't have exactly 32 GByte storage; some have a few KB more...
Not yet. Hopefully next week. (If all goes well)
I don't know. You can try to install Ubuntu 20.04 manually following [our guide](https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html). I never tried it on a TX2, so it will be an adventure. Please let me...
Dear @fpm-github, Before you can install Pytorch and TochVision, you need indeed Python 3.8, which, on its turn, needs Ubuntu 20.04. JetPack 4.6 ships with Ubuntu 18.04 and Python 3.6....
You have to use GStreamer of FFmpeg to get your RPi camera working. For instance, ``` $ gst-launch-1.0 nvarguscamerasrc sensor_mode=0 ! 'video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12' ! nvvidconv flip-method=0 ! 'video/x-raw,width=960,...
Right now, you are facing the pipeline nightmare. It should work. Otherwise there is a typo in the code. Or just a parameter setting. You name it. With almost no...