home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / multimed / 2203 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.5 KB  |  61 lines

  1. Newsgroups: comp.multimedia
  2. Path: sparky!uunet!usc!sdd.hp.com!mips!darwin.sura.net!news.udel.edu!brahms.udel.edu!stabosz
  3. From: stabosz@brahms.udel.edu (Rae Stabosz)
  4. Subject: Help: New Media Graphics Super Video Overlay Card
  5. Message-ID: <BrrA24.3ED@news.udel.edu>
  6. Sender: usenet@news.udel.edu
  7. Nntp-Posting-Host: brahms.udel.edu
  8. Organization: University of Delaware
  9. Date: Tue, 21 Jul 1992 20:25:15 GMT
  10. Lines: 49
  11.  
  12. Help please.  I'm trying to write the simplest Hello World program in  
  13. TookBook v1.53 with MCI Extensions running under Multimedia Windows 3.1.
  14. I want to write a little script to wake up my Pioneer LD-V8000 videodisc player
  15. and play a disc using the New Media Graphics Super Video Windows Overlay card
  16. that I've got installed in my Zenith 386/20.  
  17.  
  18. When we installed the overlay card in Windows, we used Setup, Drivers
  19. option, and did a regular install off the floppy disk which contained
  20. the oemsetup.inf & the driver for the card, which is svwmci.drv.  The
  21. svwmmi driver in not configurable from Setup, but from its own software
  22. configuration program, vconfig.exe.  In vconfig we specified as a 
  23. videodisc driver mcivpion.drv, an mci driver for the
  24. Pioneer which we obtained elsewhere.  (We also tried specifying
  25. pnr4200.drv, the driver that came with the overlay card.  Didn't
  26. seem right to specify a non-mci driver though if we wanted to use
  27. the mci hooks.) We set it for Source=laserdisc, com1 port, and 9600
  28. baud, all of which is as it should be.
  29.  
  30. Under [mci] in system.ini we've got overlay=svwmci.drv, and
  31. videodisc=mcivpion.drv com1: 9600.  The overlay entry was created
  32. by Setup, the videodisc entry we entered by hand due to having no
  33. oemsetup.inf for the Pioneer mci driver.
  34.  
  35. I'm using the tbkMCI function to call various commands from the mci
  36. command set in ToolBook.  I'm using sysERRORnumber after each mci
  37. command call to check errors.  I can get it to say that it is opening
  38. the videodisc or the overlay, and it does wake up the videodisc some
  39. of the time.  Most of the time though, immediately after I
  40.  
  41. get tbkMCI("open videodisc shareable","")
  42.  
  43. I get a message saying Operation failed.  Improper laserdisc DLL for
  44. Source1 overlay.
  45.  
  46. There's a video.ini file which has under [Sources] Source1=Laserdisc.
  47. And under [Source1] it has Signal-NTSC, Active=YES, Control=COM1:, and
  48. DLL=mcivpion.drv.
  49.  
  50. Is anybody kind enough to look through all this & offer some advice?
  51. It should not be that hard to make the overlay board show the video.
  52. New Media Graphics is trying to help but they are not a lot of help.
  53.  
  54. Rae
  55.  
  56. Distribution: 
  57. Organization: University of Delaware
  58. Keywords: 
  59.  
  60.  
  61.