Giter VIP home page Giter VIP logo

companion-module-requests's Introduction

Companion Module Requests

Got a request for a piece of gear, device, hardware or software you'd like to be able control with Companion?

First, make sure it hasn't already been created. New modules are created and added all the time, so first download the latest version of Companion and make sure it's not there. New modules will appear in the Companion beta releases first.

Second, make sure it hasn't been requested yet. You can check the list of requested but undeveloped modules here.

Ready to submit your request? Request it here.

Please include with your request:

  • The name of the device, hardware, or software you would like to control.
  • What you would like to be able to make it do from Companion.
  • Direct links or attachments to the ethernet control protocol or API. Without this, it can be very difficult, and in some cases, impossible to fulfill your request.
  • Module requests that do not come with enough information may be deleted. This will not happen without some form of response, so please be thorough in your request.

Guidelines:

  • Commit to being a tester for the module you requested. Make sure you are subscribed to notifications to your request with a method you will check up on.
  • If a developer asks a question about your request, provide feedback promptly. Be thorough in your responses.
  • Remember, everyone working on this project is donating their time. Please be courteous and respectful.
  • If your request has a tight timeline, consider offering a financial reward to speed up development of your module request.
  • Consider other ways you can serve the community and project here, like verifying and submitting thorough bug reports, creating documentation, and helping others along the way.

companion-module-requests's People

Contributors

daniep01 avatar josephdadams avatar willosof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

companion-module-requests's Issues

Pangolin Beyond

Describe the feature
A clear and concise description of what the feature does
Professional laser and multimedia software
Is this platform dependent (windows, mac, ..)?
Explain
Windows
If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along
BEYOND OSC in BEYOND.pdf

Usecases
Add a couple of usecases for why this should be implemented and when/why to use it.
Trigger a Cue .

Module request: GEFEN DVI Matrix

Describe the feature
16x16 GEF-DVI-16416-PB
8x8 GEF-DVIKVM-848DL-PB

