Usbcone2.inf Driver File Contents (ezcamwin2k.exe)

;---------------------------------------------------------------
;
; USCONE.INF  -- This file contains installation information 
; for CONEXANT USBDCam
; 
; Win2000
; Chen Source   VID_0572&PID_0002
; DriverVer=07/14/2000,2.01.0021.0
;               
;---------------------------------------------------------------

[Version]
signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%ConexantMfg%
DriverVer=07/14/2000,2.01.0021.0

[ControlFlags]
; All PnP devices should be excluded from manual AddDevice Applet list
ExcludeFromSelect=*

[Manufacturer]
%ConexantMfg%=Conexant

[SourceDisksFiles]
; filename=disk-number[,subdir][,size]
cnxtcam.dll=1,,
cnxtcam.ax=1,,
cnxtcam.ds=1,,
usbcone.sys=1,,
;;;cnxtusd.dll=1,,     ;//mtcsti
p35e_32.dll=1,,        ;Tekom dll 

[DestinationDirs]
Conexant.USBDCam.CopyDLL=11
Conexant.USBDCam.CopyDrivers=11,drivers
Conexant.USBDCam.CxntTwain=10,Twain_32\Conexant

Conexant.USBDCam.DelDLLs=11
Conexant.USBDCam.DelDrivers=11,drivers
Conexant.USBDCam.DelTwain=10,Twain_32\Conexant

;---------------------------------------------------------------
;              C O N E X A N T 
;
;                    U S B D C a m
;---------------------------------------------------------------

[Conexant]
%ProductName%=Conexant.USBDCam,USB\VID_0572&PID_0002

[Conexant.USBDCam]
Include=    ks.inf, kscaptur.inf, ksfilter.inf						;;;;;, sti.inf
Needs=      KS.Registration,KSCAPTUR.Registration					;;;;;,STI.USBSection
AddReg=     Conexant.USBDCam.AddReg
CopyFiles=  Conexant.USBDCam.CopyDrivers, Conexant.USBDCam.CopyDLL, Conexant.USBDCam.CxntTwain
DelFiles=   Conexant.USBDCam.DelDrivers, Conexant.USBDCam.DelDLLs, Conexant.USBDCam.DelTwain

;//mtcsti begin
;;;SubClass=StillImage
;;;DeviceType= 2           ;scanner=1, camera=2
;;;DeviceSubType=0x1       ;Put here any number you want to identify subtypes. These are vendor specified.
;;;Capabilities=3          ;Capabilities refers to the events generated by the device. Set bit 1 if it generates events and set bit 2 if the USD requires polling.

; If the device supports events, add a link to the events section here.
;;;Events=USBDCam.Events

; Forward reference to ancillary device data.
;;;DeviceData=USBDCam.DeviceData

; Put the Image Color Management profile here.
;;;ICMProfiles="sRGB Color Space Profile.icm"
;//mtcsti end

[Conexant.USBDCam.NT]
Include=ks.inf, kscaptur.inf, ksfilter.inf, dshowext.inf					;;;;;, sti.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,DSHOWEXT.Registration	;;;;;,STI.USBSection
AddReg=     Conexant.USBDCam.AddReg
CopyFiles=  Conexant.USBDCam.CopyDrivers, Conexant.USBDCam.CopyDLL, Conexant.USBDCam.CxntTwain
DelFiles=   Conexant.USBDCam.DelDrivers, Conexant.USBDCam.DelDLLs, Conexant.USBDCam.DelTwain

;//mtcsti begin
;;;SubClass=StillImage
;;;DeviceType= 2           ;scanner=1, camera=2
;;;DeviceSubType=0x1       ;Put here any number you want to identify subtypes. These are vendor specified.
;;;Capabilities=3          ;Capabilities refers to the events generated by the device. Set bit 1 if it generates events and set bit 2 if the USD requires polling.

; If the device supports events, add a link to the events section here.
;;;Events=USBDCam.Events

; Forward reference to ancillary device data.
;;;DeviceData=USBDCam.DeviceData

; Put the Image Color Management profile here.
;;;;ICMProfiles="sRGB Color Space Profile.icm"
;//mtcsti end

