home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / SVIA.DO_ / SVIA.bin
Encoding:
Text File  |  1992-10-07  |  3.4 KB  |  104 lines

  1.  
  2.               Jovian SuperVIA video capture driver
  3.                    SVIA.EXE
  4.                   Oct 7, 1992
  5.  
  6. The SVIA driver is a revision 6.1 scanner driver (see REV6.DOC for more 
  7. information).  Using an NTSC signal, this driver provides resolutions from 
  8. 320x240 to 640x480.  Using PAL signals, it provides resolutions from 320x290 
  9. to 426x580.  All resolutions are 16 bit color.  The SVIA driver works with all 
  10. current ZSoft products.
  11.  
  12. You can run SVIA.EXE from your CONFIG.SYS, AUTOEXEC.BAT, other batch file, or 
  13. the DOS command line.  To manually add the device driver to your CONFIG.SYS, 
  14. use a text editor to type the entry as it appears below.
  15.  
  16. device=SVIA.EXE
  17.  
  18. Be sure to include a path if the scanner driver is not in your root directory. 
  19. Remember to include additional parameters when necessary.
  20.  
  21. This driver supports the following features:
  22.  
  23.     SVIA
  24.     ====
  25.     Brightness Settings    1-255
  26.     Hue Settings        1-255   (via Contrast control)
  27.     Saturation Settings    1-255   (via command line "/2")
  28.     Contrast Settings    0
  29.     Automatic Brightness    No
  30.     Automatic Contrast    No
  31.     Resolutions (NTSC)    320x240,320x480,426x240,426x480,640x480 (NTSC)
  32.     Resolutions (PAL)    320x290,320x580,426x290,426x580 (PAL)
  33.     Scan Modes        B&W, 8 bit gray scale, and 24 bit color
  34.     Halftones        none
  35.     Enhancements        none
  36.     Maximum Scan Area    full res for mode
  37.  
  38. The SVIA scanner driver's optional command line parameters are listed below:
  39.  
  40.     /Ax    = memory Address channel (0-7)
  41.     /Cx    = application Code (1-4)
  42.     /H     = display this Help text
  43.     /?     = display this help text
  44.     /Mxxxx = Memory address (hex value)
  45.     /U     = Unload driver
  46.     /V     = Verbose messages and status displays
  47.     /0     = Use PAL video mode
  48.     /1     = Micro Channel board
  49.     /2xxx  = Saturation (0-255)
  50.  
  51. See REV6.DOC for detailed information on the standard command line options.
  52.  
  53. Manufacturer's Notes
  54. ====================
  55.  
  56. Board addresses:
  57.  
  58.     /A0 = CC00H     (default is for SVIA.EXE to search for the board)
  59.     /A1 = D000H
  60.     /A2 = D400H
  61.     /A3 = D800H
  62.     /A4 = DC00H
  63.     /A5 = CE00H
  64.     /A6 = D200H
  65.     /A7 = C800H
  66.  
  67.  
  68. Currently, ZSoft applications have no provisions for directly controlling hue 
  69. and saturation levels.  The saturation level is set when the driver is loaded 
  70. and the hue level is set using the contrast controls within the application. 
  71.  
  72.  
  73. The Micro Channel version of the SuperVIA uses a slightly different method to 
  74. communicate with the software driver.  If you have a MicroChannel version, you 
  75. must add the "/1" parameter in order for the driver to operate properly. 
  76.  
  77.  
  78. Specify the address of the SuperVIA board as /A or /M to avoid any potential 
  79. conflicts with other software and/or hardware in your system.  If the /A or /M 
  80. parameters are not supplied, SVIA.EXE will search memory for the SuperVIA 
  81. board, possibly causing system conflicts.
  82.  
  83.  
  84. SVIA Messages
  85. =============
  86.  
  87.     'Supporting: Jovian SuperVIA'
  88.  
  89. This message is displayed upon successful initialization of the SuperVIA 
  90. hardward.  The name and model of the board will be displayed.
  91.  
  92.  
  93. SVIA Error Messages
  94. ===================
  95.  
  96.     'SuperVIA board not found'
  97.  
  98. This message is displayed at initialization time if the scanner driver cannot 
  99. successfully communicate with the SuperVIA hardware.  If you get this error, 
  100. check to make sure that the parameters specified with your device driver are 
  101. correct.  Also check to make sure that the SuperVIA hardware is properly 
  102. installed in your computer.
  103.  
  104.