Skip to content

Releases: AD-Vega/qarv

QArv 2.1.0

25 Jun 07:10
2.1.0
cb4851b
Compare
Choose a tag to compare
  • Czech translation.
  • Bug fixes.

QArv 2.0.0

25 Jun 07:02
qarv-2.0.0
Compare
Choose a tag to compare
  • Separate thread for capture and recording, preventing the GUI from
    causing frame drops.
  • Recording of TIFF images.
  • Bayer decoders via OpenCV.
  • Warning when buffer underrun occurs.
  • Automatically stop recording after specified time.
  • Postprocessing plugins (only "Levels" at the moment).
  • Timestamped log messages.
  • Enhanced performance when recording undecoded data, avoiding any
    decoding when possible.
  • Show number of recorded frames.
  • Ctrl+Q shortcut to quit the standalone application.
  • API changes:
    • Changed frameReady API of QArvGui and QArvCamera for compatibility with
      the new threaded processing model and to avoid unneccessary decoding.
    • QString arguments of functions are declared const&.
    • Both raw feature names and display names can be used with
      QArvCamera::features().
    • Change the way the ROI bounds are obtained.
    • Change the names of the functions for obtaining bounds to make
      them more similar to Aravis API.

QArv 1.0.0

25 Jun 07:01
Compare
Choose a tag to compare

This is the initial version released to the world.