All Projects → deckerego → tally_pi

deckerego / tally_pi

Licence: MPL-2.0 license
TallyPi allows you to build network controlled tally lights for live cameras, intended for control by OBS but extensible enough to use for whatever purposes you like.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to tally pi

Telewavesim
Teleseismic body wave modeling through stacks of (submarine/anisotropic) layers
Stars: ✭ 41 (+17.14%)
Mutual labels:  obs
kqstats
Get real time statistics from your Killer Queen cabinets!
Stars: ✭ 23 (-34.29%)
Mutual labels:  obs
CounterStrike-GlobalOffensive-LiveStat-for-OBS-Studio
Showing you LIVEstats of CS:GO in your Stream like OBS-Studio while playing/streaming.
Stars: ✭ 24 (-31.43%)
Mutual labels:  obs
liveSpeech
将主播说的话通过各个云平台的语音服务合成另外一种声音的OBS工具
Stars: ✭ 31 (-11.43%)
Mutual labels:  obs
meme-box
Manage and trigger media in OBS as a browser source
Stars: ✭ 82 (+134.29%)
Mutual labels:  obs
OBS-ChatSpam
Python script for OBS Studio that posts messages in Twitch chat
Stars: ✭ 26 (-25.71%)
Mutual labels:  obs
go-obs-websocket
Go client for obs-websocket
Stars: ✭ 86 (+145.71%)
Mutual labels:  obs
obs-service-go modules
OBS Source Service to download, verify, and vendor Go module dependency sources
Stars: ✭ 18 (-48.57%)
Mutual labels:  obs
smart rtmpd
RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)
Stars: ✭ 159 (+354.29%)
Mutual labels:  obs
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (+14.29%)
Mutual labels:  obs
obs-csgo
OBS Plugin to capture CS:GO with Trusted Mode enabled
Stars: ✭ 101 (+188.57%)
Mutual labels:  obs
nginx-obs-automatic-low-bitrate-switching
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
Stars: ✭ 167 (+377.14%)
Mutual labels:  obs
obs-docu
Official Open Build Service Documentation. Content gets reviewed and edited. Generated books are available at http://www.openbuildservice.org
Stars: ✭ 26 (-25.71%)
Mutual labels:  obs
qactus
A Qt-based Open Build Service client
Stars: ✭ 13 (-62.86%)
Mutual labels:  obs
supbox
Get the currently playing track from Rekordbox v6 as Audio Hijack Shoutcast/Icecast metadata, display in your OBS video broadcast or export as JSON.
Stars: ✭ 36 (+2.86%)
Mutual labels:  obs
obs-auto-subtitle
Show the subtitle as long as you speak
Stars: ✭ 135 (+285.71%)
Mutual labels:  obs
obws
The obws (obvious) remote control library for OBS
Stars: ✭ 27 (-22.86%)
Mutual labels:  obs
wifi-tally
An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.
Stars: ✭ 66 (+88.57%)
Mutual labels:  tally-light
OBS Settings Manager
Backup your OBS Studio profiles and manage them in an easy, user friendly way.
Stars: ✭ 20 (-42.86%)
Mutual labels:  obs
obs-screenshot-plugin
An OBS Studio filter plugin to save screenshots of a source/scene
Stars: ✭ 93 (+165.71%)
Mutual labels:  obs

TallyPi

A network controlled tally light for cameras, intended for control by TallyOBS but extensible enough to use for whatever purposes you like.

Unicorn pHat Demo

Hardware

TallyPi is built for the Raspberry Pi and a variety of LED breakout boards, including the Pimoroni Blinkt! as well as the the NeoPixel platform. The 5x10 PixelLeaf RGB Matrix is the current NeoPixel breakout board validated for TallyPi.

TallyPi also supports hardware buttons/switches to shutdown the Pi and wake it back up.

Details on how to wire up the LED breakout boards, as well as details on how to wire the on/off switch, are listed in HARDWARE.md.

There is also an enclosure supplied with TallyPi that can be 3D printed. It's not great, but it works as a light diffuser and includes a mount for a camera flash bracket. It is available from this repository or via Thingiverse.

The Tally Light API

A web service is provided to expose NeoPixels through an HTTP interface. This controls color and brightness, and will monitor the on/off switch (if available) to shut down the light in an orderly fashion.

An HTTP interface is provided that allows for color control and brightness to be specified remotely. As an example:

http://192.168.1.1:7413/set?color=AA22FF&brightness=0.3

Would set the NeoPixels to be purple across all LEDs, at 30% brightness.

The status of the LEDs are available as:

http://192.168.1.1:7413/status

If you would like to tweak an individual light, an HTML dashboard for controlling colors and brightness is available at:

http://192.168.1.1:7413/dashboard

Details on installing the software, as well as protecting your Pi for repeated use, is available within INSTALLING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].