companion icon indicating copy to clipboard operation
companion copied to clipboard

Loupedeck Live support

Open GarthDB opened this issue 4 years ago • 11 comments

The Loupedeck Live is a device that's trying to fill a similar role as the Stream Deck. I have no idea if anyone has tried to bypass the official software or not, but it seems like it could be a good fit for Companion. image

GarthDB avatar Dec 12 '20 00:12 GarthDB

Pretty sure @willosof can chime in here... :)

josephdadams avatar Dec 12 '20 00:12 josephdadams

Not a good fit for companion in this major release, but maybe a later. We're in the late development/early testing stages on another software called Buttons. It's like companion, with the same modules as companion, just with a more flexible way of programming and robust core. If a module crashes, it's contained in it's own process. Networked button surfaces, and supporting buttons, knobs, faders, joysticks, different types of displays and indicators, etc. :) We'll make sure to make a big deal out of it when it's ready for the masses to beta-test :)

willosof avatar Dec 12 '20 15:12 willosof

Can you tell me more about Buttons?

fbosman avatar Dec 12 '20 15:12 fbosman

https://bitfocusio.slack.com/archives/CFG7HAN5N/p1607800696479300

willosof avatar Dec 13 '20 03:12 willosof

Sorry to resurrect but can we have some kind of ETA in regards to Buttons? For some reason I can't access Slack.

jaoustin avatar Jan 24 '22 14:01 jaoustin

News: Loupedeck Live S https://www.indiegogo.com/projects/loupedeck-live-s-customizable-streaming-console#/

houtacheng avatar Jul 08 '22 05:07 houtacheng

https://www.razer.com/streaming-accessories/razer-stream-controller

Razer announced the "Stream Controller" which is a rebranded Loupedeck Live, so possible the market for this product will increase a lot with a more commercial brand behind it.

33Fraise33 avatar Jul 15 '22 07:07 33Fraise33

I am working on getting the loupedeck live (and once released the live-s) supported in companion with a crude mapping. I don't yet know if it will be in 2.3 or 3.0.

I expect the razer version to need a small change to be supported, but it should hopefully just be a case of a couple of new ids and nothing more.

Julusian avatar Jul 15 '22 09:07 Julusian

AFAIK the Razer version is identical hardware, just re-branded.

latenitefilms avatar Jul 25 '22 06:07 latenitefilms

I have started playing around with the Elgato Plugin for StreamDeck access to make a plugin for Loupedeck, using the official Loupedeck SDK.

This approach seems to work, however with the same limitations as the Stream Deck plugin.

image

oddbear avatar Aug 10 '22 21:08 oddbear

I should have said, I have done a very crude prototype implementation in companion-satellite. https://github.com/bitfocus/companion-satellite/commit/0e9ccbfafa2baaa064d882cda88ee696d36b54f5

I haven't had time to give it much of a test or polish since then, but I shall when I can. Once I have it working in satellite I shall look at porting that into companion itself too.

Julusian avatar Aug 14 '22 16:08 Julusian

I have this working nicely in companion-satellite now with a loupedeck live.

Could someone with a razer one give it a try? It should work but I do not have one to verify myself. https://s3.bitfocus.io/builds/companion-satellite/companion-satellite-x64-158-705f954.exe https://s3.bitfocus.io/builds/companion-satellite/companion-satellite-x64-158-705f954.dmg

I am halfway to supporting them in companion directly too, I will post back here when it can be tested

Julusian avatar Oct 10 '22 20:10 Julusian

I haven't tested your work yet, but just FYI - the Razer Stream Controller does work slightly differently from the Loupedeck Live, as it only has a single screen object.

See: https://github.com/CommandPost/CommandPost/commit/0468eaf8d680f47e76411f5d3bd92538e5db8add#diff-6c7cc51cb377445347d9f414947a4b711c89309cc76ce987845f52e5959c9095R1356

latenitefilms avatar Oct 10 '22 21:10 latenitefilms

@latenitefilms thanks, I have already rummaged around your code over there to do my implementation :)

Julusian avatar Oct 10 '22 21:10 Julusian

The loupedeck version of this will work in the beta builds now.

The razer version will not work yet, waiting for confirmation on it working in companion-satellite before doing the same here

Julusian avatar Oct 15 '22 20:10 Julusian

What information can I get you to help with getting it ready for the Live S? I have one sitting on my desk and just downloaded the latest beta build but it isn't detected.

Product ID: 0x0006 Vendor ID: 0x2ec2

blakekrone avatar Oct 24 '22 03:10 blakekrone

@blakekrone I'm curious how you got one so early? I have one on order, waiting for them to start shipping.

In theory we already have the knowledge about how to talk to the device, it just needs some code to match that up with how companion needs it to be. I can try and find time to do a blind attempt at this, I was hoping to do it once I had received mine so I could test it myself

Julusian avatar Oct 27 '22 10:10 Julusian

@Julusian I make custom mounts for streamers, sim rigs, etc, so they sent me one a couple of months ago to update my mounts to fit it.

blakekrone avatar Oct 27 '22 15:10 blakekrone

Hi @Julusian ,

Any news to manage the left and right screen on loupedeck live like below to display at least text or icons ? image

Thanks for your work, really great on 2.4.1

stevealexandre avatar Dec 30 '22 10:12 stevealexandre

@stevealexandre no plans yet. I intend to start thinking about it once companion is able to show a proper loupedeck view in the button editing tab

Julusian avatar Dec 30 '22 21:12 Julusian