Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 574 Bytes

debian.md

File metadata and controls

26 lines (16 loc) · 574 Bytes

Horus installation in Debian

return to Home

Not supported for version 0.2

Versions: 8

However it can be installed following the next instructions.

First you need to build and install our custom OpenCV

Then, generate the executable file following the next instructions.

bash package.sh debian -i

If user has no access to serial port, execute:

sudo usermod -a -G dialout $USER
sudo reboot