Skip to main content

OBS support for DevDeck

Project description

DevDeck - OBS

OBS controls for DevDeck.

In this example, you can change scenes in OBS.

Installing

Simplify install DevDeck - OBS into the same python environment that you have installed DevDeck.

pip install devdeck-obs

You can then update your DevDeck configuration to use decks and controls from this package.

Configuration

Example configuration:

decks:
  - serial_number: "ABC123"
    name: 'devdeck.decks.single_page_deck_controller.SinglePageDeckController'
    settings:
      controls:
        - key: 3
          name: devdeck_obs.obs_control.OBSControl
          settings:
            scene_name: Webcam
            emoji: 'camera'
        - key: 8
          name: devdeck_obs.obs_control.OBSControl
          settings:
            scene_name: Desktop
            emoji: 'desktop_computer'
        - key: 13
          name: devdeck_obs.obs_control.OBSControl
          settings:
            scene_name: AFK
            emoji: 'zzz'

Credentials

Currently this does not use a username and password to access the OBS websocket. This may change in future, but the default will always be '':''.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devdeck-obs-0.1.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

devdeck_obs-0.1.2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page