home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14203 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  1.3 KB

  1. Path: sparky!uunet!topaz.bds.com!topaz.bds.com!ron
  2. From: ron@topaz.bds.com (Ron Natalie)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Framegrabber for series 700
  5. Date: 17 Dec 1992 21:01:53 GMT
  6. Organization: BDS Systems
  7. Lines: 16
  8. Distribution: world
  9. Message-ID: <1gqps1INNps9@topaz.bds.com>
  10. References: <1992Dec17.194331.18972@murdoch.acc.Virginia.EDU>
  11. NNTP-Posting-Host: topaz.bds.com
  12.  
  13. We've got the Raster Ops/HP VideoLive card.  If you're only intersted
  14. in grabbing single frames it works quite nicely.  It plugs into the EISA
  15. slot and interposes itself between the monitor and the HP graphics adapter
  16. (it has a cable that has three BNC plugs and three BNC sockets on it).
  17. It has another cable with BNC's for the input (either RGB or composite).
  18.  
  19. It is controlled via the X Video extension.  You tell it to start putting
  20. video on the screen and it frobs the video coming from the graphics adapter
  21. to superimpose the live video over the top of where you have created a
  22. blank X Window).  You can then tell it to capture a frame and use XGetImage
  23. to retrieve it.  It was a days work to write the code to do this in our
  24. Imaging application, and this was despite the fact that we had this prerelease
  25. and had no documentation or working example software.  HP now has both an
  26. X Client to grab frames and write them to (I think TIFF) files.
  27.  
  28. -Ron
  29.