Skip to content

Commit c029ba2

Browse files
authored
Update windows driver usage, and MS2130 link
1 parent 11727ce commit c029ba2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="assets/hardware-images/MISRC_V1.5_Tang_Nano_20k_Sony_ILCE-7RM3_2024.10.21_03.14.08-Small.png" width="600" height="" />
66
</picture>
77

8-
> V1.5 with Tang Nano 20k on the FX3 to Tang adapter PCB.
8+
> V1.5 with Tang Nano 20k on the FX3 to Tang adaptor PCB.
99
1010

1111
## Description
@@ -80,10 +80,10 @@ Possible capture examples:
8080
> These are off-shelf PCBs and USB 3.0 devices that you add to the MISRC PCB.
8181
8282
- [Tang Nano 20k](https://s.click.aliexpress.com/e/_DcwBOX3) - buffer / data output over HDMI.
83-
- [MS2130](https://s.click.aliexpress.com/e/_DBaBiOp) - HDMI raw data stream capture.
83+
- [MS2130](http://en.macrosilicon.com/info.asp?base_id=2&third_id=75) [Order Link 1](https://s.click.aliexpress.com/e/_DBaBiOp) / [Order Link 2](https://s.click.aliexpress.com/e/_okDl2Vf) - HDMI raw data stream capture.
8484

8585
> [!TIP]
86-
> You can order pre-made [adapter PCBs here](https://ko-fi.com/s/617b72ab2c) for V1.5 boards with the headders for the FX3.
86+
> You can order pre-made [adaptor PCBs here](https://ko-fi.com/s/617b72ab2c) for V1.5 boards with the headders for the FX3.
8787
8888

8989
# Software & Firmware
@@ -118,7 +118,7 @@ To build hsdaoh:
118118
sudo make install
119119
sudo ldconfig
120120

121-
To be able to access the USB device as non-root, the udev rules need to be installed (either use -DINSTALL_UDEV_RULES=ON or manually copy hsdaoh.rules to /etc/udev/rules.d/).
121+
To be able to access the USB device as non-root, the udev rules need to be installed (either use -DINSTALL_UDEV_RULES=ON or manually copy hsdaoh rules to /etc/udev/rules.d/).
122122

123123
Before being able to use the device as a non-root user, the udev rules need to be reloaded:
124124

@@ -144,7 +144,14 @@ If you haven't already been a member, you need to logout and login again for the
144144

145145
**Currently, this is highly experimental, noted here for testing and is not production implimented yet!**
146146

147-
Firstly download [Zadig](https://zadig.akeo.ie/) to force the installation of `WinUSB` driver on your MS2130/MS2131 adapter.
147+
Firstly download [Zadig](https://zadig.akeo.ie/)
148+
149+
Force the installation of `WinUSB (v6.1.7600.16385)` or `libusb-win32 (v1.2.6.0)` on your MS2130/MS2131 adapter, on `interface 0` leave `interface 4` alone.
150+
151+
```
152+
Interface 0 - USB Video
153+
Interface 4 - HIDDevice
154+
```
148155

149156
Install MSYS2 (https://www.msys2.org/)
150157

@@ -270,7 +277,7 @@ You have flashed your Tang Nano 20k!
270277

271278
---------
272279

273-
`misrc_capture` is a simple program to capture from MISRC using [hsdaoh](https://github.com/Stefan-Olt/hsdaoh) to which levrages data capture over HDMI with [MS2130](https://s.click.aliexpress.com/e/_DBaBiOp) "U3" cheep HDMI capture cards that have YUV support.
280+
`misrc_capture` is a simple program to capture from MISRC using [hsdaoh](https://github.com/Stefan-Olt/hsdaoh) to which leverages data capture over HDMI with [MS2130](https://s.click.aliexpress.com/e/_DBaBiOp) "U3" cheep HDMI capture cards that have YUV support.
274281

275282
Create a folder which you wish to capture inside, open it inside terminal and then run `misrc_capture`.
276283

0 commit comments

Comments
 (0)