Elgato Game Capture Hd Driver

Elgato HD game capture not installing drivers on Windows 8. I recently purchased and Elgato HD and upon setting everything up, my device does not appear in the Elgato HD software. All cords and the device itself seem to work fine, as my game feed still appears on the television screen and only does this when connected to the computer via USB. Installed as an independent program, Sound Capture enables you to leverage multiple audio sources with ease. Tags keep your work organized. Folders are sorted by game title, and videos are sorted by name, date, and time of creation. No matter how big your archive grows, you’ll find what you need in a flash. The package provides the installation files for Elgato Game Capture HD60 S Card Driver version 1.1.0.164. If the driver is already installed on your system, updating (overwrite-installing) may fix various issues, add new functions, or just upgrade to the available version.

Download for Windows

To use Elgato Video Capture for Windows, you will need to download both the Driver, and the Software. After downloading, run the driver installation and follow the instructions. You can also update previous driver versions with this application.

Newest Software (Windows)

Download Driver for Elgato Video Capture

Download for Mac

To check for updates and install the latest version, first launch Elgato Video Capture and then select 'Check for Updates' from the menu. The software update will install automatically.

Newest Software (OS X)

Download Elgato Video Capture 2.0.4 for Mac
Requires OS X El Capitan 10.11 or later.

Older Software (OS X)

Download Elgato Video Capture 2.0.2 for Mac
Elgato Video Capture 2.0.2 will work on an Intel Mac with 10.11 or later. However, we recommend macOS 10.13 or later with all software and security updates installed. Read me

Download Elgato Video Capture 1.1.5 for Mac
Elgato Video Capture 1.1.5 will work on an Intel Mac with OS X 10.6.8 or higher. However, we recommend macOS 10.13 or later with all software and security updates installed. Read Me: English / 日本語

Download Video Capture 1.1.3
Please note: Video Capture 1.1.3 does not support OS X 10.5.8. OS X 10.5.8 users, please use version 1.1.2. Read Me: English / Español / 日本語

Download Video Capture 1.1.2
Supports OS X 10.5.8. Read Me: English / Español / 日本語

Datasheets

Download datasheet (EN) Video Capture
Download Quick Start Guide (EN, DE, FR, SE) Video Capture
Descargar la hoja de datos (ES) Video Capture
таблица параметров (Datasheet RU) Video Capture
Başlangıç Kılavuzu (TR) Video Capture
Инструкция по эксплуатации (RU) Video Capture
instrukcja obsługi (PL) Video Capture

Software User Guide

Download User Guide (EN) Video Capture
Descargar el guía de instalación (ES) Video Capture
Scaricare la guida rapida (IT) Video Capture

FAQs

Where are my converted videos from Elgato Video Capture stored?
Can Elgato Video Capture send video to iMovie?
Can Elgato Video Capture send video to YouTube?
Can I edit video using Elgato Video Capture?
More FAQs

Support

Need help? Please contact our technical support team here.

Preliminary remarks:
  • The driver is unofficial, and alpha-quality software. Use at your own risk and do not expect that it will work with your device or setup. Bugs can be reported here.
  • The driver has been tested on several Linux distributions, including Arch, CentOS, and Fedora. The following guide is written with Ubuntu 17.04 in mind.
  • Currently, only the original Game Capture HD is supported. The HD60 and HD60 Pro are not supported (yet).
  • Do also check the driver's Github page for further information and/or updated instructions. There is also an official Gitter chat room for the driver. The latter is not intended to be a support forum, but you may be able to get some help from other users.
Preparation: installing dependencies and build tools
The very first step is to install the neccessary tools and dependencies for downloading, compiling, and running the driver. In Ubuntu, which is the OS this guide is written for, enter use the following command in a terminal:
(Some of these packages may already be installed on your system.)
Preparation - Part one: Downloading the driver from github
The second step is to download the driver from github. Do so by entering the following command in a terminal:
This should download the driver files to a folder named 'elgato-gchd' within your 'Home' folder.
Preparation - Part two: Obtaining the Elgato firmwareElgato game capture hd update

Elgato Game Capture Hd Drivers Download


