[go: up one dir, main page]

Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 3.3.17

    Release: 3.3.17
    Release 3.3.17 - 30.04.2025
    
    BUG FIXES
    - DVXplorer/DAVIS/DVS132S: fix conversion issue when flipping IMU values.
  • 3.3.16

    Release: 3.3.16
    Release 3.3.16 - 27.02.2025
    
    NEW FEATURES
    - Ubuntu 24.04 LTS support.
    
    BUG FIXES
    - DVXplorer: fix reading of dual-binning setting status.
    - DVXplorer: fix reading of cropper start and end addresses.
    - CDAVIS: fix APS readout for CDAVIS (DAVIS640HET) sensor.
    - CMake: always use pkg-config to find libusb (patch from vcpkg).
  • 3.3.15

    8710e73c · fix formatting. ·
    Release: 3.3.15
    Release 3.3.15 - 07.03.2023
    
    BUG FIXES
    - eDVS: fix device discovery. Thanks to Benjamin Ward-Cherrier.
    - Windows: control MSVC build with BUILD_CONFIG_VCPKG flag.
    - Devices: fix compiler warnings.
    - Removed obsolete DAVIS_RPI device.
  • 3.3.14

    417052fa · update URLs. ·
    Release: 3.3.14
    Release 3.3.14 - 25.03.2022
    
    NEW FEATURES
    - Full native MSVC/Windows build support.
    
    BUG FIXES
    - davis_cvgui example: fix incorrect biasing and APS frame settings.
    - USB: fix firmware version check for DVXplorer Mini.
  • 3.3.14_internal

    Release: 3.3.14_internal
    Internal release 3.3.14.
  • 3.3.13_internal

    Release: 3.3.13_internal
    Internal release 3.3.13.
  • 3.3.12

    Release: 3.3.12
    Release 3.3.12 - 12.11.2021
    
    BUG FIXES
    - DVXplorer Mini: fix inverted polarity.
    - dvx_bw_test example: fix length of time interval for
      bandwidth estimation.
    - Fedora/Ubuntu: fix packaging, use at least GCC-10 to compile.
  • 3.3.11

    Release: 3.3.11
    Release 3.3.11 - 16.07.2021
    
    NEW FEATURES
    - Native MacOS ARM (M1) builds, Big Sur compatibility.
    - Ubuntu 21.04 Hirsute support.
    - Fedora 34 support.
    - Ubuntu 16.04 Xenial is no longer supported!
    - Cameras: added support for new DVXplorer Mini camera model.
  • 3.3.10

    Release: 3.3.10
    Release 3.3.10 - 16.04.2021
    
    BUG FIXES
    - USB: when serial number cannot be determined, use all bits from
      USB bus-number/dev-address to construct the fake name (issue #123).
    - Examples Device Discovery: add support for DVXplorer and EVK.
      Serial Number in Device Discovery can only be used if the
      device could be opened correctly (deviceErrorOpen == false).
  • 3.3.9

    Release: 3.3.9
    Release 3.3.9 - 21.12.2020
    
    BUG FIXES
    - DVXplorer: fix mapping of events when dual-binning is
      enabled (issue #119).
  • 3.3.8

    Release: 3.3.8
    Release 3.3.8 - 15.09.2020
    
    NEW FEATURES
    - Linux Udev: simplify udev rules into one file (issue #114).
    
    BUG FIXES
    - Samsung EVK: allow multiple EVKs to be selected by a temporary
      serial number generated from USB bus addresses (issue #113).
    - Samsung EVK: more robust parser for 231Y chip data (issue #115).
  • 3.3.7

    Release: 3.3.7
    Release 3.3.7 - 07.05.2020
    
    BUG FIXES
    - Samsung EVK: implement full 64bit timestamps (issue #99).
  • 3.3.6

    Release: 3.3.6
    Release 3.3.6 - 18.04.2020
    
    NEW FEATURES
    - MacOS X: set default CMake destination to /usr/local on Apple systems.
    - Ubuntu: support for release 20.04 LTS 'Focal Fossa'.
    
    BUG FIXES
    - USB: do not claim device interface on discovery, not needed for
      simple info requests on control ep0 (issue dv-gui#291).
    - Samsung EVK: enable USB transfer timeout (set to 500us), so that
      even on low event rates, data keeps coming in with low latency.
  • 3.3.5

    Release: 3.3.5
    Release 3.3.5 - 12.03.2020
    
    INCOMPATIBLE CHANGES
    - DVXplorer (Lite): firmware update to version 8.
      Use Flashy to update as per documentation:
      https://inivation.gitlab.io/dv/dv-docs/docs/update-firmware/
    
    BUG FIXES
    - USB: improve detection of device serial number.
    - USB: optimize setting number/size of USB transfers.
  • 3.3.4

    Release: 3.3.4
    Release 3.3.4 - 04.03.2020
    
    INCOMPATIBLE CHANGES
    - DVXplorer: firmware update to version 7.
      Use Flashy to update as per documentation:
      https://inivation.gitlab.io/dv/dv-docs/docs/update-firmware/
    
    NEW FEATURES
    - Cameras: added support for DVXplorer Lite camera.
    - USB: added support for libusb logging.
  • 3.3.3

    Release: 3.3.3
    Release 3.3.3 - 01.02.2020
    
    BUG FIXES
    - Samsung EVK: fix possible non-monotonic timestamp at startup.
    - DVXplorer: fix crop start/end address inversion.
  • 3.3.2

    Release: 3.3.2
    Release 3.3.2 - 24.01.2020
    
    BUG FIXES
    - DVXplorer/DVS132S: fix IMU accel/gyro scale detection.
    - Samsung EVK: fix non-monotonic timestamps when a reference timestamp
      event is lost due to high USB traffic.
  • 3.3.1

    Release: 3.3.1
    Release 3.3.1 - 17.01.2020
    
    NEW FEATURES
    - Support for new DVXplorer and Samsung EVK devices added.
  • 3.3.0

    Release: 3.3.0
    Release 3.3.0 - 24.12.2019
    
    NEW FEATURES
    - Support for new DV Explorer (S) devices added.
    - Support for mini-eDVS serial device added to eDVS code.
    
    BUG FIXES
    - eDVS: fix inverted event polarity.
  • 3.2.2

    Release: 3.2.2
    Release 3.2.2 - 15.07.2019
    
    BUG FIXES
    - CMake: fix compatibility with older pre-6.0 GCCs (issue #93).
    - CMake: drop required version to 3.10 (Ubuntu Bionic).
    - USB devices: better error messages on failure to open a device,
      better distinction of generic 'any-camera' case and specific
      USB ports or serial numbers.
    - eDVS: fix strncpy() compiler warning, ensure serial number is
      always NULL terminated.
    - DAVIS: fix APS frame color interpolation for color cameras
      when ROI is enabled (issue #94).