Skip to content

Releases: vedb/ved-capture

Release 0.5.0

13 Apr 19:38
73f5d06
Compare
Choose a tag to compare

This release includes several new features and introduces an updated config format:

  • New vedc device_info command for querying connected devices.
  • Support for stream profiles to modify device settings e.g. based on lighting.
  • Config format v2.0 that streamlines the user config file.
  • vedc record warns when disk space is low at the start of the recording.

For updating from version 0.3.0 or newer (check with vedc --version) run vedc update.

For updating from older versions or a new install download the install_ved_capture.py script and run python3 install_ved_capture.py.

Make sure you run vedc auto_config with all devices connected after updating/installing.

For more information, check out the wiki.

Release 0.4.1

24 Mar 09:23
214630c
Compare
Choose a tag to compare

This release fixes several bugs:

  • Camera extrinsics weren't saved to disk.
  • Auto-exposure of 2nd and 3rd generation Pupil Core cameras wasn't working.
  • Installer for versions <=0.4.0 wasn't working due to missing conda packages.

For updating from version 0.3.0 or newer (check with vedc --version) run vedc update.

For updating from older versions or a new install download the install_ved_capture.py script and run python3 install_ved_capture.py.

For more information, check out the wiki.

Release 0.4.0

16 Dec 10:58
7334d9d
Compare
Choose a tag to compare

This release includes several new features and fixes:

  • vedc auto_config command that automatically generates a configuration for the full data collection setup.
  • vedc validate command for running a calibration that validates world and eye camera coverage.
  • Various UI improvements including color-coded frame rates, ability to show individual video streams, support for keyboard commands even when terminal is not in focus.
  • Updated default configuration including finalized metadata for recordings.
  • Various bug fixes.

For updating from version 0.3.0 or newer (check with vedc --version) run vedc update.

For updating from older versions or a new install download the install_ved_capture.py script and run python3 install_ved_capture.py.

For more information, check out the wiki.

Release 0.3.1

16 Oct 09:09
e9a6455
Compare
Choose a tag to compare

This release fixes a critical bug in vedc update.

For updating from version 0.3.0 (check with vedc --version) run vedc update.

For updating from older versions or a new install download the install_ved_capture.py script and run python3 install_ved_capture.py.

For more information, check out the wiki.

Release 0.3.0

06 Oct 10:40
c285c24
Compare
Choose a tag to compare

This release includes several UI and stability improvements.

For updating from version 0.2.x (check with vedc --version) run vedc update.

For updating from older versions or a new install download the install_ved_capture.py script and run python3 install_ved_capture.py.

For more information, check out the wiki.

Release 0.2.1

30 Jul 07:57
f45335e
Compare
Choose a tag to compare

This release fixes several bugs, including a critical bug that caused the installer to install the wrong app version.

To get started, download the install_ved_capture.py script and run python3 install_ved_capture.py.

For more information, check out the wiki.

Release 0.2

27 May 13:52
Compare
Choose a tag to compare

The first full release that includes most of the feature necessary for data collection.

To get started, download the install_ved_capture.py script and run python3 install_ved_capture.py

For more information, check out the wiki.

Release candidate 0.2 #3

22 May 15:36
bc6fa28
Compare
Choose a tag to compare
Pre-release

This release candidate includes the following features:

  • Devices can be disconnected at any time and will restart once re-connected
  • save_logs command to facilitate remote support
  • edit_config command to edit a generated configuration
  • export command for gaze and motion data

To get started, download the install_ved_capture.py script and run python3 install_ved_capture.py

For more information, check out the wiki.

Release candidate 0.2 #2

08 May 16:19
aa9e5e3
Compare
Choose a tag to compare
Pre-release

This release candidate includes the following features:

  • Full FLIR support via config file
  • show command to inspect video streams
  • No more system dependencies! All dependencies have been packaged via conda, only udev and USB settings require root access

To get started, download the install_ved_capture.py script and run python3 install_ved_capture.py

Release candidate 0.2 #1

29 Apr 15:49
967c3e5
Compare
Choose a tag to compare
Pre-release

This release candidate includes an improved terminal UI and these features:

  • Recording
  • Calibration
  • Intrinsics and extrinsics estimation

To get started, download the install_ved_capture.py script and run python3 install_ved_capture.py