Skip to content

Releases: mikedmor/OctoPrint_MultiCam

Update Version Information

17 Jun 15:16
3096f6b
Compare
Choose a tag to compare
  • Patch for the Version number to help with updating the plugin via Octoprint Interface.

Flip, Rotate & Ratio

16 Jun 15:13
18b6df2
Compare
Choose a tag to compare

This release adds Flip, Rotate, & Ratio options to the plugin

  • These changes are courtesy of @rpeyron, Thank you for the assistance

0.2.6

12 May 19:40
Compare
Choose a tag to compare

Fix for last update breaking the camera view from updating when a new camera button is used.

0.2.5

12 May 19:35
Compare
Choose a tag to compare

Fixed buttons not enabling/disabling correctly after clicking save in the settings.

0.2.2

10 May 15:18
Compare
Choose a tag to compare

This is another attempted at fixing the data migration issues. After this update all your settings will be reset, however all issues should be resolved, if you were having any. Sorry for the inconvenience.

Note: If you would like to avoid the settings reset you can use the template below to update your config.yaml

multicam:
    _config_version: 1
    multicam_profiles:
    - URL: http://webcam1/?action=stream
       isButtonEnabled: true
       name: Default
    - URL: http://webcam2/?action=stream
       isButtonEnabled: true
       name: Webcam 2

Known Bugs:

  • Currently it seems saving your settings causes an issue with the buttons not re-enabling themselves after changing streams. For now a simple 'F5' browser reset will fix the problem. A fix is on the way!

0.2.1

10 May 00:03
Compare
Choose a tag to compare

Attempting to fix migration issue.

If this problem still persist please go into you config.yaml and remove all the settings for multicam. After restarting octoprint everything should be fixed. Sorry for the inconvenience.

0.2.0

09 May 22:59
Compare
Choose a tag to compare
  • Default webcam not synced with stream url in Webcam & Timelapse settings
  • Disabled the URL input & Delete button for the Default webcam
  • Webcam switch now disables the buttons depending on which stream is active
  • Debugging message cleanup

0.1.0

09 May 04:18
Compare
Choose a tag to compare

With this first version I am introducing the ability to switch between multiple webcams via the control tab. Also included is a settings page that will allow you to configure the plugin for the webcam you choose.

Later version will introduce features that will allow you to choose different stream types, as well as the ability to show more than one feed at a time. Stay tuned!