NVCAP.INF Driver File Contents (V3800_Deluxe_VideoIn_VideoOut.zip)

; nvcap.INF  -- This file installs nvcap.sys   
;
; Created 11.Nov.97  (Creation Date)
; Updated 16.Dec.97
; Updated 16.Mar.98
; Updated 17.Jun.98
; Updated 01.Okt.98
; Updated Jun21,2000	Cheehoi
; Updated 2-6-2001	Customization for Asus

[Version]
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%MS%
LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
DriverVer = 09/09/2002, 1.1.9
;CatalogFile=NVCAP.CAT

[DestinationDirs]
nvcap.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
nvcap.CopyCodec=11

[SourceDisksNames]
1=%Disk1Name%,,,%10%

[SourceDisksFiles]
nvcap.sys=1,system32\drivers

[Manufacturer]
%MS%=MS

[MS]
%nvcap.DeviceDesc%=nvcap.Device,DISPLAY\nvcap
;------------------------------------------------------------------------------->>>>>

[nvcap.Device]
Include  =  ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation
AddReg   =  nvcap.AddReg
UpdateInis= nvcap.UpdateIni
CopyFiles=  nvcap.CopyDrivers, nvcap.CopyCodec
DelFiles =  nvcap.DelDrivers
KnownFiles= nvcap.KnownFiles

[nvcap.Device.NT]
Include  =  ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg   =  nvcap.AddReg
UpdateInis= nvcap.UpdateIni
CopyFiles=  nvcap.CopyDrivers, nvcap.CopyCodec
DelFiles =  nvcap.DelDrivers


[nvcap.CopyDrivers]
;nvcap.sys
stream.sys

[nvcap.CopyCodec]
msyuv.dll

[nvcap.UpdateIni]
system.ini, drivers32,,"VIDC.UYVY=msyuv.dll"

[nvcap.KnownFiles]
nvcap.sys=safe

[nvcap.DelDrivers]


