-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Probably best to start with python and something like pygtk or pyqt. You'll probably want to use pyserial for talking to the HDMI2USB board.
UI could look something like this;
/----------------------------------------------\
| HDMI2USB Controller [X][_] |
+----------------------------------------------+
| Input 1: 1024x768 @ 60 Hz |
+----------------------------------------------+
| Input 2: 1024x768 @ 60 Hz |
+----------------------------------------------+
| Output 1 |
| +---------+ +---------+ +---------+ +-----+ |
| | Input 1 | | Input 2 | | Pattern | | Off | |
| +---------+ +---------+ +---------+ +-----+ |
+----------------------------------------------+
| Output 1 |
| +---------+ +---------+ +---------+ +-----+ |
| | Input 1 | | Input 2 | | Pattern | | Off | |
| +---------+ +---------+ +---------+ +-----+ |
+----------------------------------------------+
| USB Capture |
| +---------+ +---------+ +---------+ +-----+ |
| | Input 1 | | Input 2 | | Pattern | | Off | |
| +---------+ +---------+ +---------+ +-----+ |
+----------------------------------------------+
| Debug Terminal |
| +------------------------------------------+ |
| | HDMI2USB> | |
| | | |
| +------------------------------------------+ |
+----------------------------------------------+