;//mtcsti begin
;;;[USBDCam.DeviceData]
; Ancillary data to be associated with this device.  TwainDS is the
; name of the data source that a TWAIN-compliant app will be open
; in response to an event.
;;;TwainDS=%ProductName%

;;;[USBDCam.Events]
; These are events that the device issues to trigger application launching.
;;;SnapShotPressed="%SnapShotPressed%",{2354D8C0-B2EE-11d3-89F2-444553540000},*
;//mtcsti end

[Conexant.USBDCam.NT.Services]
AddService = DCamUSBConexant,0x00000002,Conexant.USBDCam.ServiceInstall

[Conexant.USBDCam.ServiceInstall]
DisplayName   = %ProductName%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\Usbcone.sys
LoadOrderGroup = Base


[Conexant.USBDCam.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbcone.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,PowerDownWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

;//mtcsti begin
;;;HKR,,HardwareConfig,1,4         ;Hardware configuration is STI_HW_CONFIG_USB

; Provide the GUID in these four lines with new GUIDs from guidgen. Also change them in cnxtusd.h
;;;HKR,,USDClass,,"{D1DED6A0-AF21-11d3-89F2-444553540000}"
;;;HKR,,CreateFileName,,"USB"

;;;HKCR,CLSID\{D1DED6A0-AF21-11d3-89F2-444553540000},,,"Conexant USB Camera User Mode Minidriver"
;;;HKCR,CLSID\{D1DED6A0-AF21-11d3-89F2-444553540000}\InProcServer32,,,%11%\cnxtusd.dll
;;;HKCR,CLSID\{D1DED6A0-AF21-11d3-89F2-444553540000}\InProcServer32,ThreadingModel,,"Both"
;//mtcsti end

[Conexant.USBDCam.DelDrivers]
usbcone.sys,,,1

[Conexant.USBDCam.DelDLLs]
cnxtcam.dll
cnxtcam.ax
;;;cnxtusd.dll     ;//mtcsti
p35e_32.dll      ;Tekom dll 

[Conexant.USBDCam.DelTwain]
cnxtcam.ds

[Conexant.USBDCam.CopyDrivers]
usbcone.sys,,,2

[Conexant.USBDCam.CopyDLL]
cnxtcam.dll
cnxtcam.ax
;;;cnxtusd.dll     ;//mtcsti
p35e_32.dll       ;Tekom dll 

[Conexant.USBDCam.CxntTwain]
cnxtcam.ds

;[Conexant.Registration]
;AddReg=ConexantCameraControl.AddReg,ConexantPropSetExt.AddReg

[Conexant.USBDCam.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Conexant.USBDCam.Interface

[Conexant.USBDCam.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Conexant.USBDCam.Interface

[Conexant.USBDCam.Interface]
AddReg=Conexant.USBDCam.Intf.AddReg,ConexantCameraControl.AddReg,ConexantPropSetExt.AddReg
        
[Conexant.USBDCam.Intf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%ProductName%
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,,ExtensionDLL,,%Conexant.ExtensionDLL%

; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKLM,"SOFTWARE\Conexant\USBCAMERA1",ApplyRegistryValues,%REG_DWORD%,12345678
HKLM,"SOFTWARE\Conexant\USBCAMERA1",BadPixelStatus,%REG_DWORD%,1
HKLM,"SOFTWARE\Conexant\USBCAMERA1",FluorescenceFrequency,%REG_DWORD%,0
HKLM,"SOFTWARE\Conexant\USBCAMERA1",Brightness,%REG_DWORD%,60
HKLM,"SOFTWARE\Conexant\USBCAMERA1",Saturation,%REG_DWORD%,60
HKLM,"SOFTWARE\Conexant\USBCAMERA1",Sharpness,%REG_DWORD%,60
HKLM,"SOFTWARE\Conexant\USBCAMERA1",Whitebalance,%REG_DWORD%,60
HKLM,"SOFTWARE\Conexant\USBCAMERA1",SharpenImage,%REG_DWORD%,1
HKLM,"SOFTWARE\Conexant\USBCAMERA1",ProductName,%REG_SZ%,%ProductName%
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE0,%REG_DWORD%,1024           ; default red color coefficient
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE1,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE2,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE3,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE4,%REG_DWORD%,1024           ; default green color coefficient
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE5,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE6,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE7,%REG_DWORD%,0              
HKLM,"SOFTWARE\Conexant\USBCAMERA1",CCE8,%REG_DWORD%,2048           ; default blue color coefficient

HKLM,"SOFTWARE\Conexant\USBCAMERA1",LoopSpeed,%REG_DWORD%,1
HKLM,"SOFTWARE\Conexant\USBCAMERA1",DigitalGainLevel,%REG_DWORD%,0
HKLM,"SOFTWARE\Conexant\USBCAMERA1",FPNRReduction,%REG_DWORD%,1

;;;;;;;;;;;;;;;;;;;
;;; Tekom dll ;;;;;
;;;;;;;;;;;;;;;;;;;
HKLM,"SOFTWARE\Tekom\P35U",SnapshotButton,%REG_DWORD%,0

[ConexantCameraControl.AddReg]
HKCR,CLSID\%Icnxtcam2.CLSID%,,,%Icnxtcam2%
HKCR,CLSID\%Icnxtcam2.CLSID%\InprocServer32,,,cnxtcam.ax
HKCR,CLSID\%Icnxtcam2.CLSID%\InprocServer32,ThreadingModel,,Both
; This IID is aggregated for the filter given the CLSID of the property set
HKLM,System\CurrentControlSet\Control\MediaInterfaces\%Icnxtcam2.CLSID%,,,%Icnxtcam2%
HKLM,System\CurrentControlSet\Control\MediaInterfaces\%Icnxtcam2.CLSID%,IID,1,10,1a,4a,c4,37,0a,d2,11,83,28,00,60,97,ba,83,ac

[ConexantPropSetExt.AddReg]
HKCR,CLSID\%PropPage_ConexantVideoProcAmp.CLSID%,,,%PropPage_ConexantVideoProcAmp%
HKCR,CLSID\%PropPage_ConexantVideoProcAmp.CLSID%\InprocServer32,,,cnxtcam.ax
HKCR,CLSID\%PropPage_ConexantVideoProcAmp.CLSID%\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaSets\%Icnxtcam2.CLSID%\PropertyPages\%PropPage_ConexantVideoProcAmp.CLSID%,,,%PropPage_ConexantVideoProcAmp%

HKCR,CLSID\%PropPage_ConexantFluorescence.CLSID%,,,%PropPage_ConexantFluorescence%
HKCR,CLSID\%PropPage_ConexantFluorescence.CLSID%\InprocServer32,,,cnxtcam.ax
HKCR,CLSID\%PropPage_ConexantFluorescence.CLSID%\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaSets\%Icnxtcam2.CLSID%\PropertyPages\%PropPage_ConexantFluorescence.CLSID%,,,%PropPage_ConexantFluorescence%

[Strings]

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

; note: only register value is case sensitive, key is not.
ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
ActiveMovie_Filter_Class_Manager.CLSID = "{083863F1-70DE-11d0-BD40-00A0C911CE86}"
SERVICE_KERNEL_DRIVER=1
; PnP should use demand start
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1

Icnxtcam2 = "Conexant USB Camera Interface Handler"
Icnxtcam2.CLSID       = "{9ab11b60-2e17-11D3-987a-005004a1b902}"
PropPage_ConexantVideoProcAmp  = "Conexant USB Camera VideoProcAmp Property Page"
PropPage_ConexantFluorescence  = "Conexant USB Camera Fluorescence Property Page"
PropPage_ConexantVideoProcAmp.CLSID = "{7ba0ebc0-3df2-11d3-987a-005004a1b902}"
PropPage_ConexantFluorescence.CLSID = "{d405b480-3df2-11d3-987a-005004a1b902}"

REG_SZ         = 0x00000000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001

;//mtcsti
;;;SnapShotPressed="SnapShot Event"

; IHV's extension DLL
Conexant.ExtensionDLL = "cnxtcam.dll"

ConexantMfg="Conexant"						

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

;********************************************
;   Change ProductName to OEM product name 
;********************************************
ProductName="Ezonics Ezcam II"			                ; Must set equal to InstallShield setup.ini ProductName
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: web2, load: 0.90