The package installs the header and development files for C/C++ programming. It is not necessary for Python.
Following files are installed (example for AMD64):
- /usr/include/Tcam-1.0.h
- /usr/include/gstmetatcamstatistics.h
- /usr/include/tcam-property-1.0.h
- /usr/lib/x86_64-linux-gnu/pkgconfig/tcam-property-1.0.pc
- /usr/lib/x86_64-linux-gnu/pkgconfig/tcam.pc
The usage in CMakeLists.txt is:
pkg_check_modules(TCAM tcam)
This generates the variables ${TCAM_INCLUDE_DIRS} and ${TCAM_LIBRARIES}.
The ZIP contains the dev packages for different platforms, Ubuntun and Raspbian distributions:
- tiscamera-dev_1.1.0.4139_amd64_ubuntu_1804.deb : AMD / Intel, Ubuntu 18.04 and 22.04
- tiscamera-dev_1.1.0.4139_amd64_ubuntu_2004.deb : AMD / Intel, Ubuntu 20.04
- tiscamera-dev_1.1.0.4139_arm64_ubuntu_1804.deb : ARM 64bit, Ubuntu 18.04 and 22.04
- tiscamera-dev_1.1.0.4139_amd64_ubuntu_2004.deb : ARM 64bit, Ubuntu 20.04
- tiscamera-dev_1.1.0.4139_armhf_pi4_raspbian_10.deb : ARM 32bit PI4, Rasbian 10 and 11