Skip to content

Releases: arnoo-sel/vcs

v2.7.0

02 Jun 01:53
Compare
Choose a tag to compare

Windows x64 binaries for VCS v2.7.0

Compiled on Windows 10.
Tested on Windows 10 with a VisionRGB-E1S.
Tested on Windows 11 with a VisionRGB-E2S.

Note: this release has been reported not to be compatible with the VisionRGB-Pro series of PCI (non-express) cards, as it's using a newer, non-compatible, version of the Datapath Vision SDK. I'm looking into ways to restore compatibility for later releases. See issue #7.

Changelog

(modified from leikareipa's original v2.7.0 release)

  • Increased maximum capture resolution from 1920 × 1200 to 4096 × 4096.
  • Screensaver activation and screen blanking are now prevented while VCS is running. Supported on Windows and X11.
    • You can use the -s command-line option to disable the prevention.
  • Removed the pre-allocated memory cache. VCS will now use as little or as much memory as needed, though the difference is likely not noticeable in normal use.
    • This deprecates the -m command-line option, which now does nothing but might one day be used for something else.
  • Removed all video recording functionality.
  • The release and non-release builds are now more cleanly separated, with the non-release build compiling with -O0 and -g, while the release build compiles with -O2.
    • This does rely on some assumptions about qmake's default flags, so drop an issue report if you find it using inconsistent values for -O and -g on your setup.
  • (Linux-only:) Added sanitizers to the non-release build. They mostly replace the memory checking that was previously done by the now-removed memory cache implementation.
  • Small reorganization of the output window's context menu.
  • Removed the output FPS indicator from the output window's title bar. You can still find this info in the signal info dialog (Ctrl+S)

Fixed issues

Technical details

  • MinGW x64 build
  • GCC 11.2
  • Qt 6.5.1
  • OpenCV 3.4.14

v2.6.1

30 May 21:39
Compare
Choose a tag to compare

Windows x64 binaries for VCS v2.6.1

Compiled on Windows 10.
Tested on Windows 10 with a VisionRGB-E1S.
Should work on Windows 11 as well.

This fork should be 99.9% identical to VCS 2.6.1.
However, since this release uses different versions of several libraries, it is possible for regressions to have sneaked in.
It works well enough for my usage, but I haven't tested anything in depth. Feel free to open an issue if you notice anything.

Note: this release has been reported not to be compatible with the VisionRGB-Pro series of PCI (non-express) cards, as it's using a newer, non-compatible, version of the Datapath Vision SDK. I'm looking into ways to restore compatibility for later releases. See issue #7.

Technical details:

  • MinGW x64 build
  • GCC 11.2
  • Qt 6.5.1
  • OpenCV 3.4.14