I am working on your RTSP demo. I am trying to decode the CSI input image after YOLOv5 detection. However, I am facing some issues. Initially, I tried to implement ZBar.
Here are the steps I followed:
Code: Select all
git clone https://github.com/mchehab/zbar.git
cd zbar
autoreconf -vfi
./configure
make
sudo make install