usbvm321.inf Driver File Contents (Drv_Camera.zip)

;
;
; usbvm321.INF  -- Installation script file for usbvm321 Camera (USB Camera)
;               

[Version]
signature="$CHICAGO$"      
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Vendor%
DriverVer=02/24/2005,3.0.0224.10
CatalogFile=usbvm321.cat 

[ControlFlags]
ExcludeFromSelect=*

[Manufacturer]
%Vendor%=Camera,NT

[Camera]
%USB\VID_0AC8&PID_0303.DeviceDesc%=Camera.Config,USB\VID_0ac8&PID_0321
[Camera.NT]
%USB\VID_0AC8&PID_0303.DeviceDesc%=Camera.Config.XP,USB\VID_0ac8&PID_0321

[Camera.Config]
Include=    ks.inf, kscaptur.inf, config.set
Needs=      KS.Registration,KSCAPTUR.Registration, VM.HWConfig
AddReg=     Camera.AddReg,Camera.Prp.AddReg, VM.WIA.AddReg, VM.TWAIN.AddReg,VM.BIGDOG.AddReg
CopyFiles=Camera.Files,Camera.Ctrl.Files,VM.TWAIN.CopyFiles
; WIA
SubClass=StillImage
DeviceType=3
DeviceSubType=0x1
Capabilities=0x00000031
DeviceData=Camera.DeviceData
ICMProfiles="sRGB Color Space Profile.icm"

[Camera.Config.NT]
Include=    ks.inf, kscaptur.inf, config.set
Needs=      KS.Registration,KSCAPTUR.Registration.NT, VM.HWConfig
AddReg=     Camera.AddReg,Camera.Prp.AddReg, VM.WIA.AddReg, VM.TWAIN.AddReg,VM.BIGDOG.AddReg
CopyFiles=Camera.Files,Camera.Ctrl.Files,Camera.Config.Files,VM.TWAIN.CopyFiles
SubClass=StillImage
DeviceType=2
DeviceSubType=0x0302
Capabilities=1  
ICMProfiles="sRGB Color Space Profile.icm"

[Camera.Config.XP]
Include=    ks.inf, kscaptur.inf, dshowext.inf, config.set
Needs=      KS.Registration,KSCAPTUR.Registration.NT, DSHOWEXT.Registration, VM.HWConfig
AddReg=     Camera.AddReg,Camera.Prp.AddReg, VM.WIA.AddReg, VM.TWAIN.AddReg,VM.BIGDOG.AddReg
CopyFiles=Camera.Files,Camera.Ctrl.Files,Camera.Config.Files,VM.TWAIN.CopyFiles,CopyExFiles
;WIA
SubClass=StillImage
DeviceType=3
DeviceSubType=0x1
Capabilities=0x00000031
DeviceData=Camera.DeviceData
ICMProfiles="sRGB Color Space Profile.icm"
;;==========================================================
;; AddReg
[Camera.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbvm321.sys
;HKR,,OkToHibernate,3,01
;HKR,,DontSuspendIfStreamsAreRunning,3,01
;HKR,,PageOutWhenUnopened,3,01
HKR,,PowerDownWhenUnopened,3,00
; WIA
HKR,,HardwareConfig,1,1
;HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}"

[Camera.Prp.AddReg]  
HKCR,CLSID\%GUID_VMCustomPropertySets%,,,%Plugin_VMCustomPropertySets%
HKCR,CLSID\%GUID_VMCustomPropertySets%\InprocServer32,,,VMctrl321.ax
HKCR,CLSID\%GUID_VMCustomPropertySets%\InprocServer32,ThreadingModel,,Both
;69B8F950-5AC2-11D8-ADAF-00065B37CF9A
HKLM,System\CurrentControlSet\Control\MediaInterfaces\%GUID_VMCustomPropertySets%,,,%Plugin_VMCustomPropertySets%
HKLM,System\CurrentControlSet\Control\MediaInterfaces\%GUID_VMCustomPropertySets%,IID,1,50,f9,b8,69,c2,5a,d8,11,ad,af,00,06,5b,37,cf,9a

HKCR,CLSID\%CLSID_VMColorPropertyPage%,,,%VMColorPropertyPage%
HKCR,CLSID\%CLSID_VMColorPropertyPage%\InprocServer32,,,Vmprp321.ax
HKCR,CLSID\%CLSID_VMColorPropertyPage%\InprocServer32,ThreadingModel,,Both

HKCR,CLSID\%CLSID_VMCustomPropertyPage%,,,%VMCustomPropertyPage%
HKCR,CLSID\%CLSID_VMCustomPropertyPage%\InprocServer32,,,Vmprp321.ax
HKCR,CLSID\%CLSID_VMCustomPropertyPage%\InprocServer32,ThreadingModel,,Both

HKLM,System\CurrentControlSet\Control\MediaSets\%GUID_VMCustomPropertySets%\PropertyPages\%CLSID_VMCustomPropertyPage%,,,%VMCustomPropertyPage%
HKLM,System\CurrentControlSet\Control\MediaSets\%GUID_VMCustomPropertySets%\PropertyPages\%CLSID_VMColorPropertyPage%,,,%VMColorPropertyPage%

