Build TIS

tis
Jeff Moe 2022-08-17 13:23:53 -06:00
parent 5083041c93
commit a49486f8b3
1 changed files with 15 additions and 0 deletions

View File

@ -41,3 +41,18 @@ cameras is proprietary, afaict.
Linux USB Firmware Update Tool
* https://github.com/TheImagingSource/tcam-firmware-update
# Build
Build tools thusly.
```
git clone https://github.com/TheImagingSource/tiscamera
cd tiscamera
# install deps command
mkdir build
cd build/
cmake -DTCAM_BUILD_ARAVIS=ON -DTCAM_BUILD_TOOLS=ON -DTCAM_BUILD_V4L2=ON \
-DTCAM_BUILD_LIBUSB=ON -DTCAM_BUILD_DOCUMENTATION=ON ..
make
sudo make install
```