Releases: vedb/ved-capture
Release 0.5.0
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
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
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
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
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
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
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
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 supportedit_config
command to edit a generated configurationexport
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
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
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