smivcap.inf Driver File Contents (Video_IN.zip)

;
; SmiVCap.INF  -- This file contains installation information for SmiVCap,
;                 A sample WDM capture driver that requires no hardware
;               
;                 Copyright (c) 1997-2001 Microsoft Corporation
;
;

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%SMI%
;DriverVer=3/1/2001,1.0
;CatalogFile=smivcap.cat

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%MsftMfg%=Microsoft

[DestinationDirs]
SmiVCap.CopyDrivers=10,system32\drivers
DefaultDestDirs=10,system32\drivers

[SourceDisksNames]
1=%SmiVCap.Disk1%,disk1

[SourceDisksFiles]
SmiVCap.sys=1

;---------------------------------------------------------------
;              M I C R O S O F T
;
;                 T E S T C A P 
;---------------------------------------------------------------

[Microsoft]
%SmiVCap.DeviceDesc%=SmiVCap.Device,SmiVCap

[SmiVCap.Device]
Include=    ks.inf,kscaptur.inf, ksfilter.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration
AddReg=     SmiVCap.AddReg
CopyFiles=  SmiVCap.CopyDrivers
KnownFiles= SmiVCap.KnownFiles

[SmiVCap.Device.NT]
Include=    ks.inf,kscaptur.inf, ksfilter.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration.NT
AddReg=     SmiVCap.AddReg
CopyFiles=  SmiVCap.CopyDrivers

[SmiVCap.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,SmiVCap.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKLM,"System\Currentcontrolset\Services\SmiVCap\Parameters","ByteSwap",0x10001,1
HKLM,"System\Currentcontrolset\Services\SmiVCap\Parameters","CropLeft",0x10001,160
HKLM,"System\Currentcontrolset\Services\SmiVCap\Parameters","CropTop",0x10001,36

[SmiVCap.CopyDrivers]
SmiVCap.sys
stream.sys

[SmiVCap.KnownFiles]
SmiVCap.sys=safe

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

;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

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

;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,


[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

;[VideoTvAudio]
;AddReg=VideoTvAudio.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%SmiVCap.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}

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

;[VideoTvAudio.AddReg]
;HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
;HKR,,FriendlyName,,%SmiVCap.TvAudio%

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

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

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

[Strings]

;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1


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

;SMI=		    "Silicon Motion"
SMI=		    "Microsoft"
MsftMfg=            "Microsoft"
SmiVCap.Disk1=      "Install Disk"
SmiVCap.DeviceDesc= "SmiVCap, WDM Video Capture"
SmiVCap.Capture=    "SmiVCap Capture"
SmiVCap.Crossbar=   "SmiVCap Crossbar"
;SmiVCap.TvAudio=    "SmiVCap TvAudio"

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: web3, load: 2.76