You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
9
9
10
10
11
11
## Description
@@ -80,10 +80,10 @@ Possible capture examples:
80
80
> These are off-shelf PCBs and USB 3.0 devices that you add to the MISRC PCB.
81
81
82
82
-[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.
84
84
85
85
> [!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.
87
87
88
88
89
89
# Software & Firmware
@@ -118,7 +118,7 @@ To build hsdaoh:
118
118
sudo make install
119
119
sudo ldconfig
120
120
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 hsdaohrules to /etc/udev/rules.d/).
122
122
123
123
Before being able to use the device as a non-root user, the udev rules need to be reloaded:
124
124
@@ -144,7 +144,14 @@ If you haven't already been a member, you need to logout and login again for the
144
144
145
145
**Currently, this is highly experimental, noted here for testing and is not production implimented yet!**
146
146
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
+
```
148
155
149
156
Install MSYS2 (https://www.msys2.org/)
150
157
@@ -270,7 +277,7 @@ You have flashed your Tang Nano 20k!
270
277
271
278
---------
272
279
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.
274
281
275
282
Create a folder which you wish to capture inside, open it inside terminal and then run `misrc_capture`.
0 commit comments