Loitor VI Sensor SDK V2
Before you start: Follow this step to add loitor to your udev rules:
- chmod +x loitor-vi-install.sh
- sudo ./loitor-vi-install.sh
- (maybe a restart is needed)
And... add your current user to dialout user group(Suppose your username is joeuser):
- groups joeuser ..this will list all the groups you belong to.
- If you don't belong to the dialout group then add yourself to it, for example: sudo gpasswd --add joeuser dialout
- !!! You need to log out and log back in again for it to be effective.
Now you can run the test program:
- mkdir build
- cd build
- cmake ..
- make
- ./camtest