v2.0.5
Crappy 2.0.5
Main changes in this new release:
- Fix missing
resources
class in Crappy (bug added in ef8640d, present in versions2.0.3
and2.0.4
) - Fix duplicate image formats listed in
CameraGstreamer
andCameraOpencv
when used withv4l2
- Fix wrong image shape and data type detection in camera configuration window when no image can be acquired from the camera
- Add a padding of zeros to the image index in the name of the images recorded by the
Camera
Block - Add the possibility for users to provide their own fields as numpy arrays for image correlation
- The
Camera
Block now sends a message containing the timestamp, index, and metadata of all the recorded images in case no image processing is performed, and at least one output Link is defined - Add the
Synchronizer
Block, for interpolating input labels over the same time base as a reference label. Similar to the existingMultiplexer
Block, except theMultiplexer
treats all labels equally and doesn't consider one as a reference - Various minor documentation updates
Merged pull requests
- build: update project version from 2.0.3 to 2.0.4 by @WeisLeDocto in #96
- Missing
resources
class in__init__.py
by @WeisLeDocto in #101 - Not setting shape and dtype in config window when no image acquired by @WeisLeDocto in #102
- Wrong type hint for the image shape argument by @WeisLeDocto in #103
- Change name of images recorded by the
Camera
Block by @WeisLeDocto in #104 - Remove duplicate formats when using
v4l2-ctl
in Cameras by @WeisLeDocto in #100 - Refactor change-set information by @WeisLeDocto in #105
- Allow user-defined fields for image correlation by @WeisLeDocto in #106
- Send signal when recording images with Camera Block by @WeisLeDocto in #107
- Add the
Synchronizer
Block by @WeisLeDocto in #108 - Send image index on save by @WeisLeDocto in #109
- Not interpolating reference label in Synchronizer Block by @WeisLeDocto in #110
- Release/2.0.5 by @WeisLeDocto in #111
Full Changelog: v2.0.4...v2.0.5
The tarball and the wheel are available on PyPI