EZVGACam.inf Driver File Contents (iContactProS120xp.zip)

 ;==========================================================================
; Ezonics VGA camera INF (for Windows 98/ME/2000/XP)
; Copyright(c) 2002-2004
; File version: 1.2.1.0
; Last modified: 2006-01-02 (Rotate)
;==========================================================================

[Version]
LayoutFile     = Layout.inf, Layout1.inf, Layout2.inf
signature      = "$CHICAGO$"
Class          = Image
ClassGUID      = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider       = %SX%
DriverVer      = 01/02/2006,5.11.5.0

[Manufacturer]
%SXTIMfg% = SN,NTx86.5.1

[SN]
%USBUSBCamDesc% = SN.USBCam,USB\VID_0c45&PID_613c		; SN9C120 + HV7131R

[SN.NTx86.5.1]
%USBUSBCamDesc% = SN.USBCam.XP,USB\VID_0c45&PID_613c		; SN9C120 + HV7131R

[ControlFlags]
ExcludeFromSelect = *

[SourceDisksNames]
1 = %SrcDiskId%,,,

[SourceDisksFiles]
snpstd3.sys  = 1,,
snpstd3.ds   = 1,,
snpstd3.ini  = 1,,
snpstd3.src  = 1,,
vsnpstd3.dll = 1,,
vsnpstd3.exe = 1,,
dsnpstd3.exe = 1,,
csnpstd3.dll = 1,,
TwainUI.dll  = 1,,
SnxDSC.ini   = 1,,

; parameter files
h71rstd3.reg = 1,,


[DestinationDirs]
DefaultDestDir            = 11
SN.MSDriver.CopyFiles     = 10,system32\drivers
SN.Driver.CopyFiles       = 10,system32\drivers
SN.CustomProp.CopyFiles   = 11
SN.Monitor.CopyFiles      = 10
SN.TWAINConf.CopyFiles    = 10
SN.Setting.CopyFiles      = 10,inf
SN.Misc.CopyFiles         = 11
SN.CoInstallers.CopyFiles = 11
SN.USBCam.TWAIN.CopyFiles = 10,twain_32\EZVGACam


;==========================================================================
; *** Note ***
; File size limits: On Win9x/Me, INF cannot be larger than 64K bytes.
; Section name max length: 255 characters on NT-based OS. On Win9x/Me, it
;                          should no longer than 28 characters.
; Field max length: 512 characters (including a terminating NULL character)
;==========================================================================
;==========================================================================
; USBCam
;==========================================================================
[SN.USBCam]
DriverVer     = 01/02/2006,5.11.5.0
Include       = ks.inf,kscaptur.inf,ksfilter.inf
Needs         = KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation
AddReg        = SN.Driver.AddReg,SN.CustomProp.AddReg,SN.Monitor.AddReg,SN.Setting.AddReg
CopyFiles     = SN.MSDriver.CopyFiles
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 1
Capabilities  = 0x01
Events        = SN.STIEvents
DeviceData    = SN.USBCam.DeviceData
ICMProfiles   = "sRGB Color Space Profile.icm"

[SN.USBCam.NT]
DriverVer     = 01/02/2006,5.11.5.0
Include       = ks.inf,kscaptur.inf,ksfilter.inf
Needs         = KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg        = SN.Driver.AddReg,SN.CustomProp.AddReg,SN.Monitor.AddReg
CopyFiles     = SN.Driver.CopyFiles,SN.CustomProp.CopyFiles,SN.Monitor.CopyFiles,SN.TWAINConf.CopyFiles,SN.Setting.CopyFiles,SN.Misc.CopyFiles,SN.USBCam.TWAIN.CopyFiles
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 1
Capabilities  = 0x01
Events        = SN.STIEvents
DeviceData    = SN.USBCam.DeviceData
ICMProfiles   = "sRGB Color Space Profile.icm"

[SN.USBCam.XP]
DriverVer     = 01/02/2006,5.11.5.0
Include       = ks.inf,kscaptur.inf,ksfilter.inf
Needs         = KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg        = SN.Driver.AddReg,SN.CustomProp.AddReg,SN.Monitor.AddReg,SN.USDXP.AddReg
CopyFiles     = SN.Driver.CopyFiles,SN.CustomProp.CopyFiles,SN.Monitor.CopyFiles,SN.TWAINConf.CopyFiles,SN.Setting.CopyFiles,SN.Misc.CopyFiles,SN.USBCam.TWAIN.CopyFiles
SubClass      = StillImage
DeviceType    = 3
DeviceSubType = 0x1
Capabilities  = 0x11
Events        = SN.STIEvents
DeviceData    = SN.PCV2XP.DeviceData
ICMProfiles   = "sRGB Color Space Profile.icm"

