clemsonMakerspace / print-pod-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

print-pod-stream


This is a really simple set of files that makes it easier to stream an array of webcams through OBS. Examples can be found on the Clemson Makerspace Youtube Channel.

There are two files included in this repo.

  1. ppod_camera.html - this file composes 6 different webcam streams into a two tier scene. All you have to do is change the <img src> tags to point at the camera streams you want
  2. status_overlay.html - this file overlays the stats from each printer onto the streams. This is accomplished through a couple Octoprint API calls. There are also a few lines of code that call the Formlabs dashboard API commands to update status for our Form 2 printers. You will need to find your Octoprint API key, and turn on CORS.

Host each of these files on a server that can be seen by your OBS encoder and modify the API keys and <img src> links to point at the printers you need. Then add two Browser Sources in OBS - one for the cameras and one for the overlay.

About

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%