From 087cd3f22124e8fc09b113958ecb144cc3ba3e07 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 20 Jun 2017 09:44:03 +0200 Subject: Allow IPECAMERA_WIDTH to be set during configure --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 43050ee..da3b21b 100644 --- a/README.md +++ b/README.md @@ -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 + 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 -- cgit v1.2.3