;
; 713xCap.INF -- This file contains installation information for 713xCap,
; A WDM capture driver that requires SAA7130 hardware
;
; Copyright (C) ELSA Japan Inc.
;
;*** Created 03/10/2003 (Creation Date)
;
[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%ELSA%
;CatalogFile=713xCap.cat
DriverVer=06/06/2003, 1.0.0.9
[Manufacturer]
%ELSA%=713XCAP_DeviceDesc
[DestinationDirs]
713XCap.CopyDrivers=10,system32\drivers
DefaultDestDirs=10,system32\drivers
713XCap.CopyFiles=11
[SourceDisksNames]
1=%Disk1%,,,""
[713XCAP_DeviceDesc]
%713XCAP.DeviceDesc%=713XCAP.Device, PCI\VEN_1131&DEV_7130&SUBSYS_226D1048
[713XCAP.Device]
Include= ks.inf, kscaptur.inf, ksfilter.inf
Needs= KS.Registration,KSCAPTUR.Registration
AddReg= 713XCAP.AddReg
CopyFiles= 713XCAP.CopyDrivers
[713XCAP.Device.NT]
Include= ks.inf, kscaptur.inf, ksfilter.inf
Needs= KS.Registration,KSCAPTUR.Registration.NT
AddReg= 713XCAP.AddReg
CopyFiles= 713XCAP.CopyDrivers
[713XCAP.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,713xCap.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
; for YC Para SA 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17
HKR,"DriverData","YC", 0x00000001, 0x00, 0x1F, 0x01, 0x81, 0x24, 0x36, 0x36, 0x00, 0x0A, 0x55, 0x24, 0x00, 0x38, 0xA0, 0x05, 0x08, 0x44, 0x00, 0x08, 0xD2, 0xF8, 0x53, 0xE0, 0x00, 0x08
; for VBI Para
HKR,"DriverData","VBI_GAOF", 0x00000001, 0x40, 0x90 ; GAIN OFFSET
HKR,"DriverData","VBI_RXSC", 0x00000001, 0x01, 0xE3 ; Scaling ratio
; for First Capture Field
HKR,"DriverData","FIELD", 0x00000001, 0x01 ; 0x00=Bottom First 0x01=Top First
; for PCI Latency Timer
HKR,"DriverData","LATENCY_TIMER", 0x00000001, 0x40 ;
[713XCAP.CopyDrivers]
;713xCap.sys
[713XCAP.Device.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
[713XCAP.Device.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
[VideoCapture]
AddReg=VideoCapture.AddReg
[VideoTvTuner]
AddReg=VideoTvTuner.AddReg
[VideoCrossbar]
AddReg=VideoXBar.AddReg
[VideoTvAudio]
AddReg=VideoTvAudio.AddReg
[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%713XCAP.Capture%
; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
[VideoTvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%713XCAP.TvTuner%
[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%713XCAP.Crossbar%
[VideoTvAudio.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%713XCAP.TvAudio%
[713XCAP.Device.NT.Services]
AddService = 713XCAP,0x00000002,713XCAP.ServiceInstall
[713XCAP.ServiceInstall]
DisplayName = %713XCAP.DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_AUTO_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\713xCap.sys
;---------------------------------------------------------------
; S t r i n g s
;---------------------------------------------------------------
[Strings]
;----------------
; Non-Localizable
;----------------
SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1
;----------------
; Localizable
;----------------
ELSA= "ELSA Japan Inc."
Disk1= "ELSA Japan Inc. EV400TV-PR Drivers"
713XCAP.DeviceDesc= "ELSA Japan Inc. EV400TV-PR WDM Capture Driver"
713XCAP.Capture= "ELSA Japan Inc. EV400TV-PR Capture"
713XCAP.TvTuner= "ELSA Japan Inc. EV400TV-PR TvTuner"
713XCAP.Crossbar= "ELSA Japan Inc. EV400TV-PR Crossbar"
713XCAP.TvAudio= "ELSA Japan Inc. EV400TV-PR TvAudio"
Download Driver Pack
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.