;---------------------------------------------------------------
; Decoder related values
; All values in the decoder key and subkeys are string values
;---------------------------------------------------------------
[nvcap.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,nvcap.sys
HKR,,PhilComp,,VIN0	   ; input sel for ext. tuner (philips) design 		
HKR,,PhilTuner,,VIN0
HKR,,PhilSVideo,,VIN6
HKR,,AIOComp,,VIN3	   ; input sel for all-in-1  
HKR,,AIOTuner,,VIN1	   
HKR,,AIOSVideo,,VIN6
HKR,,VPXComp,,VIN2	   ; input sel for ext. tuner (micronas) design  
HKR,,VPXTuner,,VIN1
HKR,,VPXSVideo,,VIN3
HKR,,DefaultIn,,Tuner
HKR,,ExtSwitch,,TRUE
HKR,,Manufacturer,,ASUS
HKR,,Address,,0x4a         ; I2C address only important if
                           ; VideoDecoder != AUTO
HKR,,InterfaceType,,D1     ; "D1" (8 bit) or "DMSD16" (16 bit)
HKR,,VideoDecoder,,AUTO    ; "SAA7111", "SAA7111A", "SAA7112V0",
                           ; "SAA7112", "SAA7113V0", "SAA7113",
                           ; "SAA7113A", "SAA7114", "AUTO"
HKR,,VideoStandard,,NTSC   ; "NTSC", "PAL", "SECAM",
                           ; "NTSC_433_50", "NTSC_433_60",
                           ; "NTSC_N", "PAL_433_60", "PAL_N",
                           ; "PAL_M", "AUTO"
HKR,,OutputFormat,,CCIR656 ; "YUV422", "YUV411", "YUV420",
                           ; "YUV410", "YUV9", "RGB565",
                           ; "RGB888", "CCIR656"
HKR,,VBIMode,,RAW          ; "RAW", "BASEBAND" (optinal)
HKR,,VBILineWidth,,720     ; only needed if VBIMode used
HKR,,VBILineOffset,,0      ; only needed if VBIMode used
HKR,,EnableSlicer,,0       ; Enable slicer if it is present
HKR,,Oversample,,4         ; 4..Use Philips 27MHz Frequency
                           ; 5..Use 5x for old Microsoft CC- & NABTS Codecs

;---------------------------------------------------------------
; Subkey for VidComp
;---------------------------------------------------------------
HKR,VidComp,NumCmd,,0

;---------------------------------------------------------------
; Subkey for VidSVid
;---------------------------------------------------------------
HKR,VidSVid,NumCmd,,0

;---------------------------------------------------------------
; Subkey for VidTuner
;---------------------------------------------------------------
HKR,VidTuner,NumCmd,,0

;---------------------------------------------------------------
; Subkey for AudTuner
;---------------------------------------------------------------
HKR,AudTuner,NumCmd,,3
HKR,AudTuner,Cmd0,,W/82/8/cf
HKR,AudTuner,Cmd1,,W/82/0/fe
HKR,AudTuner,Cmd2,,W/82/1/fe

;---------------------------------------------------------------
; Subkey for AudLineIn
;---------------------------------------------------------------
HKR,AudLineIn,NumCmd,,1
HKR,AudLineIn,Cmd0,,W/82/8/ce

;---------------------------------------------------------------
; Subkey for AudMute
;---------------------------------------------------------------
HKR,AudMute,NumCmd,,1
HKR,AudMute,Cmd0,,W/b4/6/18

;---------------------------------------------------------------
; Subkey for AudUnMute
;---------------------------------------------------------------
HKR,AudUnMute,NumCmd,,1
HKR,AudUnMute,Cmd0,,W/b4/6/40

;---------------------------------------------------------------
; Subkey for board customization
;---------------------------------------------------------------
HKR,Custom,NumCmd,,2
HKR,Custom,Cmd0,,W/82/2/f6
HKR,Custom,Cmd1,,W/82/3/f6

;---------------------------------------------------------------
; Subkey for video source 1
;---------------------------------------------------------------
HKR,VidSrc1,InputMode,,0
HKR,VidSrc1,SourceType,,VCR
HKR,VidSrc1,VideoType,,Composite
HKR,VidSrc1,ScalerFID,,DEFAULT
HKR,VidSrc1,ScalerMode,,DEFAULT

;---------------------------------------------------------------
; Subkey for video source 2
;---------------------------------------------------------------
HKR,VidSrc2,InputMode,,0
HKR,VidSrc2,SourceType,,TV
HKR,VidSrc2,VideoType,,Tuner
HKR,VidSrc2,ScalerFID,,DEFAULT
HKR,VidSrc2,ScalerMode,,DEFAULT

;---------------------------------------------------------------
; Subkey for video source 3
;---------------------------------------------------------------
HKR,VidSrc3,InputMode,,6
HKR,VidSrc3,SourceType,,VCR
HKR,VidSrc3,VideoType,,SVHS
HKR,VidSrc3,ScalerFID,,DEFAULT
HKR,VidSrc3,ScalerMode,,DEFAULT

;---------------------------------------------------------------
; Subkey Description for video sources (optional)
;---------------------------------------------------------------
; Subkeyname   : "VidSrcX" -> X = number of input
; InputMode    : Decoder input mode for video source ("0" to "9")
; SourceType   : "Camera", "TV", "VCR"
; VideoType    : "Tuner", "Composite", "SVHS", "Extern_1"
; ScalerFID    : "DEFAULT", "INVERT" (optional) 
; ScalerMode   : "DEFAULT", "HIGH_BANDWIDTH", "LOW_BANDWIDTH" (optional) 

;---------------------------------------------------------------
; Subkey Description for teletext sources (optional)
;---------------------------------------------------------------
; Subkeyname   : "TelSrcX" -> X = number of input
; InputType    : "INTERNAL", ""EXTERNAL_1"

;---------------------------------------------------------------
; Subkey example for teletext source (optional)
;---------------------------------------------------------------
; HKR,TelSrc1,InputType,,INTERNAL

;---------------------------------------------------------------
; Subkey Description for default values (optional)
;---------------------------------------------------------------
; Subkeyname: "DefaultSaa7111" for defaults of Saa7111
;             "DefaultSaa7111A" for defaults of Saa7111A
;             "DefaultSaa7112V0" for defaults of Saa7112V0
;             "DefaultSaa7112" for defaults of Saa7112
;             "DefaultSaa7113V0" for defaults of Saa7113V0
;             "DefaultSaa7113" for defaults of Saa7113
;             "DefaultSaa7113A" for defaults of Saa7113A
;             "DefaultSaa7114" for defaults of Saa7114
; Reg0xXXX  : Value of register 0xXXX (hex) overwriting the
;             value in the hardcoded default array. The register
;             number in the key must be hex with leading 0x and
;             must contain 3 digits!

;---------------------------------------------------------------
; Subkey for default values for the Saa7113
; The hardcoded default value 0x82 of register 0x40 is replaced
; with 0x02 which is necessary for PAL
;---------------------------------------------------------------
HKR,DefaultSaa7113,Reg0x040,,0x02
HKR,DefaultSaa7113V0,Reg0x040,,0x02

;---------------------------------------------------------------
; Subkey for default values for the Saa7114
; The hardcoded default value 0x00 of register 0x80 is replaced
; with 0x10 which is necessary for NTSC sliced data interface
;---------------------------------------------------------------
;HKR,DefaultSaa7114,Reg0x080,,0x40  ;only when EnableSlicer=1 !!!

;---------------------------------------------------------------
; End of decoder related values
;---------------------------------------------------------------

[nvcap.Device.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,

[nvcap.Device.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%nvcap.Capture%
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%nvcap.Crossbar%

[nvcap.Device.NT.Services]
AddService = nvcap,0x00000002,nvcap.ServiceInstall

[nvcap.ServiceInstall]
DisplayName   = %nvcap.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\nvcap.sys

;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]
;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1

;----------------
; Localizable
;----------------
Msft               = "nVidia Corporation"
MS                 = "nVidia"
captureClassName   = "Sound, video and game controllers"
nvcap.DeviceDesc = "nVidia WDM Video Capture (universal)"
nvcap.Capture    = "nVidia WDM Video Capture (universal)"
nvcap.Crossbar   = "nVidia WDM Video Crossbar (universal)"
Disk1Name        = "nVidia WDM Drivers Disk 1"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.58