Releases: mikedmor/OctoPrint_MultiCam
0.4.2
0.4.1
What's Changed
- Bugfixes :) by @LazeMSS in #65
- Fix timelapse in 1.9.0+ by @matiasjrossi in #66
New Contributors
- @LazeMSS made their first contribution in #65
- @matiasjrossi made their first contribution in #66
Full Changelog: 0.4.0...0.4.1
0.4.0
0.4.0rc5
Minor Patch to prevent Multicam from forcing an Octoprint Upgrade, Instead it should now give a warning that the current version is not supported. Thank you @cp2004!
What's Changed
New Contributors
Full Changelog: 0.4.0rc4...0.4.0rc5
0.4.0rc4
Changes
- Bug fixed where HLS video preview continuing to play after settings have been closed
- Bug fixed where switching to other webcam providers (classicWebCam) would cause an undefined error
- Bug fixed with octoprint version 1.9.0, this version no longer needs the Core.py patch to work (thank you cp2004 for the suggestion!)
Known Bugs
- Aspect Ratio and Rotate does not work for HLS
Full Changelog: 0.4.0rc3...0.4.0rc4
0.4.0rc3
Changes
- Reimplemented KO binding for the webcams to correct VM console error
- Added minimum version of octoprint and set to 1.9.0 upon release this will be changed 1.9.1
- HLS support has now been introduced (testers needed)
- WebRTC is on the way
- Additional bug fixes
Known Bugs
- Aspect Ratio and Rotate does not work for HLS
Full Changelog: 0.4.0rc2...0.4.0rc3
0.4.0rc2
Another release candidate to address some issues with styles and a few minor bugs. This version brings the plugin back to its previous working state. Before full release I plan to work on the VM warning in the console due to the KO bindings, as well as backporting the changes from the Classic Webcam to support the other webcam types available in that plugin.
Thank you to everyone that has provided assistance with this upgrade. Your help has been massively appreciated and helped me get this working much faster than I had expected.
Full Changelog: 0.4.0rc1...0.4.0rc2
0.4.0rc1
This is a Release candidate for Octoprint 1.9.1 that restores functionality back for Multicam. Please note that mentioning 1.9.1 was not a mistake as 1.9.0 contains a bug that breaks the plugin and requires a patch. You find find details regarding this bug at the following link and manually patch your core in the meantime: OctoPrint/OctoPrint#4818
After updating to Version 0.3.1 you can then go to the "Software Update" tab and change from the Stable Channel to the Prerelease channel. Please note that this version is still actively being developed and you may run into issues, however it is working better in its current state than it was previously.
What's Changed
- Rough setup for OctoPrint 1.9 by @crysxd in #54
- Previously exposed Multicam profiles are no longer available, instead please pull these from the built in features of Octoprint
- GUI and backend changes to make Multicam independent from the Classic Webcam
Known Bugs
- Only able to utilize mjpg webcams, WebRTC, and HLS will be added later
- CSS has some issues with loading messages and webcam aspect ratio adjustments
- If there is an error, you will always see the webcam loading message, the error messages are not showing up when a stream has an error
New Contributors
Full Changelog: 0.3.0...0.4.0RC1
0.3.1
Helper-Functions and webcam Preivews
- Preview of the configured web cam streams
- Add input field for snapshot url
- Add Helper-Functions for other plugin developer
Thanks to OllisGit for the updates!