DVI matrix gefen (UDP and Telnet for the 16x16 // Telnet for the 8x8)

Is this platform dependent (windows, mac, ..)?
This platform is web based

If documentation is required to implement, do you know where to find it?
Yes
https://www.comm-tec.de/de/bilder-und-dateien/artikel/gef-dvi-16416-pb.pdf
https://www.eavs-groupe.fr/downloads/dl/file/id/4981/product/48924/

Usecases
Make a simple way to recall preset or switch input and output with these Matrix

Thank you!

Module Request: HIVE Industries Soft Countdown Control

Describe the feature
Integrate USB control of Hive Industries Soft Countdown Control along with Indicator Light control

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along

Usecases
Would allow integration of HIVE Timing systems, indicator lamps and traffic lights

Module Request: For-A Hanabi HVS-100/110 Switcher

These switchers have become extremely popular in the Live video world, because they are great as both a small production switcher and a multi-destination screen switcher. They have a fantastic little web server in them as well, though I don't know if that would enable html commands or maybe webhooks or something like that.

Currently, there is no documentation by For-A for any other IP-based control of these switcher; so I have asked them to please provide it, or release a firmware update enabling such control. Would love to see what more technical people than myself are able to find out, and I will also re-post with any information I receive from For-A.

Module Request: ETC EOS

Describe the feature
Basically the same function as the GrandMA module, but for ETC EOS lighting consoles. Ability to send predetermined commands would essentially allow full operation of the board, just like the GrandMA module.

Is this platform dependent (windows, mac, ..)?

If documentation is required to implement, do you know where to find it?
https://www.etcconnect.com/workarea/DownloadAsset.aspx?id=10737461372

Usecases
Especially for theaters, ETC is widely used. I could see it easily breaking into the theater control scene with this, QLab, Resolume, and PJLink modules.

Module Request: Datapath FX4

Assign Input "POST" Commands via JSON to set the current active Datapath FX4 Input. E.G. HDMI, HDMI 2, DisplayPort.

Describe the feature
A clear and concise description of what the feature does.

Send a JSON POST command via HTTP web client over a network to a Datapath FX4.
Recall PreferredInput.cgx from Streamdeck buttons.
Have three inputs active on the FX4 to be recalled from three buttons on Streamdeck
One button command per FX4 Input port.

Other Useful commands might be:

image

RebootDevice.cgx

image

Is this platform dependent (windows, mac, ..)?
Explain

No, requires HTTP over LAN to send JSON.

If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along

Datapath REST-API can be found here: https://www.datapath.co.uk/datapath-current-downloads/display-controller-downloads/sdks-9/494-fx4-sdi-fx4-rest-api-v2-1-0

image

Here is an example of using POST to send a command to change the Preferred Input to 2 on FX4-Device connetcd to IP: 10.0.0.104 using the Mozilla REST-CLIENT web browser client.
image
and then to change to Input 1.

image

Usecases
Add a couple of usecases for why this should be implemented and when/why to use it.

Where users want to have a physical button to change Inputs instead of using a GUI window and mouse.
Permanently installed systems where this already a control PC or a small computer such as a RPi could be running. Technicians can then change Inputs on multiple FX4 devices for testing purposes qyuickly and easily. Inputs can be labelled appropriately.

Although the FX4 is designed or intended to be used a a show switcher, there may be circumstances where a physical button is more useful or convenient than using the software setup application controls.

Module Request: Generic TCP/UDP module

A module for easily sending strings over tcp or udp.

It should have option for closing tcp connections for each action, or if it should keep it alive.

String input should have support for escape tags like \x00 etc, for mimicking binary protocols.

Generic TCP for BSS Soundweb

Describe the feature
I know you dont like generic modules, but being able to control BSS soundweb devices needs the ability for free tcp strings. Thats because the programming of a BSS is always unique and wont be able to be modulized.

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
Not needed.

Usecases
BSS Soundweb

Module Request: MIDI Module

Describe the feature
I would love a MIDI module that uses Mac OS X midi network/iac module or rtpmidi on a pc to send midi commands locally or over the network.

Midi Note On/Midi Note Off
Channel/Note/Intensity

Choose connection based on settings in Audio Midi Setup for OS X and similar from pc.
screen shot 2018-06-22 at 3 18 42 pm

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?

Usecases
I would use to fire tracks in protools or Ableton live from FOH. Also would be helpful for Renewed visions Propresenter too to control presentations, clear graphics, etc... Lots of other great uses too.

RME TotalMix Control

Describe the feature
I would like to be able to control RME devices via RME's TotalMix
Is this platform dependent (windows, mac, ..)?
MultiPlatform

If documentation is required to implement, do you know where to find it?
The OSC implementation is in the help documents in the program

Usecases
RME is used for system tuning, playback and recording by audio people everywhere

I'd like to see:
channel Set level@
Chanel mute/unmute
the ability to hit a button and have it fade out or up a channel to a pre-defined level
snapshot recall
"dim"
open/close total mix window

Module Request: Pandoras Box Spark

Describe the feature
This Programm is like Octopus Listener, but (as i know as Spark User) has more features

https://www.coolux.de/root/downloads/support/Documentation/Helpfile/_img542.gif

The Features:
PB REMOTE SERVER CONTROL
COMPORT ASCII COMMUNICATION
SYSTEM COMMANDS
WEB BROWSER (Fullscreen)
SOUND COMMANDS
VIDEO PLAYER (Fullscreen)
APPLICATION COMMANDS
KEYBOARD EVENTS
MOUSE EVENTS
DESKTOP FADE TO BLACK -BETA
WAKE ON LAN
PB AUTOMATION REMOTE CONTROL

Is this platform dependent (windows, mac, ..)?
Windows. I dont know if there is a Programm like this on Mac

If documentation is required to implement, do you know where to find it?
https://www.coolux.de/root/downloads/support/Documentation/Helpfile/spark.htm

Usecases
I Use this to control Software that isnt able to control directly or Use Windows functions
Start Program X, do a Mouseclick or use a special Keyboard event:
We use a 3D Player, that doesnt has a Network Control.
I Sync 3 PCs by one Button Start: Main, Backup and a 2D version with Seekbar
Or we use the "Old" Countdown Version of the "Countdown Timer" and use the Mouseclick event to Start an Reset

Module Request: Sharp TV Control

Describe the feature
Control of a Sharp TV. Source selection, channel selection, volume control.

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
This is a clip from the manual of a Sharp pn-le701 display containing the commands needed to control the tv.
SharpTVcommands.pdf

Usecases
We use these as displays in an auditorium setting as well as in meeting rooms.

Module Request: Mediashout

Describe the feature
Control for Mediashout without octopus

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
It's apparently powerpoint compatible, I'll just Wireshark the remote app anyway because documentation is lacking to say the least...

Usecases
Churches use Mediashout a lot and I want to make more modules /shrugface

Module Request: AVProconnect AC-MX1616-AUHD

Hi.

Is it possible to get a module, that supports this HDMI Router?

I would like basic routing of the matrix.
I dosnt do presets, but the option of doing a salvo for all of the input/output would be nice also.

https://www.avproedge.com/ac-mx1616-auhd.html

Describe the feature
A clear and concise description of what the feature does

Is this platform dependent (windows, mac, ..)?
Explain

If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along

Usecases
Add a couple of usecases for why this should be implemented and when/why to use it.

Module Request: Decimator Designs UCP Control

Describe the feature
Decimator Designs manufactures a variety of converters, splitters, and multi-viewers for video production. Their products are widely regarded as some of the most capable and reliable in the industry.

Most of Decimator's products are controlled by a single, simple (at least for the user) software program, called UCP (current version 2.0.11). Plug in one of their products via USB, 'scan' for hardware, and the options for your Decimator device are displayed.

It would be amazing if Companion could enable Streamdeck to control the UCP software!

Is this platform dependent (windows, mac, ..)?
I don't believe so - the software is available for Mac & Windows.

If documentation is required to implement, do you know where to find it?
Unfortunately, I know next to nothing about coding, so I don't know what might be helpful for the devs. Here's the link to the download page for UCP: http://decimator.com/DOWNLOADS/DOWNLOADS.html

Usecases
The specific use case I envision is with a multi-viewer. Decimator's DMON-QUAD allows customizable presets for multi-view layouts, i.e. having three video inputs displayed one way with another input displayed a different way. The ability to live-switch between these presets using the Streamdeck would be immensely powerful, basically making a super advanced feature only available on very expensive (five figures plus) replicable with something like a basic BMD ATEM, a computer, and a Streamdeck.

This is far from the only use case, though. Decimator makes their products very configurable, so control commands could be created to do all sorts of things depending on the product.

Thank you guys for all you do!

Module request: FOR-A HVS 390

The ability to control the FOR-A HVS 390 via the Editor RS-422 port.
You need to buy the EDITOR option as a firmware upgrade at FORA.

You would also need a generic Ethernet to RS422 converter.

Attached as PDF:
The manual descriping how to turn on the Editor function and
EDITOR protocol command list

Use the Companion to control the HVS390 mixer, aux, ME crospoints, recall memory ect.

HVS39ED-E-V1.pdf
HVS390-Mixer and Editor.pdf

Thanks for a great tool!
Christian

Support for Kramer VS-41H HDMI switcher

This request is coming via the ProPresenter forums. One of our users requested support for TCP, but it would be a long time coming, if ever. Since it's possible to trigger Companion indirectly with MIDI, I'd rather see the module here and then help him control Companion.

He provided a link to a Python script that works: https://github.com/UbiCastTeam/kramer-python-control/blob/master/kramer_switch.py

This switcher uses the Protocol 2000. https://k.kramerav.com/downloads/protocols/protocol_2000_rev0_51.pdf

Module Request: Elation/Onyx/Obsidian Control

Remote control of Elation/Onyx/Obsidian Control Software/Consoles.

Control of Windows PC Software, and consoles.

http://support.obsidiancontrol.com/Content/Networking/Onyx_Remote.htm
http://support.obsidiancontrol.com/Content/Networking/OSC.htm

Not sure what would be the best way, as there is remote control app for iOS, and can obviously take OSC commands as well.

Would be cool to add another lighting console to continue the ever growing range of supported software/consoles we can control using Companion.

Module request: Martin P3 controller

Describe the feature
be able to recall presets on the Martin P3 processors, for different mapping, colour change etc.
Now there is a webpage on the ip of the controller where you can recall presets and see the status of the connected fixtures.

Is this platform dependent (windows, mac, ..)?
no

If documentation is required to implement, do you know where to find it?
https://www.martin.com/en-US/products/p3-300-system-controller

Usecases
For different tile positions, colour calibration etc.

Module Request: Sierra Video Routers

Describe the feature
Control of the Sierra Video (now owned by Kramer) SDI routers. We use these routers daily in our workflows.

If documentation is required to implement, do you know where to find it?
PDFs are attached of both the control protocol, and the manual of the specific matrices I'm trying to control.
Sierra routing_switcher_communication_protocol.pdf
aspen_1616_and_3232_hd3g_family_manualv5.pdf

Usecases
As for a desired command list, the following would be a good start:
-Switch one input to one output
-Switch one input to all outputs
-Fire Salvos (optional/low priority)

Module Request: Allen & Heath iLive & GLD series

Hi From Australia,

I would like to make a module request for the Allen & Heath iLive series and GLD series.

The TCP Control protocol is documented here:
iLive : https://www.allen-heath.com/media/iLive-TCPIP-Protocol-V1.9.pdf
GLD : http://www.allen-heath.com/media/GLD-MIDI-and-TCPIP-Protocol-V1.4_2.pdf

There is a great similarity in the protocols.

I am happy to try and learn how to program the modules myself if that can be of any assistance?
Is there somewhere where I can read how to program and install custom modules?

Kindest Regards,
Adrian

PowerPoint OSC Module

Describe the feature
receive osc from A simple osc powerpoint plugin to show the presentation page number

Is this platform dependent (windows, mac, ..)?
the plugin is windows only

If documentation is required to implement, do you know where to find it?
https://github.com/benkuper/PowerPoint-OSC

Usecases
could be usefull for the client or other tech that cant see the computer and need to know where the speaker is in his ppt

Module request: Octava PRO DSX Video Over IP

Describe the feature
Please kindly add the Octava PRO DSX Video Over IP to the Equipment List for Companion

Is this platform dependent (windows, mac, ..)?

If documentation is required to implement, do you know where to find it?
Here is the API commands
https://octavainc.com/wp-content/uploads/installation-guide/prodsx/PRO-DSX_Matrix_API_111218.pdf

Usecases
The Octava is a Video Over IP Encoder/Decoder Solution used in many Audio Video Applications ( Church, Education and etc). Some users would like to have a very simple and programmable buttons to do the switching.
THe Switching commands are sent to the Receiver unit ( RX)
Each RX has an IP address

The PRO DSX- TX and RX has various features that can be enabled and modified by
directing accessing the TX or RX using HTTP request.
Example:
http://[device ip]/cgi-bin/query.cgi?cmd=[command]

Example 1:
Switching PRO DSX –RX unit 01 ( ip = 172.31.3.1) to
PRO DSX-TX unit 01 (ip = 172.31.3.2.1) unit 1
http://172.31.3.1/cgi-bin/query.cgi?cmd=rxswitch:001
Example 2:
Switching PRO DSX –RX unit 01 ( ip = 172.31.3.1) to
PRO DSX-TX unit 03 (ip = 172.31.3.2.1) unit 1
http://172.31.3.1/cgi-bin/query.cgi?cmd=rxswitch:003

Module Request: Pixera

Support for AV Stumpfl Pixera control.
There is an API available I can provide or put you in touch with the developers if required.

Thanks

Module Request: Newtek NDIHX-PTZ1

Describe the feature
Controls things that move with NDI

Is this platform dependent (windows, mac, ..)?
Nien

If documentation is required to implement, do you know where to find it?
Can't find any documentation so more research will have to be done

Usecases
Hit a button and all your studio cameras point at one person! (same use case as the rest of the PTZ modules)

Module request : Visual productions Cuety LPU2

image

Describe the feature
Cuety LPU2 is a standalone DMX/ArtNet/SACN device that can be controlled via their APP or via HTTP/TCP-UDP/OSC.

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
everything is here : https://www.visualproductions.nl/category-architectural/cuety/

Usecases
Cuety can store up to 64 light states in its memory. being able to sync those lighting events with video or audio one would be great.

Analog Way Eventix Switcher Support

Describe the feature
We need a way to control our Analog Way Eventix video switcher through the Companion App. We have a need to fire certain cues on this switcher at the same time as firing on a BlackMagic ATEM.

Is this platform dependent (windows, mac, ..)?
No

If documentation is required to implement, do you know where to find it?
https://www.analogway.com/files/uploads/produit/download/en/evx-ctx8022-ed-07-05-fra+eng_presse.pdf

Usecases
This switcher is controlled mostly via commands over port 10500. We need to be able to control this switcher along with a BMagic ATEM.

TeamSpeak Support

We are using TeamSpeak via LAN/Internet during some broadcast productions.
So I tried to set the "push to talk" button in companion - but without success.

So it would be great to have some standard functions integrated:

  • push-to-talk button
  • switching to previous/next or pre-defined chat-groups

Module request: MadMapper

Describe the feature

MadMapper is one of the leading projection mapping software. It supports MIDI, DMX, OSC, and other protocols. OSC is bidirectional via ports 8000 and 8001 by default. But MadMapper comes with OSC settings that Companion cannot receive, like button states, ranges, etc. via the Generic OSC module. The main goal would be that the MadMapper "Learn" mode could work directly (and bidirectionally) with Bitfocus Companion.

Is this platform dependent (windows, mac, ..)?

MadMapper runs on Windows and Mac currently.

If documentation is required to implement, do you know where to find it?

MadMapper Control List

In this video you can see MadMapper working with Touch OSC, the same way it would be expected with Companion.

Usecases

  • Live performances.
  • Controls: quad (layer) visibility (toggle or hold), play/stop medias, etc.

Module Request: Sony BRC-Z700 Robotic Camera Control

Describe the feature
I want to recall camera presets, select cameras, adjust iris & focus. There is Visca Protocol already but I am looking for control over IP

Is this platform dependent (windows, mac, ..)?
Currently is controlled with its IP Remote; model number "RM-IP10" and the IP Card "BRBK-IP7Z"

If documentation is required to implement, do you know where to find it?
1237493118984.pdf
3287510131.pdf
4451001021-2.pdf

Usecases
Would like to recall camera PTZ presets in a live event environment.

Module request: doremi nugget

Describe the feature
can everyone support the doremi nugget for compagnion? its an old, but very heavy duty video playback device based on mpeg2. normally its a special program "asset manager 4.0" needed and it woud be helpful controlling the basic features like "play" "Stop" "goto" by compagnion & streamdeck ...

Is this platform dependent (windows, mac, ..)?
Explain

If documentation is required to implement, do you know where to find it?
i support the documents I get by the former manufacturer

Usecases
Add a couple of usecases for why this should be implemented and when/why to use it.

Module Request: Combiwave control

Describe the feature
I use Combiwave to play audio for live events. I need to be able to trigger multiple machines running combiwave. As a basic feature Combiwave uses the keyboard as hotkeys to play the relevant audio track so I need to send keyboard commands over TCP to the windows machines.
In particular the return key is play, space bar is stop and up and down arrows select the audio. That is in addition to the full keyboard and numbers.
As a more advance feature it would be good to be able to control features such as simultaneous play, loop, play next, and be able to select audio outs
Is this platform dependent (windows, mac, ..)?
Windows
If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along

Usecases
Add a couple of usecases for why this should be implemented and when/why to use it.
Many pro sound engineers use combiwave (those that dont like macs!) and run a main and backup laptop. This would enable the backup to be a true hot back up
This would also be a massive improvement in the general cueing of audio as the stream deck can be closer to hand and the sound desk making life a lot better.
it would make it possible to control different machines running in different locations from 1 single place. eg, when running BGM in different locations, VOGs can be triggered.

Many thanks.

Module request: AV Stumpfl Wings & Pixera

Describe the feature
Module to control media server "Pixera" and "Wings" by company AV Stumpfl
Pixera is the new software being released this month replacing the older Wings software

Is this platform dependent (windows, mac, ..)?
Pixera and wings runs on a cut down version of windows.

If documentation is required to implement, do you know where to find it?
I am struggling to get a working user manual at the moment. I did see in the software that there is UDP control support but help files on the server are missing. (thanks AV Stumpfl). I will ask them to send me documentation and I will forward it through when it comes.

Usecases
Pixera and Wings don't have a control surface at all, so using companion would be great to trigger cue points, pause, play etc.

Commands for Blackmagic Media Express

Describe the feature
I would like to control Blackmagic Media Express to start and end the capture.
Also, it would be great if I can "up and down" the additional information such as Reel, scene, takes. It would be an extra to control which audio is selected in the log and capture tab.

Is this platform dependent (windows, mac, ..)?
This plateform is on MAC and Windows

If documentation is required to implement, do you know where to find it?
If applicable, add screenshots, protocol description PDFs, etc to help the developers along

capture d ecran 2018-11-15 a 08 17 45
capture d ecran 2018-11-15 a 08 18 28

Usecases
I would use it to save time to rename my recordings before capturing. I'm filming figure skating and I could use the stream deck on my camera to save time and space during competitions. Usually I have to start recording minutes before it starts because I cannot look through my viewfinder andmy laptop to start the capture. This update will save me tone of space on my hard drives by saving time.

Module Request: Presonus StudioLive Rack Mixers

Basic Mute functionality requested for StudioLive rack mixers. PreSonus has no API as far as I can tell, but they publish several iOS apps that could be combed for web commands, I suppose.

Not platform specific.

Media Server operators may use a small rack mixer to mute and unmute/monitor audio feeds from several different servers. The StudioLive series are small and inexpensive.

Module request: Dexonsystem 8x4 4K HDBaseT Seamless Matrix Switcher

Describe the feature:
Module request for control of the Dexonsystem 8x4 4K HDBaseT Seamless Matrix Switcher.

Is this platform dependent (windows, mac, ..)?
Yes -Windows

If documentation is required to implement, do you know where to find it?
Attached is the User manual with EXTERNAL PROGRAMMING in section 4.

Use cases:
Manual_8_DIMAX804KC_UsersManual_3.2.1_2018.8.21.pdf

Looking for external control via Companion using stream deck.
User Preset recall
Layout recall
X Y routing
ect.

Thanks

TW

Module request: Philips pro displays

Describe the feature
Enable Companion to control philips digital signage monitors.

If documentation is required to implement, do you know where to find it?
TCP control document:
https://www.keren.nl/dynamic/media/1/documents/Drivers/The%20SICP%20Commands%20Document%20V1_99%2025%20May2017.pdf
The SICP Commands Document V1_99 25 May2017.pdf
https://www.philips.no/p-m-pr/professionaldisplays

Usecases
Would like to turn off/on screens, change inputs on or more, control the built in media player.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.