README 1.2 KB

123456789101112131415161718
  1. Supported environmental variables
  2. =================================
  3. PCILIB_MODEL - defines the requested model (is overriden with -m option)
  4. PCILIB_PLUGIN_DIR - override path to directory with plugins
  5. PCILIB_DEBUG_DMA - Enable DMA debugging
  6. PCILIB_DEBUG_MISSING_EVENTS - Enable debugging of missing events (frames for instance)
  7. PCILIB_DEBUG_VIEWS - Enable debugging of computations performed to support register views and units
  8. IPECAMERA_DEBUG_BROKEN_FRAMES - Store broken frames in the specified directory (variable may specify directory)
  9. IPECAMERA_DEBUG_RAW_PACKETS - Store all raw packets read from DMA grouped in frames (variable may specify directory)
  10. IPECAMERA_DEBUG_RAW_FRAMES - Store all raw frames (variable may specify directory)
  11. IPECAMERA_DEBUG_HARDWARE - Produce various debugging information about ipecamera operation
  12. IPECAMERA_DEBUG_FRAME_HEADERS - Print headers of each frame
  13. IPECAMERA_DEBUG_API - Print messages while entering and finishing standard API calls
  14. PCILIB_BENCHMARK_HARDWARE - Remove all unnecessary software processing (like copying memcpy) to check hardware performance
  15. PCILIB_BENCHMARK_STREAMING - Emulate streaming mode while benchmarking DMA engines