This system is supposed to be used on Raspberry Pi
- Install following packages:
sudo apt install libhdf5-103 libjasper1 libqt4-dev libatlas-base-dev
- Install requirements
pip3 install -r ./requirements.txt
There is issue with libatomic.so
, so you need to run this system such way:
export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1
python3 ./src/main.py