; ; FavourVc.inf ; Video Capture Minidriver for Digital Camera with Coach Chipset ; Windows 98, 2000 ; Copyright (C) 2003, Accapella ; ; ===================== Version section ======================= [Version] Signature="$CHICAGO$" Class=Image ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f} Provider=%Provider% LayoutFile=Layout.inf, Layout1.inf, Layout2.inf CatalogFile=FavourVc.cat DriverVer=04/15/2003, 4.42.0.0 ; ====================== Files section ======================== [SourceDisksNames] ;1=%InstallDisk% ; this doesn't work on win98 1=%InstallDisk%,,, [SourceDisksFiles] CoachVc.sys=1 JpegCode.dll=1 [DestinationDirs] CamVc.Files.Sys = 10,system32\drivers JpegCode.Files = 11 [CamVc.Files.Sys] CoachVc.sys stream.sys ; needed by 98 [JpegCode.Files] JpegCode.dll ; ================== Manufacturer & Models section ============ [Manufacturer] %Mfg.Desc% = Models [Models] %DevDesc% = CamVc, COACH\CAP&VID_0595&PID_4343 ; ================== Win9x Device Install section ============= [CamVc] Include = ks.inf, kscaptur.inf, ksfilter.inf, dshowext.inf Needs = KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation, DSHOWEXT.Registration DelReg = CamVc.DelReg AddReg = CamVc.AddReg, JpegCode.AddReg CopyFiles = CamVc.Files.Sys, JpegCode.Files UpdateInis = JpegCode.UpdateInis SubClass = StillImage DeviceType = 3 DeviceSubType = 0x1 Capabilities = 0x00000031 DeviceData = CamVc.DeviceData ICMProfiles = "sRGB Color Space Profile.icm" [CamVc.Interfaces] AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture, ; ================== WinNT Device Install section ============= [CamVc.NT] Include = ks.inf, kscaptur.inf, ksfilter.inf, dshowext.inf Needs = KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation, DSHOWEXT.Registration DelReg = CamVc.DelReg AddReg = CamVc.AddReg, JpegCode.AddReg CopyFiles = CamVc.Files.Sys, JpegCode.Files SubClass = StillImage DeviceType = 3 DeviceSubType = 0x1 Capabilities = 0x00000031 DeviceData = CamVc.DeviceData ICMProfiles = "sRGB Color Space Profile.icm" [CamVc.NT.Services] AddService = %CamVc.SvcName%,0x00000002,CamVc.NT.AddService [CamVc.NT.AddService] DisplayName = %CamVc.SvcDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\CoachVc.sys [CamVc.NT.Interfaces] AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture, ; ================= Common Device Install section ============= [JpegCode.AddReg] HKLM,%Drivers32Key%,VIDC.JPEG,,JpegCode.dll HKLM,%Drivers32Key%,VIDC.MJPG,,JpegCode.dll [JpegCode.UpdateInis] system.ini, drivers32,,"VIDC.JPEG=JpegCode.dll" system.ini, drivers32,,"VIDC.MJPG=JpegCode.dll" [CamVc.DeviceData] Server=local UI DLL=sti.dll UI Class ID={5d8ef5a3-ac13-11d2-a093-00c04f72dc3c} [CamVc.DelReg] HKR,,DontSuspendIfStreamsAreRunning [CamVc.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,CoachVc.sys HKR,,PageOutWhenUnopened,3,01 ;HKR,,DontSuspendIfStreamsAreRunning,3,01 HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}" [VideoCapture] AddReg=VideoCapture.AddReg [VideoCapture.AddReg] HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196} HKR,,FriendlyName,,%CamVc.FriendlyName% ; 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} ; ==================== String macro section =================== [Strings] ; ======== Handy macro substitutions (non-localizable) ======== ; Service Type SERVICE_KERNEL_DRIVER = 0x1 SERVICE_FILE_SYSTEM_DRIVER = 0x2 SERVICE_ADAPTER = 0x4 ; Driver Start Code SERVICE_BOOT_START = 0 SERVICE_SYSTEM_START = 1 SERVICE_AUTO_START = 2 SERVICE_DEMAND_START = 3 SERVICE_DISABLED = 4 ; Error Control Level SERVICE_ERROR_IGNORE = 0 SERVICE_ERROR_NORMAL = 1 SERVICE_ERROR_SEVERE = 2 SERVICE_ERROR_CRITICAL = 3 SPSVCINST_ASSOCSERVICE = 0x00000002 ; Registry Value Type (don't use on Win 98/ME) REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001 REG_MULTI_SZ = 0x00010000 ; ======= Private macro substitutions (non-localizable) ======= ; Modification of those strings can cause incorrect installation Drivers32Key = "Software\Microsoft\Windows NT\CurrentVersion\Drivers32" CamVc.SvcName = "CoachVc" CamVc.SvcDesc = "Coach Video Capture" ; ============== Localizable macro substitutions ============== InstallDisk = "Install disk with drivers" Provider = "Accapella" CamVc.FriendlyName = "Video Camera" Mfg.Desc = "JK" DevDesc = "Video Camera"Download Driver Pack
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.