Closed bartonp2 closed 1 year ago
Hello,
The deb packages do not contain the development files. You must download the tiscamera development package from https://www.theimagingsource.com/en-us/support/download/tiscameratiscameradev-1.1.0.4139/. The downloaded tiscameradev_1.1.0.4139.zip file contains four files. I guess, you run a desktop computer (AMD64), so you install the file "tiscamera-dev_1.1.0.4139_amd64_ubuntu_1804.deb". The 18.04 is used for the 22.04 too.
Stefan
I am trying to follow the examples for using tiscamera with C++ but CMake is having issues finding tcam. In the example, the CMakeLists.txt contains the following code to find tcam:
When compiling, I however get the error:
I have successfully installed tiscamera and tcamdutils from the built packages for ubuntu22 on x64. If I run
tcam-ctrl --packages
I get the following output:While all the listed tools as well as tcam-capture and the python libraries are working, Cmake seems to have an issue finding it. Am I missing something or doing something wrong?