Tangentially related: This uses a HDMI-to-USB video capture device, which is great (I did not know they were that cheap and have ordered 2:]), but does anyone happen to know of a cheap VGA-to-USB capture device? I'm having a surprising amount of trouble turning one up, for all that I would expect them to be at least as easy to procure. (I'm interested in hacking together cheap lights out management for an assortment of oldish computers; emulating USB input devices with a microcontroller is easy, so if I could get VGA I could trivially remote control 10-15 years of computers. Unfortunately, somehow all of the "Pi LoM" projects I can find require HDMI.)
The HDMI to USB dongle (video encoder) usually is a wrapped MS2109 chip, you also want VGA to HDMI which is an ADC + HDMI transmitter, something like MS9282.
I guess it would be difficult to find a dongle that happen to have both chips, so the easiest way would be get a VGA to HDMI and plug it to the HDMI to USB encoder.
I've found good use of VGA to HDMI adapters combined with the HDMI to USB dongle. I know it's not an ideal solution, but it was the quickest and dirtiest solution I could come up with in a pinch.
Walmart[1] seems to have the VGA to HDMI adapters tucked in with the video stuff. I've also noticed they now carry the HDMI-USB adapters, branded Vivitar, for roughly $20 in the camera gear.
[1] I live in rural NY where Amazon Prime is impractical (4-5 day shipping via Prime) and my only local retail is a Walmart, so I keep an eye on what's local to me if only because if I need it ASAP...
Those dirt-cheap HDMI capture cards are surprisingly useful.
How good are they with respecting content protection flags?
I've thought about getting one for a weekend project, but very occasionally my AppleTV lies to me that it can't play my own home videos because my TV doesn't support DRM. So I'm uneasy about buying a piece of gear only to find out later that it's flaky in the same way.
You can do composite to USB easily enough with a $10 adapter, no reason to believe VGA is fundamentally more difficult to capture. Well, not because it is analog anyway. The real difficulty is that there are ton of modes you'd have to be able to detect and support.
Why would you not just use one of the dozens of KVM-over-IP devices on the market? Or if you want to run it over a USB connection look for a "crash cart" device.
This is a solved problem space. There is no case in which you would save money by doing this, even if your time was worthless. If the PCs are old enough you'd probably want PS/2 rather than USB. For the same reason people do not build their own mobile phones.
Not OP but the KVM-over-IP devices I've seen work on multicast and thus are pretty terrible for network performance unless you have managed switches with packet inspection. They also don't play well with many WiFi access points too.
I've not seen any KVMs that work via unicast for < £100. Whereas you can easily get a HDMI capture device plus VGA to HDMI adapter for < £100.
If you know of any KVMs that don't use multicast then I'd be interested to know because I've been looking to move my CCTV display.
All the options I can immediately find seem to be hundreds of dollars and still usually need HDMI. Could you point me at a specific model or at least vendor I should be looking at?
Somebody was getting rid of a Macintosh Classic that had a broken neck on the display tube. I built it in to a small tower case that was common in the early '90s and connected it to a TTL monitor using a 74LS14, which I think I learned about from the "Macintosh Repair & Upgrade Secrets" book. We used to call those Hackintoshes back then ;)
Could you get color? The original Quickdraw APIs (from 128->Plus ROMs) all had library that supported a handful of primary colors, but I was never certain if there was any hardware (pre-Mac II) that could actually do anything with color.
No, this just adjusted the video levels to TTL - and you had to adjust the frequencies of the monitor since the Hercules HSync/VSync frequencies were not exactly what the original Macs generated.
The QuickDraw source code (https://computerhistory.org/blog/macpaint-and-quickdraw-sour...) definitely has some color support, I think the CHM version source code is for an early version used in monochrome Macs (but there's no version number or date given).
Very cool. I was excited to try it until I saw you have to tap into the CRT cable bundle inside the Mac case. Actually, I think I'm still excited to try it — I need to recap my old Mac Plus and might as well make the hardware mod then.
(Debating whether to add a clean rear connector for the "video out" rather than the wires hanging out like in the article … it would require drilling a hole in the case.)
I'm surprised those video wires did not need to be shielded.
Flustered me would run a Mac emulator on modern hardware, capture the display that way. I know that's cheating though.
Walmart[1] seems to have the VGA to HDMI adapters tucked in with the video stuff. I've also noticed they now carry the HDMI-USB adapters, branded Vivitar, for roughly $20 in the camera gear.
[1] I live in rural NY where Amazon Prime is impractical (4-5 day shipping via Prime) and my only local retail is a Walmart, so I keep an eye on what's local to me if only because if I need it ASAP...
https://digilent.com/reference/test-and-measurement/digital-...
Also, most logic analyzers don't work with VGA since it's an analog protocol.
There is a Raspberry Pi HDMI-to-CSI capture card now that presumably uses the same or similar chip:
https://www.waveshare.com/wiki/HDMI_to_CSI_Adapter
(The Pi Hut have it)
How good are they with respecting content protection flags?
I've thought about getting one for a weekend project, but very occasionally my AppleTV lies to me that it can't play my own home videos because my TV doesn't support DRM. So I'm uneasy about buying a piece of gear only to find out later that it's flaky in the same way.
You might be able to find a used Epiphan VGA2USB for not much money.
i don’t think you can just do vga to usb as it’s analog to digital isn’t it?
This is a solved problem space. There is no case in which you would save money by doing this, even if your time was worthless. If the PCs are old enough you'd probably want PS/2 rather than USB. For the same reason people do not build their own mobile phones.
I've not seen any KVMs that work via unicast for < £100. Whereas you can easily get a HDMI capture device plus VGA to HDMI adapter for < £100.
If you know of any KVMs that don't use multicast then I'd be interested to know because I've been looking to move my CCTV display.
Building such an adapter is described on p. 168/169 in https://vintageapple.org/macbooks/pdf/Macintosh_Repair_&_Upg... and there's a thread on a projector adapter at https://tinkerdifferent.com/threads/compact-mac-video-adapte...
Great to see that this approach is still useful today!
The QuickDraw source code (https://computerhistory.org/blog/macpaint-and-quickdraw-sour...) definitely has some color support, I think the CHM version source code is for an early version used in monochrome Macs (but there's no version number or date given).
(Debating whether to add a clean rear connector for the "video out" rather than the wires hanging out like in the article … it would require drilling a hole in the case.)
I'm surprised those video wires did not need to be shielded.
Flustered me would run a Mac emulator on modern hardware, capture the display that way. I know that's cheating though.