Release 1.7.9 - 20.07.2023

BUG FIXES
- CMake: fix VCPKG tools compilation on MSVC.
- Python: improve pip installation scripts.
- CameraCapture: do not return empty trigger packets to user.
- CameraCapture: do not generate timestamp reset twice on startup.
- CameraCapture: better DVX Mini synchronization to system time.
- CalibrationSet: fix writeToFile() function const-ness.
- RedetectionStrategy: fix deprecated decideRedection() function return.
- i686: fix alignment checks for 32bit architectures.
- eDVS: fix support for eDVS4337 device.
- StereoGeometry: fix bug with rectified image size when handling cameras
  of different resolutions.
- MeanShiftTracker: fix bug with track updates' timestamp.
- EventStore: do not accept null EventPackets on construction.
- StreamSlicer: fix unbounded growth of non-EventStore stream slicers when
  using slice-by-time mode.
- Submodules: update all external git submodule dependencies.
- Python: add missing methods get/setNeutralPotential() to EdgeMapAccumulator.
- CameraCalibration: fix getTransformMatrix() row-major ordering.
- StereoGeometry: fix computation of right to left transformation from existing
  camera calibration.
- StereoGeometry: fix toDepthFrame() using incorrect signed integers.
- MultiStreamSlicer: fix time slicing of multiple streams and deletion of
  delivered data after usage.
- Python: add missing method getPotentialSurface() to Accumulator.