diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-06-20 09:44:03 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-06-20 09:44:03 +0200 |
commit | 087cd3f22124e8fc09b113958ecb144cc3ba3e07 (patch) | |
tree | 4b625c031b726b1362804580831f3f8a2f7d8dee /README.md | |
parent | cdebe61f4b419295012e7de2b33081c9aa48cd73 (diff) | |
download | ufodecode-087cd3f22124e8fc09b113958ecb144cc3ba3e07.tar.gz ufodecode-087cd3f22124e8fc09b113958ecb144cc3ba3e07.tar.bz2 ufodecode-087cd3f22124e8fc09b113958ecb144cc3ba3e07.tar.xz ufodecode-087cd3f22124e8fc09b113958ecb144cc3ba3e07.zip |
Allow IPECAMERA_WIDTH to be set during configure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ library to decode frames from the UFO camera developed at IPE/KIT. It is able to decode frames produced with firmware versions 4, 5 and 5 with 12-bit support. The library is a dependency of pcilib to decode frames on-the-fly. +To set the number of pixels in x-direction other than the default of 5120 +pixels, you have to pass that number in the configuration step, i.e. + + $ cmake -DIPECAMERA_WIDTH=2048 <src-dir> + This package also contains a stand-alone offline decoder called `ipedec` to decode raw frames acquired with the `pcitool` program. More information is available by calling |