diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:58:00 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:58:00 +0200 |
commit | 38c014cf6724aa84cb59da1da749a88090bae377 (patch) | |
tree | 05fb8de940acf344aa8034985c8c43efbf038e6e /README | |
parent | 5387063faa68d774e2f586e6d8284520f3cde12f (diff) | |
download | pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.gz pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.bz2 pcitool-38c014cf6724aa84cb59da1da749a88090bae377.tar.xz pcitool-38c014cf6724aa84cb59da1da749a88090bae377.zip |
Dcoumentation update
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Supported environmental variables +================================= + PCILIB_PLUGIN_DIR - override path to directory with plugins + + PCILIB_DEBUG_DMA - Enable DMA debugging + PCILIB_DEBUG_MISSING_EVENTS - Enable debugging of missing events (frames for instance) + IPECAMERA_DEBUG_BROKEN_FRAMES - Store broken frames in the specified directory (variable may specify directory) + IPECAMERA_DEBUG_RAW_PACKETS - Store all raw packets read from DMA grouped in frames (variable may specify directory) + IPECAMERA_DEBUG_RAW_FRAMES - Store all raw frames (variable may specify directory) |