;; SCD2S.inf - INF file for Still Image interface
;;
;; Copyright (c) 2002, NuCam Corp.
;
[Version]
Signature = "$CHICAGO$"
Class = Image
ClassGUID = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider = %Provider%
CatalogFile = SCD2.cat
DriverVer = 12/12/2002,1
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
[DefaultInstall]
CopyFiles=SCDELUXE.Files, SCDELUXE.STIFiles
[DestinationDirs]
DefaultDestDir=10,system
SCDELUXE.Files=10,system32\drivers
SCDELUXE.STIFiles=11
[SourceDisksNames]
1=%DiskDescription%,SCD2S.inf,,
[SourceDisksNames.x86]
1=%DiskDescription%,SCD2S.inf,,
[SourceDisksFiles]
se402sc.sys = 1
scd2usd.dll = 1
scd2wia.dll = 1
epwiaui.dll = 1
epavisrc.ax = 1
epwavdst.ax = 1
SCGroove.ax = 1
[ControlFlags]
ExcludeFromSelect=*
[Manufacturer]
%Manufacturer%=Models
[Models]
%szProductDeviceDesc%=SCDELUXE, USB\VID_0C77&PID_1012&MI_01
[PreCopySection]
HKR,,NoSetupUI,,1
[SCDELUXE]
DriverVer = 12/12/2002,1
AddReg = SCDELUXE.AddReg, SCDELUXE.AddReg.Basic, SCDELUXE.AddReg.Register
DelFiles = SE402SC.DelDrivers
CopyFiles = SCDELUXE.Files, SCDELUXE.STIFiles
SubClass = StillImage
; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType = 2
; Device SubType is Vendor-unique
DeviceSubType = 0x1
; Capabilities is a mask:
; 0x01 = Device generates events
; 0x02 = Polling needed
; 0x04 = Generate event when device installed
; 0x08 = Enable the "auto" port option
; 0x10 = WIA capable driver
; 0x20 = Driver has reduced functionality
Capabilities = 0x00000003
; To Enable additional property pages for this device in the CPL, add this
; PropertyPages = "se402sc.cpl ,EnumStiPropPages"
DeviceData = SCDELUXE.DeviceData
ICMProfiles = "sRGB Color Space Profile.icm"
[SCDELUXE.NT]
AddReg = SCDELUXE.AddReg, SCDELUXE.AddReg.Basic, SCDELUXE.AddReg.Register.NT
DelFiles = SE402SC.DelDrivers
CopyFiles = SCDELUXE.Files, SCDELUXE.STIFiles
SubClass = StillImage
; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType = 2
; Device SubType is Vendor-unique
DeviceSubType = 0x1
; Capabilities is a mask:
; 0x01 = Device generates events
; 0x02 = Polling needed
; 0x04 = Generate event when device installed
; 0x08 = Enable the "auto" port option
; 0x10 = WIA capable driver
; 0x20 = Driver has reduced functionality
Capabilities = 0x00000013
; To Enable additional property pages for this device in the CPL, add this
; PropertyPages = "se402sc.cpl ,EnumStiPropPages"
DeviceData = SCDELUXE.DeviceData
ICMProfiles = "sRGB Color Space Profile.icm"
[SCDELUXE.NT.Services]
AddService=SCDELUXES, 0x00000002, SCDELUXE.AddService
[SCDELUXE.DeviceData]
Server=local
STIHardwareID=%STIHardwareID%
TwainDS=%TWAINDSID%
;LEAVE THIS OUT FOR NOW. UI Class ID={DF339FEC-10E0-4e35-B66F-65A9907FE570}
CameraIndexFilename=%CameraIndexFilename%
;for internal debugging use only
IgnoreImageDecodeErrors=0
;if 1, this informs StillImage Monitor app to create index file from camera memory
CreateIndexFile=0
;if TRUE, prevents the still image app from issuing the StartAVICreator event
SkipStartAVICreator=True
;if TRUE, prevents the still image app from issuing the StartImageEditor event
;SkipStartImageEditor=True
;if 1, this informs A/V creation process to read data from index file (instead of camera)
;UseIndexFileForAVImages=1
;if 1, this informs TWAIN Data Source to read data from index file (instead of camera)
;UseIndexFileForImages=1
;AVI_NOTE - if 1, this informs TWAIN Data Source to create RAW AVIs (instead of compressed RGB)
;CreateRAWAVIs=1
;--------------------------------------------------------------------
[SCDELUXE.AddReg]
HKR,,WdmDeviceDesc,,%szProductDeviceDesc%
; this allows TWAIN Driver to support this device
; this USB ID should also appear in the TWAIN INI file under '[TWAIN Supported Devices]'
HKLM,"Software\Endpoints\TWAIN Data Source\1.0\Cameras\0x0C771012"
[SCDELUXE.AddReg.Basic]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,se402sc.sys
; these register our STI USD
HKR,,USDClass,,"{06381870-F963-4bd0-AB51-1BED9FA3055D}"
HKR,,CLSID,,"{06381870-F963-4bd0-AB51-1BED9FA3055D}"
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D} ,,,"Endpoints Camera Still Image USD"
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D}\InProcServer32,,,%11%\scd2usd.dll
HKCR,CLSID\{06381870-F963-4bd0-AB51-1BED9FA3055D}\InProcServer32,ThreadingModel,,"Both"
; these register our WIA MiniDriver
HKCR,CLSID\{3FE1CB1C-C8FE-49e7-A266-CC077F9E9E1F} ,,,"Endpoints Camera WIA MiniDriver"
HKCR,CLSID\{3FE1CB1C-C8FE-49e7-A266-CC077F9E9E1F}\InProcServer32,,,%11%\scd2wia.dll
HKCR,CLSID\{3FE1CB1C-C8FE-49e7-A266-CC077F9E9E1F}\InProcServer32,ThreadingModel,,"Both"
; these register our WIA Extension DLL
HKCR,CLSID\{DF339FEC-10E0-4e35-B66F-65A9907FE570} ,,,"Endpoints Camera WIA UI Extensions"
HKCR,CLSID\{DF339FEC-10E0-4e35-B66F-65A9907FE570}\InProcServer32,,,%11%\epwiaui.dll
HKCR,CLSID\{DF339FEC-10E0-4e35-B66F-65A9907FE570}\InProcServer32,ThreadingModel,,"Apartment"
HKCR,CLSID\{DF339FEC-10E0-4e35-B66F-65A9907FE570}\shellex\ContextMenuHandlers\{DF339FEC-10E0-4e35-B66F-65A9907FE570}
; this allows the device to be found by the STI Control Panel
HKR,,CreateFileName,,%StiUSDDeviceName%
[SCDELUXE.AddReg.Register]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register_Endpoints_StillCam_AVI_Source",,"regsvr32.exe /s %11%\epavisrc.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register_Endpoints_StillCam_WAV_Filter",,"regsvr32.exe /s %11%\epwavdst.ax"
[SCDELUXE.AddReg.Register.NT]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register_Endpoints_StillCam_AVI_Source",,"rundll32.exe %11%\epavisrc.ax,DllRegisterServer"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register_Endpoints_StillCam_WAV_Filter",,"rundll32.exe %11%\epwavdst.ax,DllRegisterServer"
[SCDELUXE.AddService]
DisplayName = %szProductDeviceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\se402sc.sys
LoadOrderGroup = Base
[SE402SC.DelDrivers]
se402sc.sys,,,1
scd2usd.dll
scd2wia.dll
epwiaui.dll
epavisrc.ax
epwavdst.ax
[SCDELUXE.Files]
;se402sc.sys
[SCDELUXE.STIFiles]
;scd2usd.dll
;scd2wia.dll
;epwiaui.dll
;epavisrc.ax
;epwavdst.ax
;SCGroove.ax
[Strings]
Provider = "NuCam Corp."
Manufacturer = "NuCam Corp."
; This description should be less than 32 chars (for TWAIN driver)
szProductDeviceDesc = "SiPix StyleCam Groove (still)"
StiUSDDeviceName="\\.\EPSE402SC"
; if multiple values are required, separate them with spaces
STIHardwareID="0x0C771012"
; this specifies the filename used to store the camera memory
CameraIndexFilename="se402sc.idx"
; This must match the name embedded in the Endpoints TWAIN DS (or INI file)
TWAINDSID="StyleCam Groove"
DiskDescription="SiPix StyleCam Groove Drivers Disk"
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.