[SN.USBCam.Interfaces]
AddInterface = %KSCATEGORY_CAPTURE%,GLOBAL,SN.USBCam.AddIntf
AddInterface = %KSCATEGORY_VIDEO%,GLOBAL,SN.USBCam.AddIntf

[SN.USBCam.NT.Interfaces]
AddInterface = %KSCATEGORY_CAPTURE%,GLOBAL,SN.USBCam.AddIntf
AddInterface = %KSCATEGORY_VIDEO%,GLOBAL,SN.USBCam.AddIntf

[SN.USBCam.XP.Interfaces]
AddInterface = %KSCATEGORY_CAPTURE%,GLOBAL,SN.USBCam.AddIntf
AddInterface = %KSCATEGORY_VIDEO%,GLOBAL,SN.USBCam.AddIntf

[SN.USBCam.NT.Services]
AddService = SNPSTD3,0x00000002,SN.AddService

[SN.USBCam.XP.Services]
AddService = SNPSTD3,0x00000002,SN.AddService

[SN.USBCam.NT.CoInstallers]
AddReg    = SN.CoInstallers.AddReg
CopyFiles = SN.CoInstallers.CopyFiles

[SN.USBCam.XP.CoInstallers]
AddReg    = SN.CoInstallers.AddReg
CopyFiles = SN.CoInstallers.CopyFiles

[SN.USBCam.AddIntf]
AddReg=SN.USBCam.AddIntf.AddReg

[SN.USBCam.AddIntf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%USBUSBCamDesc%
HKR,,ExtensionDLL,,%SN_ExtensionDLL%
HKR,PageAliases,"{71F96464-78F3-11d0-A18C-00A0C9118956}",1,7D,35,E8,41, 9B,80, 13,43, 0x9D, 0xC5, 0x0B, 0x3C, 0x4D, 0x20, 0x6A, 0x31
HKR,PageAliases,"{71F96465-78F3-11d0-A18C-00A0C9118956}",1,7D,35,E8,41, 9B,80, 13,43, 0x9D, 0xC5, 0x0B, 0x3C, 0x4D, 0x20, 0x6A, 0x31

[SN.USBCam.TWAIN.CopyFiles]
snpstd3.ds
SnxDSC.ini
TwainUI.dll

[SN.USBCam.DeviceData]
TwainDS=%USBUSBCamDesc%

[SN.PCV2XP.DeviceData]
TwainDS      = %USBUSBCamDesc%
Server       = local
UI Class ID  = {4DB1AD10-3391-11D2-9A33-00C04FA36145}
UI DLL       = sti.dll
;UI Class ID = {5d8ef5a3-ac13-11d2-a093-00c04f72dc3c}

;==========================================================================
; Common Section
;==========================================================================
[SN.Driver.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,snpstd3.sys
HKR,,PageOutWhenUnopened,3,00
HKR,,OkToHibernate,3,01 
HKR,,HardwareConfig,1,1
HKR,,CreateFileName,,"USB"
HKR,Settings,ButtonFunc,0x00010001,0

[SN.USDXP.AddReg]
;HKR,,USDClass,,{598916FB-2C79-4a03-A2F7-F4CACA6ED55D}
;HKCR,CLSID\{598916FB-2C79-4a03-A2F7-F4CACA6ED55D},,,"STI Camera USD"
;HKCR,CLSID\{598916FB-2C79-4a03-A2F7-F4CACA6ED55D}\InProcServer32,,,%11%\dsnpstd3.dll
;HKCR,CLSID\{598916FB-2C79-4a03-A2F7-F4CACA6ED55D}\InProcServer32,ThreadingModel,,"Apartment"
HKR,,USDClass,,{0527d1d0-88c2-11d2-82c7-00c04f8ec183}

[SN.CustomProp.AddReg]
HKCR,CLSID\{61344FF6-6B0A-4887-839D-2502D294FB44},,,%PlugIn_CustomCameraProp%
HKCR,CLSID\{61344FF6-6B0A-4887-839D-2502D294FB44}\InprocServer32,,,vsnpstd3.dll
HKCR,CLSID\{61344FF6-6B0A-4887-839D-2502D294FB44}\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{61344FF6-6B0A-4887-839D-2502D294FB44},,,%PlugIn_CustomCameraProp%
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{61344FF6-6B0A-4887-839D-2502D294FB44},IID,1,9F,F5,4E,E5, 3E,32, 2e,4a, 0x96, 0xEC, 0x55, 0x99, 0x63, 092, 0x3A, 0x00
HKCR,CLSID\{41E8357D-809B-4313-9DC5-0B3C4D206A31},,,%PropPage_CustomCameraProp%
HKCR,CLSID\{41E8357D-809B-4313-9DC5-0B3C4D206A31}\InprocServer32,,,vsnpstd3.dll
HKCR,CLSID\{41E8357D-809B-4313-9DC5-0B3C4D206A31}\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaSets\{61344FF6-6B0A-4887-839D-2502D294FB44}\PropertyPages\{41E8357D-809B-4313-9DC5-0B3C4D206A31},,,%PropPage_CustomCameraProp%
HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CC},,,%PropPage_CustomCameraProp%
HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CC}\InprocServer32,,,vsnpstd3.dll
HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CC}\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaSets\{61344FF6-6B0A-4887-839D-2502D294FB44}\PropertyPages\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CC},,,%PropPage_CustomCameraProp%

HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CD},,,%PropPage_CustomCameraProp%
HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CD}\InprocServer32,,,vsnpstd3.dll
HKCR,CLSID\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CD}\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaSets\{61344FF6-6B0A-4887-839D-2502D294FB44}\PropertyPages\{4BAD5D0E-0B5C-4868-86F9-2E6FFECCB5CD},,,%PropPage_CustomCameraProp%

[SN.Monitor.AddReg]
HKLM,%RunOncePath%,"snpstd3",,"rundll32.exe %11%\csnpstd3.dll,DoShellExecute %10%\vsnpstd3.exe"
HKLM,%RunPath%,"snpstd3",,"%10%\vsnpstd3.exe"

[SN.Setting.AddReg]
HKLM,%RunOncePath%,"snpstd3-2",,"rundll32.exe %11%\csnpstd3.dll,LoadRegAndReboot h71rstd3.reg"

[SN.CoInstallers.AddReg]
HKR,,CoInstallers32,0x00010000,"csnpstd3.dll, CoInstaller"

[SN.MSDriver.CopyFiles]
stream.sys

[SN.Driver.CopyFiles]
snpstd3.sys

[SN.CustomProp.CopyFiles]
vsnpstd3.dll

[SN.Monitor.CopyFiles]
vsnpstd3.exe

[SN.TWAINConf.CopyFiles]
snpstd3.ini
snpstd3.src

[SN.Setting.CopyFiles]
h71rstd3.reg

[SN.Misc.CopyFiles]
csnpstd3.dll

[SN.CoInstallers.CopyFiles]
csnpstd3.dll

[SN.AddService]
DisplayName   = %SERVICE_DISPLAY_NAME%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\snpstd3.sys

[SN.STIEvents]
SnapShotChanged = %SN_SnapShotChanged%,{C76F452C-534A-4f68-A61C-44B35C94B30C},*

[RegisterParam]
ParamFile = h71rstd3.reg

;==========================================================================
; String Table
;==========================================================================
[Strings]
SrcDiskId                 = "Ezonics VGA camera Driver Installation Disk..."
KSCATEGORY_CAPTURE        = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_VIDEO          = "{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
ProxyVCap.CLSID           = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
SERVICE_DISPLAY_NAME      = "Ezonics VGA camera"
SERVICE_KERNEL_DRIVER     = 1
SERVICE_DEMAND_START      = 3
SERVICE_ERROR_NORMAL      = 1
PlugIn_CustomCameraProp   = "WDM Custom ICustomCamera Interface handler"
PropPage_CustomCameraProp = "Custom Camera Property Page"
RunOncePath               = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
RunPath                   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"

SN_ExtensionDLL    = "vsnpstd3.dll"
SN_SnapShotChanged = "SnapShot Changed Event"

; Localizable =============================================================
SX            = "Ezonics"
SXTIMfg       = "Ezonics"
USBUSBCamDesc = "Ezonics VGA camera"
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.14