Skip to content

Releases: mikedmor/OctoPrint_MultiCam

0.4.2

03 Sep 18:40
2775012
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.4.2

Updated the Version in setup.py which was still at 0.4.0, this should fix the version issues with 0.4.1

0.4.1

02 Sep 19:28
5bb214b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

09 Jun 15:47
7aa9377
Compare
Choose a tag to compare

What's Changed

  • Rough setup for OctoPrint 1.9 by @crysxd in #54
  • Block installation on OctoPrint <1.9.0 instead of accidentally upgrading by @cp2004 in #59
  • 0.4.0 by @mikedmor in #57

New Contributors

Full Changelog: 0.3.1...0.4.0

0.4.0rc5

06 Jun 15:53
Compare
Choose a tag to compare
0.4.0rc5 Pre-release
Pre-release

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

  • Block installation on OctoPrint <1.9.0 instead of accidentally upgrading by @cp2004 in #59

New Contributors

Full Changelog: 0.4.0rc4...0.4.0rc5

0.4.0rc4

05 Jun 17:13
Compare
Choose a tag to compare
0.4.0rc4 Pre-release
Pre-release

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

05 Jun 00:57
Compare
Choose a tag to compare
0.4.0rc3 Pre-release
Pre-release

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

04 Jun 01:34
Compare
Choose a tag to compare
0.4.0rc2 Pre-release
Pre-release

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

03 Jun 03:11
Compare
Choose a tag to compare
0.4.0rc1 Pre-release
Pre-release

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

03 Jun 02:38
Compare
Choose a tag to compare

What's Changed

  • Added stable_branch and prerelease_branch for testing of 0.4.0RC1 to enable support for Octoprint 1.9.1

Helper-Functions and webcam Preivews

02 Feb 17:00
355b113
Compare
Choose a tag to compare
  • 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!