-
Notifications
You must be signed in to change notification settings - Fork 15
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 of version 2.0.2 #86
Merged
Merged
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
One class for Linux using v4l2-ctl and the other for other situation
Same method as for CameraGstreamerV4l2
They were previously described in plain text, capital letters
It provides information on the release when features were added, changed, or removed
…rovement_for_v2.0.1 Final touch to the documentation after update to 2.0
It provides information on the release when features were added, changed, or removed
They might become active upon changing another parameter
…_fixes_in_camera_v4l2 Various style refactorings and fixes on `CameraGstreamer` and `CameraOpencv` objects
Release of Crappy version 2.0.0
It now supports setting the ROI, the data format, the framerate, the downsampling, and the exposure
This feature has been for long requested by users.
…amera_improvement Improvement of the XiAPI camera
Hotfixing version 2.0.0
PIERROOOTT
approved these changes
Dec 5, 2023
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.
This new release 2.0.2 of Crappy brings improvements on three major aspects of the module :
setup.py
topyproject.toml
(Move most project metadata fromsetup.py
topyproject.toml
#68). This paves the way for a complete removal of thesetup.py
file, once all the extension modules are removed from Crappy in version 2.1.0 (Move most Actuators, Cameras and InOuts to a separate module #62).RaspberryPiCamera
remains to improve, in Add support for picamera2 on Raspberry Pi cameras #64. The improved cameras are:XiAPI
Camera, with more settings to tune and bug fixes.CameraGstreamer
Camera, with a better support whenv4l-utils
is not installed and more parameters to tune whenv4l-utils
is installed.CameraOpencv
Camera, with more parameters to tune whenv4l-utils
is installed.