File: genicam.rst

package info (click to toggle)
opendrop 3.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,940 kB
  • sloc: python: 18,944; cpp: 1,031; makefile: 25; sh: 7
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
GenICam integration
===================

Install a GenTL producer, (e.g. see `harvesters README <https://github.com/genicam/harvesters#installing-a-gentl-producer>`_).

OpenDrop checks the environment variable GENICAM_GENTL64_PATH (specified by the GenTL standard) for GenTL producers. To verify that a GenTL producer is installed correctly, you can run::

    $ echo $GENICAM_GENTL64_PATH
    /opt/mvIMPACT_Acquire/lib/x86_64

(todo: Add details.)