The next step is a bit tricky, as it involved extracting the propriatary Elgato firmware from the official Mac driver. But if you follow the instructions carefully, it will be a quick and easy exercise.
  1. Download the Mac version of the official Elgato Game Capture HD driver, version 2.0.3. (direct link to the driver). To download it to your home folder using the command line, enter the following in the terminal:
  2. Uncompress the downloaded Mac driver image by entering the following command in a terminal in the folder where the driver file is located:
  3. Mount the uncompressed image by entering the following commands:
  4. Create a directory for the firmware (/usr/local/lib/firmware/gchd). You can do this by entering the following in the terminal:
  5. Copy the files named 'mb86h57_h58_idle.bin', 'mb86h57_h58_enc_h.bin', 'mb86m01_assp_nsec_idle.bin', and 'mb86m01_assp_nsec_enc_h.bin' from the folder '/tmp/dmg/Game Capture HD.app/Contents/Resources/Firmware/Beddo/' to the folder '/usr/local/lib/firmware/gchd'. You can do this by entering the following in the terminal:
  6. Open up the file manager and navigate to the folder tmp/dmg/Game Capture HD.app/Contents/Resources/Firmware/Beddo/
  7. Copy the files named 'mb86h57_h58_idle.bin', 'mb86h57_h58_enc_h.bin', 'mb86m01_assp_nsec_idle.bin', and 'mb86m01_assp_nsec_enc_h.bin' within this folder.
  8. Paste the four files into the empty 'firmware' folder of the Linux driver that you downloaded in Part one. That folder should be located at $HOME/elgato-gchd/firmware/
Installation: Compiling the driver
Finally, with all the files in the right places, we are ready to compile the driver. This is done through the terminal.
  1. Navigate to the elgato-gchd folder:
  2. Create a directoy named 'build' and navigate to it:
  3. Run CMake from inside the build directory to setup the make environment and compile the driver (the space two dots after the 'cmake' commande have to be included!):
If this process completes without error the driver should be ready for use. If there is an error, that is likely because either (a) you did not install the dependencies and build tools or (b) you didn't extract the firmware from the Mac driver correctly.
Starting (and stopping) the driver
Before starting the driver you will first need to plug in your Elgato Game Capture HD. Then open a terminal and navigate to the folder where the driver executable is located:
To start the driver, you must run the following command:Elgato Game Capture Hd Driver
PS: It is important that you leave this terminal openwhen the driver is running. If not, the driver will be terminated.
The driver should autodetect the signal received. If it does not, or if the colors are off, you might need to tell the driver what resolution and color mode you want to capture. Read the driver's README for more information about this (available on the driver's GitHub page)
The Video Output and How to Use It
When the driver is running, it streams the video captured to a FIFO pipe (a virtual file) which is located here:
Since this is a virtual file it will not grow. You need to use another piece of software to actually view, record or stream the captured video. For just viewing the video you can use VLC. To record or stream you can use OBS Studio.
Please note that the driver does not properly 'kick in' before you open the /tmp/elgato-gchd.ts with an application. It may therefore take a few seconds from opening it until you actually see video output.Elgato
GameWhen you are done using the driver, close the /tmp/elgato-gchd.ts file. Then stop the terminal where the driver is running by pressing 'Ctrl + C' on your keyboard. Please wait for the driver to successfully terminate. The driver is resetting your device, it may take a while (30 seconds). If you interrupt this step, it will leave your device in an undefined state and you will need to manually reset your device by reconnecting it.

Elgato Game Capture Hd Driver Download

Adding the Elgato Game Capture HD to OBS Studio on Linux
This final part of the guide will describe how you can add the driver's output to OBS Studio, so that you can stream and/or capture it.
  1. Install obs-studio (if you don't already have it) by entering the following commands into a terminal:
  2. After the installation completes, open OBS.
  3. Click the '+'-button under the 'Sources' list and choose 'Media Source'.
  4. Enter whatever name you'd like in the window that opens (for example: 'Elgato') and click 'OK'.
  5. Check the 'local file' checkbox (leave all other checkboxed unchecked), and clickl 'Browse'.
  6. Find and select the /tmp/elgato-gchd.ts file and click 'Open', and then Ok. You should now be back to the OBS main screen and your video should be showing up in the preview window within a few seconds.
Troubleshooting/common issues:

Elgato Game Capture Hd Driver Windows 10

  • If you experience problems, first try to stop the driver (if necessary by force closing the terminal window) and unplug your Elgato Game Capture HD from your computer. Then plug it back in to reset it, and restart the driver.
Further resourcesElgato Game Capture Hd Driver