stvid/README-TIS.md

1.4 KiB

The Imaging Source

Equipment from The Imaging Source is currently being evaluated.

Sensors

DMK 33UX174

Lenses

V5014-MP

F1.4 version of lens listed here (e.g. V5024-MPZ which is F2.4)

Documentation

User documentation for The Imaging Source Linux libraries. tiscamera:

Source Code

Code is available under libre licenses. The Imaging Source tends to use the Apache license for their files.

The Linux SDK for The Imaging Source cameras

Programming samples in Python and C++ for the tiscamera GStreamer modules.

Source code to the flasher is libre, but the code it flashes to the cameras is proprietary, afaict.

Linux USB Firmware Update Tool

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