esnapsc.inf Driver File Contents (esnap.zip)

;; esnapsc.inf - INF file for Still Image interface of e-snap! USB Camera
;;
;; Copyright (c) 2000, Alaris, Inc.

[Version]
Signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider="Alaris, Inc."
LayoutFile=layout.inf
      
[DestinationDirs]
DefaultDestDir=10,system

Still.Files=10,system32\drivers
Still.TwainFiles=10,twain_32\e-snap!
Still.IPLFiles=11
Still.STIFiles=11

[SourceDisksNames]
1="Alaris e-snap! USB Camera Drivers","",1

[SourceDisksFiles]
aox402sc.sys=1

[ControlFlags]
ExcludeFromSelect=*
      
[Manufacturer]
"Alaris, Inc."=esnapStill
      
[esnapStill]
%USB\VID_0620&PID_0101&MI_01.DeviceDesc%=Still, USB\VID_0620&PID_0101&MI_01
      
[Still]
SubClass=StillImage

; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType=2

; Device SubType is Vendor-unique
DeviceSubType=0x1

; Bit 0 = generates events, Bit 1 = supports polling
Capabilities=3

; To Enable additional property pages for this device in the CPL, add this
; PropertyPages="Aox402sc.cpl ,EnumStiPropPages"

Events=Still.Events

DeviceData=Still.DeviceData

AddReg=Still.AddReg
;DelFiles=Still.DelDrivers
CopyFiles=Still.Files,Still.STIFiles,Still.TwainFiles,Still.IPLFiles
; Put the Image Color Management profile here.
ICMProfiles="sRGB Color Space Profile.icm"

[Still.Services]
AddService=e-snap!Still,0x00000002,Still.AddService

[Still.Events]
; These are events that the device issues to trigger application launching
;AutoDownloadMemory="%AutoDownloadMemory%",{F9926C80-20D6-11D4-83B4-00104B6DC9C2},StillCam STI App
;StartImageEditor="%StartImageEditor%",{030C5406-2958-4d96-995E-0C4A26BEFB46},Imaging
;StartAVICreator="%StartAVICreator%",{3BDF75DB-20D1-41c0-8E47-546A20D3BDD3},StillCam AVI Creation Utility

[Still.DeviceData]
TwainDS=%TWAINDSID%
STIHardwareID=%STIHardwareID%
CameraIndexFilename=%CameraIndexFilename%
IgnoreImageDecodeErrors=0

[Still.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,aox402sc.sys

; these register our STI USD
HKR,,USDClass,,"{06381870-F963-4bd0-AB51-1BED9FA3055D}"
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D} ,,,"Aox Camera Still Image USD"
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D}\InProcServer32,,,%11%\aoxusd.dll
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D}\InProcServer32,ThreadingModel,,"Both"

HKR,,WdmDeviceDesc,,%DShowDeviceDescString%

; this allows the device to be found by the STI Control Panel
HKR,,CreateFileName,,%StiUSDDeviceName%

; Register our app as a push model aware application for use with the Still Image Push Button Monitor
;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\StillImage\Registered Applications","StillCam STI App",,"%11%\AoxSTIAp.Exe /StiDevice:%%1 /StiEvent:%%2"

; Register our AVI creation app as a push model aware application for use with the Still Image Push Button Monitor
;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\StillImage\Registered Applications","StillCam AVI Creation Utility",,"%11%\AoxAMCap.Exe /StiDevice:%%1 /StiEvent:%%2 /AOXSASMODE"

; this allows TWAIN Driver to support this device
HKLM,"Software\Aox\TWAIN Data Source\1.0\Cameras\0x06200101"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register_Endpoints_StillCam_AVI_Source",,"regsvr32.exe /s %11%\epavisrc.ax"

; these are for trace messages
HKR,Parameters,TraceDevice,65537,3,0,0,0
HKR,Parameters,TraceOutputLevel,65537,5,0,0,0
HKR,Parameters,TraceBreakLevel,65537,4,0,0,0
HKR,Parameters,BreakOnEntry,65537,0,0,0,0

[Still.AddService]
DisplayName    = %DShowDeviceDescString%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\aox402sc.sys
LoadOrderGroup = Base

[Still.DelDrivers]
aox402sc.sys,,,1
aoxusd.dll
epavisrc.ax
;AoxSTIAp.exe
;AoxAMCap.exe

[Still.Files]
aox402sc.sys

[Still.STIFiles]
aoxusd.dll
epavisrc.ax
;AoxSTIAp.exe
;AoxAMCap.exe

[Still.TwainFiles]
aoxtwain.ds

[Still.IPLFiles]
aoxdxipl.ax

[Strings]

; This description should be less than 32 chars (for TWAIN driver)
USB\VID_0620&PID_0101&MI_01.DeviceDesc="Alaris e-snap! USB Still Camera"

AutoDownloadMemory="Auto Download of Memory"
StartImageEditor="Edit Camera Still Images"
StartAVICreator="Create Camera AVI Movies"
StiUSDDeviceName="\\.\AoxUSBStillCam"
DShowDeviceDescString="Alaris e-snap! USB Still Camera (WDM)"

; if multiple values are required, separate them with spaces
STIHardwareID="0x06200101"

; this specifies the filename used to store the camera memory
CameraIndexFilename="aoxse402.idx"

; This must match the name embedded in the e-snap! TWAIN DS
TWAINDSID="e-snap! TWAIN Data Source"
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: web5, load: 1.55