viacapture.INF Driver File Contents (CLE266-WDM-16-54-10.zip)

; INF file for VIA/S3G UniChrome IGP WinXP/2K WDM Driver.
; Copyright 2001-2004, VIA/S3 Graphics Inc.
; VIACAPTURE.INF  -- This file installs VIACAPTURE.sys for SAA7113

[Version]
CatalogFile=VIACAPTURE.cat
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Mfg%
DriverVer=07/13/2004, 6.14.10.5010-16.54.10

[DestinationDirs]
VIACAPTURE.CopyDrivers = 12  ; drivers

[SourceDisksNames]
1="VIA/S3G WDM Capture Driver Disk"," ",1

[SourceDisksFiles]
VIACAPTURE.sys=1

[Manufacturer]
%Mfg%=Mfg

[ControlFlags]
ExcludeFromSelect=*

;---------------------------------------------------------------
;              W E L K I N
;
;              VIACAPTURE
;---------------------------------------------------------------
[Mfg]
%VIACAPTURE.DeviceDesc%=VIACAPTURE.Device,DISPLAY\VIACAPTURE

[VIACAPTURE.Device]
Include  =  ks.inf, kscaptur.inf
Needs    =  KS.Registration,KSCAPTUR.Registration
AddReg   =  VIACAPTURE.AddReg, MVDetection.Add.Reg,MVProtection.Add.Reg,MVDetectProperty.Add.Reg
CopyFiles=  VIACAPTURE.CopyDrivers

[VIACAPTURE.Device.NT]
Include  =  ks.inf, kscaptur.inf
Needs    =  KS.Registration,KSCAPTUR.Registration.NT
AddReg   =  VIACAPTURE.AddReg, MVDetection.Add.Reg,MVProtection.Add.Reg,MVDetectProperty.Add.Reg
CopyFiles=  VIACAPTURE.CopyDrivers

;[VIACAPTURE.CopyDrivers]
;VIACAPTURE.sys

[VIACAPTURE.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,VIACAPTURE.sys
HKR,,XBAR,,0
HKR,,MUX0,,Composite
HKR,,MUX1,,SVideo
;HKR,,MUX2,,Tuner
HKR,,DataWidth,,8
HKR,,CapInterVersion,%REG_DWORD%,0x00000001

HKR,,VDODecoderDev  ,,SAA7113
HKR,,VDODecoderI2C  ,%REG_DWORD%,0x48
HKR,,CompositeMode  ,%REG_DWORD%,2
HKR,,SVideoMode     ,%REG_DWORD%,7
;HKR,,TunerMode     ,%REG_DWORD%,7
HKR,,Scaler         ,%REG_DWORD%,0

HKR,,Brightness,,119
HKR,,Contrast,,  95
HKR,,Hue,,       124
HKR,,Saturation,,100
HKR,,Standard,,NTSC ;NTSC, PAL, SECAM 

;HKR,,TunerI2C,     %REG_DWORD%,0xffffffff ;NA:0xffffffff


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

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

[VIACAPTURE.Device.Interfaces]
;;Del;;AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
;;Del;;AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;;Del;;AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,

AddInterface=%KSCATEGORY_CAPTURE%,"GLOBAL",VideoCapture,
AddInterface=%KSCATEGORY_VIDEO%,"GLOBAL",VideoCapture,
AddInterface=%KSCATEGORY_CROSSBAR%,"GLOBAL",VideoCrossbar,

[VIACAPTURE.Device.NT.Interfaces]
;;Del;;AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
;;Del;;AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;;Del;;AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,

AddInterface=%KSCATEGORY_CAPTURE%,"GLOBAL",VideoCapture,
AddInterface=%KSCATEGORY_VIDEO%,"GLOBAL",VideoCapture,
AddInterface=%KSCATEGORY_CROSSBAR%,"GLOBAL",VideoCrossbar,

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

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

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


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

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

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1

REG_DWORD      = 0x00010001


;----------------
; Localizable
;----------------

Mfg="VIA"

captureClassName="Sound, video and game controllers"
VIACAPTURE.DeviceDesc="UniChrome IGP WDM Video Capture"
VIACAPTURE.Capture="VIA Capture"
VIACAPTURE.Crossbar="VIA Crossbar"

; Class IDs
CLSID_Proxy="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
;CLSID_AMCat="{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"

; Categories
KSCATEGORY_CAPTURE= "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_VIDEO=       "{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_CROSSBAR="{a799a801-a46d-11d0-a18c-00a02401dcd4}"
;KSCATEGORY_RENDER=      "{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
;KSCATEGORY_AUDIO=       "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
;KSCATEGORY_TVTUNER= "{a799a800-a46d-11d0-a18c-00a02401dcd4}"
;KSCATEGORY_TVAUDIO= "{a799a802-a46d-11d0-a18c-00a02401dcd4}"
;KSCATEGORY_VBICODEC="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"

; Misc
WDMCodecs= "WDM Streaming VBI Codecs"
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: ftp, load: 3.39