First post, by FalconFour
I imagine most folks think "Video capture? ISA bus? That cannot be possible, there is no way". Well, it's been my recent itch to dig deep into this and find out about the companies that did, in fact, make it happen. First, I went DEEP down a rabbit hole in discovering and fully documenting the LifeView Video II from 1992 and its companion card, the LifeView Tuner I (yes, that makes it a TV tuner that comes in two cards!). Once that path was fully paved, I came upon a monster card that combines the two:
The Hauppauge! Win/TV Celebrity.
(The slash in Win/TV matters - you'll soon find why)
This card was... only loosely known to the internet. A strange, broken website - as if forgotten by the web devs - existed that contained its manual, but all the software was broken: https://hauppage.com/html/software.html (note the misspelled "hauppage" domain - strange, but seemingly real) - live still today (April 2026). The links for software only go to a long-dead FTP server, but the manual was still present. The manual went a long way to describing how one would use the hardware and software (jumper settings, in particular) worked. But it described software that only existed on floppies.
As I dug further down the rabbit hole, I found that in this era of Hauppauge's history, it was as if they were tossing a stack of datasheets in the air, seeing where they landed, and then building chips around what-landed-whereever. Each individual different product had a custom-compiled version of the "Win/TV" software to go with it, tuned specifically to work with that specific chipset. Filenames were shared (e.g. "PCVIDEO.DLL" for different boards, living in the Windows\System folder), applications expected to configure the board directly (without a HAL driver), 16-bit and 32-bit differences, etc... it was a complete jungle to parse through.
Ultimately, I found that the software known as "Win/TV" went along with the products branded as "Win/TV", with the change to "WinTV" signifying a shift to more standards- and drivers-based architecture (using a driver for overlay video and capture, instead of directly controlling the chip). They also went HARD directly into the PCI era, completely abandoning the ISA cards in all software support. Thus, it has been near-impossible to find the software. No archive of their FTP existed anywhere - the files were lost (except for one copy found on a German driver DVD).
That's where I sent off a "hail mary" email to Hauppauge support. They actually HAD the files, and emailed me a copy of the contents of the "celeb" folder from their long-lost FTP. It had everything that was missing from the site. That's attached here!
My card was just a bare card - no "dongle" to connect the VGA pass-thru. After a few hours of note-taking and probing around the board with a multimeter, looking up datasheets of the associated chips, I was able to piece together the VGA input for overlay. Then came the software -> get the software working -> get tuner displayed on screen. Lastly, more probing led to finding the audio and video input/output pins, and I had the whole system working.
However, even with that - the support FTP was incomplete. No capture driver (for VFW) exists. The software is display-only; you can operate the card, capture individual frames (with the capture-to-clipboard function), but you can't do the video-capture function the manual describes... without the VfW driver specifically made for this card. (Some other capture drivers for cards like the CinemaPro were found - but they work with the CinemaPro PnP card, not the Celebrity!)
So, tossing this out there partly to show that yes, ISA video capture did exist and it's a wild west - and partly to see if anyone happens to have Hauppauge floppies sitting around that they figured _must_ already exist on Internet Archive... no, trust me, they do not. Having exhausted every possible search for every Hauppauge driver media I could - that's the dead end. If it exists on CD, it's newer than this card (and doesn't support it). Every floppy that exists as of this writing has been checked. So, if there are folks out there with a floppy collection, maybe check for a Hauppauge floppy set - you might have the only copy of software that exists for this thing 😀 I wonder if I might be able to see VfW video capture actually working on this thing some day...