-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2.0.5 #111
Merged
Merged
Release/2.0.5 #111
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: update project version from 2.0.3 to 2.0.4
Was specified as Tuple[int, int], can also be Tuple[int, int, int] for color images. Changed to Tuple[int, int] | Tuple[int, int, int]
Previously, the shape and dtype of the error image were being saved. This behavior was leading to an unclear bug for the user.
The index of the recorded images is now padded with zeros to be at least 6 figures long. Improves the sorting in file explorers, and compatibility with image-processing software. Unlikely to be a breaking change.
…sources Missing `resources` class in `__init__.py`
…ling_no_img_config Not setting shape and dtype in config window when no image acquired
…pe_typehint Wrong type hint for the image shape argument
…images_names Change name of images recorded by the `Camera` Block
…e_duplicates_formats Remove duplicate formats when using `v4l2-ctl` in Cameras
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
The changeset information is now included in the argument description, not after. Also, minor improvement of the display when mentioning class, method, or function names.
…changest_information Refactor change-set information
…efined_field_for_correlation Allow user-defined fields for image correlation
It does so if images are being saved, no processing is being performed, and at least one output Link is defined.
…ignal_recording_camera_block Send signal when recording images with Camera Block
…nchronizer_block Add the `Synchronizer` Block
…ndex_on_save Send image index on save
…string_synchronizer Not interpolating reference label in Synchronizer Block
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's new in version
2.0.5
:resources
class in Crappy (bug added in ef8640d, present in versions2.0.3
and2.0.4
) (Missingresources
class in__init__.py
#101)CameraGstreamer
andCameraOpencv
when used withv4l2
(Remove duplicate formats when usingv4l2-ctl
in Cameras #100)Camera
Block (Change name of images recorded by theCamera
Block #104, requested in nom des fichiers images #98)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 (Send signal when recording images with Camera Block #107, requested in nom des fichiers images #98)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 (Add theSynchronizer
Block #108, requested in nom des fichiers images #98)