-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
⚡️ Major enhancements for the next release #183
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
- Added `VIDGEAR_LOGFILE` environment variable to manually add file/dir path. - Reworked `logger_handler()` Helper methods (in asyncio too). - Added new formatter and Filehandler for handling logger files. - Added auto version extraction from package `version.py` in setup.py.
⚠️ `y_tube` parameter renamed as `stream_mode`!⚠️ Removed `FORCE_YTUBE_VAMODE` attribute. - Re-implemented CamGear's YouTube URLs Handler completely from scratch. - New Robust Logic to flexibly handing video and video-audio streams. - Intelligent stream selector for selecting best possible stream compatible with OpenCV. - Added support for selecting stream qualities and parameters. - Added additional `STREAM_QUALITY` and `STREAM_PARAMS` attributes for CamGear. - Implemented new `get_supported_quality` helper method for handling specified qualities - Fixed Live-Stream URLs not supported by OpenCV's Videocapture and its FFmpeg. - Bumped `dev` version.
- Implemented automatic youtube livestream URLs handling with Stream Mode to workaround bug. - Stream Mode now automatically enforces GStreamer backend(backend=cv2.CAP_GStreamer), if livestream. - Added new `check_gstreamer_support` helper method to check if OpenCV is compiled with GStreamer support. - Added `get_supported_resolution` & `dimensions_to_resolutions` to handle resolutions properly. -⚠️ CamGear will now throw `RuntimeError` if source is livestream but GStreamer backend unsupportted. -⚠️ Renamed `STREAM_QUALITY` attribute to `STREAM_RESOLUTION`. - Fixed user-specified resolution selection for livestreams. - Added CI tests for Stream Mode and its behaviour. - Updated docs with all new additions and examples. - Fixed Minor bugs.
abhiTronix
added
BUG 🐛
Vidgear api's error, flaw or fault
ENHANCEMENT ⚡
New Feature/Addition/Improvement
WORK IN PROGRESS 🚧
currently been worked on.
DOCS 📜
Issue/PR is related to vidgear docs.
labels
Dec 26, 2020
This was
linked to
issues
Dec 26, 2020
Codecov Report
@@ Coverage Diff @@
## testing #183 +/- ##
===========================================
- Coverage 94.68% 94.54% -0.15%
===========================================
Files 15 15
Lines 2241 2308 +67
===========================================
+ Hits 2122 2182 +60
- Misses 119 126 +7
Continue to review full report at Codecov.
|
- Added support for new `VIDGEAR_LOGFILE` env variable in Travis CI. - Fixed failing CI tests. - Added missing CI tests. - Added logging for helper functions. - Updated `contributing.md` - Bumped codecov.
) - Added seamless support for live video streaming sites like Twitch, LiveStream, Dailymotion etc. - Implemented flexible framework around `streamlink` python library with easy control over parameters and quality. - Stream Mode can now automatically detects whether `source` belong to YouTube or elsewhere, and handles it with appropriate API. - Added additional `STREAM_QUALITY` and `STREAM_PARAMS` attributes. - Updated docs with all new additions and examples. - Moved WebGear API to Streaming Gears. - Added `restore_levelnames` auxiliary method. - Updated CI tests, `setup.py` and `ReadMe.md`. - Fixed Several logging bugs. - Bumped `dev` version.
abhiTronix
added
CI IGNORED ✖️
CI test reports are ignored for this PR.
SOLVED 🏁
This issue/PR is resolved now. Goal Achieved!
and removed
WORK IN PROGRESS 🚧
currently been worked on.
labels
Dec 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BUG 🐛
Vidgear api's error, flaw or fault
CI IGNORED ✖️
CI test reports are ignored for this PR.
DOCS 📜
Issue/PR is related to vidgear docs.
ENHANCEMENT ⚡
New Feature/Addition/Improvement
SOLVED 🏁
This issue/PR is resolved now. Goal Achieved!
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.
Description
Some major enhancements for next vidgear release.
Requirements / Checklist
Related Issue
#133
#160
#182
Context
VidGear is gearing up for next major stable release. Thereby, this issue will work toward adding pending new features to it.
Types of changes
Screenshots (if available):
None