All Projects → atom0s → ElgatoLegacy

atom0s / ElgatoLegacy

Licence: GPL-3.0 license
Use your Elgato Stream Deck on Windows 7, 8 and 8.1!

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ElgatoLegacy

deckmaster
An application to control your Elgato Stream Deck on Linux
Stars: ✭ 106 (+324%)
Mutual labels:  elgato, streamdeck, elgato-stream-deck
streamdeck-plugintemplate
Stream Deck SDK: Plugin Template
Stars: ✭ 211 (+744%)
Mutual labels:  elgato, streamdeck, elgato-stream-deck
go-streamdeck
Go interface to an Elgato Streamdeck
Stars: ✭ 44 (+76%)
Mutual labels:  elgato, streamdeck, elgato-stream-deck
StreamDeckMonitor
Customizable C# app to display Real-Time System Statistics on the Elgato 'Stream Deck' Device
Stars: ✭ 36 (+44%)
Mutual labels:  stream, elgato, streamdeck
streamdeck-cpu
Stream Deck SDK: CPU sample plugin
Stars: ✭ 103 (+312%)
Mutual labels:  elgato, streamdeck, elgato-stream-deck
streamdeck-stopwatch
C# Stopwatch implementation for the Elgato Stream Deck device
Stars: ✭ 20 (-20%)
Mutual labels:  streamdeck, elgato-stream-deck
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (-12%)
Mutual labels:  streamdeck, elgato-stream-deck
AutoHotStreamDeck
An AutoHotkey wrapper for interacting with the Elgato Stream Deck
Stars: ✭ 57 (+128%)
Mutual labels:  streamdeck, elgato-stream-deck
streamdeck-stockticker
Stock Ticker plugin for Stream Deck
Stars: ✭ 29 (+16%)
Mutual labels:  streamdeck, elgato-stream-deck
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (+60%)
Mutual labels:  elgato, elgato-stream-deck
streamDeck-weatherPlugin
Popular Stream Deck plugin for Weather reporting
Stars: ✭ 24 (-4%)
Mutual labels:  elgato, elgato-stream-deck
streamdeck-discord-message
A Stream Deck plugin that sends a message to a Discord channel.
Stars: ✭ 26 (+4%)
Mutual labels:  streamdeck, elgato-stream-deck
StreamDeckCore
Java implementation for the Elgato Stream Deck
Stars: ✭ 28 (+12%)
Mutual labels:  elgato
lead
Sink your streams.
Stars: ✭ 14 (-44%)
Mutual labels:  stream
SensorNode
SensorNode-client application for IOTA.
Stars: ✭ 35 (+40%)
Mutual labels:  stream
lwt-pipe
[beta] A multi-consumer, multi-producers blocking queue and stream for Lwt
Stars: ✭ 30 (+20%)
Mutual labels:  stream
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (+52%)
Mutual labels:  stream
aushape
A library and a tool for converting audit logs to XML and JSON
Stars: ✭ 37 (+48%)
Mutual labels:  stream
aws-kinesis-consumer
Consume an AWS Kinesis Data Stream to look over the records from a terminal.
Stars: ✭ 23 (-8%)
Mutual labels:  stream
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+124%)
Mutual labels:  stream

ElgatoLegacy

Use your Elgato Stream Deck on Windows 7, 8 and 8.1!

Donate ❤️

Wish to donate to say thanks? Donate via Paypal.

Installation / How To Use

Please view the wiki page linked below for a full explaination on how to use this.

Installation Guide

Background

Elgato's popular Stream Deck hardware is sadly locked down to only working on Windows 10. Both the installer and the actual files are setup in a manner to block users from running the Stream Deck software on a non-Windows 10 machine. The installer will prompt users that their operating system is not supported. Upon bypassing the installer, attempting to run StreamDeck.exe will result in errors due to bad imports / missing requirements on older systems.

This project solves the later of those problems by creating three proxy DLLs that are used to fake the intended API calls that StreamDeck.exe looks for. With these three proxy modules, StreamDeck.exe is fully functional on Windows 7, Windows 8 and Windows 8.1.

Building

ElgatoLegacy is build using Visual Studio 2019. Please note; in order to target older systems properly, the projects are built against the XP version of the Visual Studio C++ 2017 Windows XP (v141_xp) development toolset. You must install this toolkit separately from the Visual Studio installer. To install this, follow these quick steps:

  • Install Visual Studio 2019. (Be sure to install the typical Desktop C++ development environment and tools.)
  • Open Control Panel on your system.
  • Open 'Programs & Features'.
  • Right-click the 'Microsoft Visual Studio Installer' for 2019 and choose 'Change'.
  • Next to your 'Visual Studio 2019' version, click the 'Modify' button.
  • Click the 'Individual Components' tab at the top.
  • Check the box next to 'MSVC v141 - VS 2017 x86/x64 build tools (v14.16)'.
  • Check the box next to 'C++ Windows XP Support for VS 2017 (v141) tools [Deprecated]'.

Apply your changes to install these extra components and then you should be all set to compile the project within VS2019 as-is.

Legal

I am not affiliated with Elgato in any way. Nor am I affiliated with any of Elgato's partners.

You are responsible for anything you do while making use of this project. Use at your own risk.

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].