└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | # HDMI2USB: Open video capture hardware + firmware 3 | 4 | [The HDMI2USB project develops affordable, open hardware 5 | options to record and stream HD videos (from HDMI & DisplayPort sources) for 6 | conferences, meetings and user groups](https://hdmi2usb.tv). 7 | 8 | The HDMI2USB project is part of the 9 | [TimVideos.us project](https://code.timvideos.us). 10 | 11 | ### Quicklinks 12 | 13 | * [Frequently asked questions about using a HDMI2USB device](https://hdmi2usb.tv/faq) 14 | 15 | * [HDMI2USB drivers](https://hdmi2usb.tv/drivers) 16 | 17 | * [Helping the HDMI2USB project](https://hdmi2usb.tv/early-adopter) 18 | 19 | * [Numato Opsis Hardware Developer Documentation](https://opsis.hdmi2usb.tv) 20 | 21 | * [Live Chat Channel](http://webchat.freenode.net/?channels=timvideos) 22 | 23 | ![HDMI2USB System Diagram](https://hdmi2usb.tv/img/hdmi2usb.png) 24 | 25 | ---- 26 | 27 | # Websites 28 | 29 | * The [HDMI2USB website](https://hdmi2usb.tv) can be found at https://hdmi2usb.tv 30 | 31 | *(The hdmi2usb* **.com** *and inogeni is* **not** *affiliated with our project.)* 32 | 33 | * The [HDMI2USB wiki](https://github.com/timvideos/HDMI2USB/wiki) can be found 34 | at https://github.com/timvideos/HDMI2USB/wiki 35 | 36 | **WARNING:** *The information in the wiki is mostly about the old jahanzeb 37 | firmware (which is no longer under active development).* 38 | 39 | # Code 40 | 41 | * The [actively developed HDMI2USB firmware](https://hdmi2usb.tv/firmware/) 42 | is called the "misoc firmware" and can be found in the 43 | [HDMI2USB-misoc-firmware](https://github.com/timvideos/HDMI2USB-misoc-firmware) 44 | repository. 45 | 46 | - Prebuilt binaries suitable for loading onto boards are available in the 47 | [HDMI2USB-firmware-prebuilt](https://github.com/timvideos/HDMI2USB-firmware-prebuilt) 48 | 49 | * The original (and **now obsolete**) firmware is called "jahanzeb firmware" and 50 | can be found in the 51 | [HDMI2USB-jahanzeb-firmware](https://github.com/timvideos/HDMI2USB-jahanzeb-firmware). 52 | 53 | 54 | # Hardware 55 | 56 | * The [Numato Opsis](https://hdmi2usb.tv/numato-opsis/) is the first HDMI2USB 57 | production board developed specifically for the HDMI2USB project. 58 | 59 | - The Opsis can be [purchased from Numato Labs](https://numato.com/product/numato-opsis-fpga-based-open-video-platform) 60 | 61 | - The **complete design** is Open Source and found in the 62 | [HDMI2USB-numato-opsis-hardware](https://github.com/timvideos/HDMI2USB-numato-opsis-hardware) 63 | repository. 64 | 65 | - ![Numato Opsis Picture](https://hdmi2usb.tv/img/numato-opsis.jpg) 66 | 67 | * The [Digilent Atlys](https://hdmi2usb.tv/digilent-atlys/) was the original 68 | prototyping platform for developing the HDMI2USB firmware. 69 | 70 | - The Atlys can be [purchased from Digilent](http://www.digilentinc.com/atlys/). 71 | 72 | - ![Digilent Atlys Picture](https://hdmi2usb.tv/img/digilent-atlys.jpg) 73 | --------------------------------------------------------------------------------