dlagcap.inf Driver File Contents (VideoInput.zip)

;
; DLAGCap.INF  -- This file contains installation information for DLAGCap,
;                 A sample WDM capture driver that requires no hardware
;               
;                 Copyright (c) 2006 Digital-Logic AG
;
;

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%DLAG%
;DriverVer=7/9/2006,1.0
;CatalogFile=dlagcap.cat

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%MsftMfg%=Microsoft

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

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

[SourceDisksFiles]
DLAGCap.sys=1

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

[Microsoft]
%DLAGCap.DeviceDesc%=DLAGCap.Device,DISPLAY\dlagCap

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

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

[DLAGCap.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DLAGCap.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
;HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","ByteSwap",0x10001,0
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","CropLeft",0x10001,0
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","CropTop",0x10001,0
; HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","VideoPortWidth",0x10001,352
; HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","VideoPortHeight",0x10001,288
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","SURFW",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","SURFH",0x10001,144
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","AMVPW",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","AMVPH",0x10001,288
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","RMVPW",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","RMVPH",0x10001,144
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","MAXPW",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","MAXPH",0x10001,576
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","VPLW",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","VPLH",0x10001,576
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","FieldWidth",0x10001,704
HKLM,"System\Currentcontrolset\Services\DLAGCap\Parameters","FieldHeight",0x10001,288

[DLAGCap.CopyDrivers]
DLAGCap.sys
stream.sys

[DLAGCap.KnownFiles]
DLAGCap.sys=safe

[DLAGCap.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,

[DLAGCap.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,,%DLAGCap.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,,%DLAGCap.Crossbar%

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

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

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

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

[Strings]

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

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1


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

DLAG=		    "Microsoft"
MsftMfg=            "Microsoft"
DLAGCap.Disk1=      "Install Disk"
DLAGCap.DeviceDesc= "DLAGCap, LX800 WDM Video Capture"
DLAGCap.Capture=    "DLAGCap Capture"
DLAGCap.Crossbar=   "DLAGCap Crossbar"
;DLAGCap.TvAudio=    "DLAGCap 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.95