[VM.TWAIN.AddReg]
HKLM,%TWAINSetting%,DeviceName,,%USB\VID_0AC8&PID_0303.DeviceDesc%
HKLM,%TWAINSetting%,DSName,,%USB\VID_0AC8&PID_0303.DeviceDesc%
HKLM,%TWAINSetting%,OEM,,%USB\VID_0AC8&PID_0303.TWAINOEMPath%

[VM.BIGDOG.AddReg]
HKLM,%BigDogSetting%,RunSnap,,"%10%\vmcap321.exe"
HKLM,%BigDogSetting%,RunVideo,,"%10%\VimicroCam.exe"

;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","BigDogPath321",,"%10%\BIGDOG.EXE %USB\VID_0AC8&PID_0303.DeviceDesc%"

;;==========================================================
;; Interfaces
[Camera.Config.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Camera.Interface
;AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Camera.Interface

[Camera.Config.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Camera.Interface
;AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Camera.Interface

[Camera.Config.XP.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Camera.Interface
;AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Camera.Interface

[Camera.Interface]
AddReg=Camera.Intf.AddReg
         
[Camera.Intf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%USB\VID_0AC8&PID_0303.DeviceDesc%
HKR,PinFactory\1\Interfaces\%GUID_VMCustomPropertySets%,,, 
HKR,,ExtensionDLL,,"VMCtrl321.ax"

;;==========================================================
;; Services
[Camera.Config.NT.Services]
AddService = usbvm321,0x00000002,Camera.ServiceInstall

[Camera.Config.XP.Services]
AddService = usbvm321,0x00000002,Camera.ServiceInstall

[Camera.ServiceInstall]
DisplayName   = %USB\VID_0AC8&PID_0303.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\System32\Drivers\usbvm321.sys
;;==========================================================
;;
[VM.WIA.AddReg]
HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}"

[Camera.DeviceData]
Server=local
UI DLL=sti.dll
;UI Class ID={5d8ef5a3-ac13-11d2-a093-00c04f72dc3c}
UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
TwainDS=%USB\VID_0AC8&PID_0303.DeviceDesc%
SpecialInfo="VM"

;;==========================================================
;; File copy
[SourceDisksNames]
1=%SourceDiskName%,disk1

[SourceDisksFiles]
usbvm321.sys = 1
VMCtrl321.ax=1
msvcr71.dll=1
config.set=1
VM321TWN.DS=1
Vmprp321.ax=1
vm321.lrc=1
VimicroCam.exe=1
vmcap321.exe=1
bigdog.exe=1
;RunSetup.dll=1
VGA.RAW=1


[DestinationDirs]
Camera.Files = 10,System32\Drivers
Camera.Ctrl.Files=11    ; %systemroot%\system32 on NT-based systems
VM.TWAIN.CopyFiles = 10, twain_32\VM321
Camera.Config.Files = 10, inf
;CoInstallers.CopyFiles= 11
CopyExFiles= 10

[Camera.Files]
usbvm321.sys

[Camera.Ctrl.Files]
VMCtrl321.ax
Vmprp321.ax
msvcr71.dll
VGA.RAW

[VM.TWAIN.CopyFiles]
VM321TWN.DS
vm321.lrc

[Camera.Config.Files]
config.set

[CopyExFiles]
VimicroCam.exe
vmcap321.exe
bigdog.exe

;**********************************************
;[Camera.Config.XP.CoInstallers]
;CopyFiles=CoInstallers.CopyFiles
;AddReg=CoInstallers.AddReg
;**********************************************
;[CoInstallers.AddReg]
;HKR,,CoInstallers32,0x00010000,"RunSetup.dll, CoRunExecuteFile"

;[CoInstallers.CopyFiles]
;RunSetup.dll,,,0x10
;****************************************************


;;==========================================================
;; File copy
[Strings]
;Custom Property Set and Page Name
VMCustomPropertySets ="VM Custom Property Sets" 
VMCustomPropertyPage ="VM Custom Property Page"
VMColorPropertyPage  ="VM Color Property Page"
;----------------
; Non-Localizable
;----------------
ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
;KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
SERVICE_KERNEL_DRIVER=1
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
;----------------
; Localizable
;----------------
Vendor="usbvm321"
USB\VID_0AC8&PID_0303.DeviceDesc="Vimicro NB PC Camera (VC0321)"
SourceDiskName="Installation diskette 1"
Plugin_VMCustomPropertySets="VM321 Property Ctrol"
TWAINSetting = "Software\ZSMC\USBCAMERA\ZC0321\TWAIN"
BigDogSetting = "Software\ZSMC\USBCAMERA\ZC0321\BigDogPath"
USB\VID_0AC8&PID_0303.TWAINOEMPath = "VM321"

CLSID_VMColorPropertyPage	="{69B8F951-5AC2-11D8-ADAF-00065B37CF9A}"
CLSID_VMCustomPropertyPage	="{69B8F952-5AC2-11D8-ADAF-00065B37CF9A}"
GUID_VMCustomPropertySets	="{69B8F953-5AC2-11D8-ADAF-00065B37CF9A}"
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: web4, load: 0.64