The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Vaio VGN-TZ11XN Webcam VGP-VCC7 - Working in Windows 7 64bit

    Discussion in 'VAIO / Sony' started by csjjpm, Jun 27, 2012.

  1. csjjpm

    csjjpm Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Hi,
    I thought I would share my experiences around fixing the driver to work in Windows 7 64bit for my Vaio VGN-TZ11XN.
    I read another thread where LeslieAnn lists some Ricoh drivers which should help fix a Sony Visual Communication Camera VGP-VCC7.
    The only problem with ALL these drivers where that they didn't support the device PID_183A. The only supported PID_1841.
    However, I was able to use the .INF, .SYS, .CAT and .AX files I could find in these to add to the proper Sony Vista driver supplied for this model on the Sony support site.
    I edited the .INF to include NTamd64 entries which matched all the x86 entries. The next tricky bit was installing as the driver is not signed so you must follow these steps:
    1.) In device manager, update the driver for the Sony Webcam, 'browse my computer...'.
    2.) Now select 'LET ME PICK FROM A LIST.....'.
    3.) Click 'HAVE DISK' and then browse to the path of the extracted zip file.
    4.) 'Sony Visual Communication Camera VGP-VCC7' is now selected. Click NEXT.
    5.) Windows can't verify publisher.... who cares. 'INSTALL THIS DRIVER SOFTWARE ANYWAY'

    Since I am sure I would not be allowed to post an external link (I've tried at bottom of post) then I include the R5U870FL.inf for PID_183A to help anyone who wants to build their own file and they can search for the matching driver files online. Files also listed after this .INF

    Code:
    ; R5U870DL.INF - USB Video Class Image Capture Controller
    ;  5U870 device firmware downloader NTamd64
    ; Copyright (c) 2006 Ricoh Co.,Ltd.  All rights reserved.
     
    [Version] 
    Signature="$CHICAGO$" 
    Class=Image
    ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
    Provider=%Ricoh%
    ;DriverPackageType=ClassFilter
    ;LayoutFile=layout.inf
    DriverPackageDisplayName=%USBVideo.SvcDesc%
    DriverVer= 04/02/2007,6.1003.210.0
    CatalogFile.NTx86=r5u870flx86.cat
    CatalogFile.NTAMD64=r5u870flamd64.cat
    
    [ControlFlags]
    ExcludeFromSelect=*
    
    [DestinationDirs] 
    R5U870Filter.Files.NTx86 = 12
    R5U870_XU_x86.CopyList=11    ; %systemroot%\system32 on NT-based systems
    R5U870Filter.Files.NTamd64 = 12
    R5U870_XU_NTamd64.CopyList=11    ; %systemroot%\system32 on NT-based systems
    ;R5U870FL.Files.Inf    = 10,INF
    
    [SourceDisksNames.x86]
    1 = %Package%
    2 = %Package%,,,%LocaleSubDir%
    
    [SourceDisksNames.amd64]
    1 = %Package%
    
    [SourceDisksFiles.x86]
    R5U870FLx86.sys=1
    R5U870Xu.ax=2
    R5U870FUx86.sys=1
    
    [SourceDisksFiles.amd64]
    R5U870FLamd64.sys=1
    ;R5U870ES.dll=1,\amd64
    ;R5U870EX.exe=1,\amd64
    ;R5U870EX.dll=1,\amd64
    R5U870FUamd64.sys=1
    
    [R5U870Filter.Files.NTx86]
    R5U870FUx86.sys
    R5U870FLx86.sys
    
    [R5U870Filter.Files.NTamd64]
    R5U870FUamd64.sys
    R5U870FLamd64.sys
    
    ;[R5U870FL.Files.Inf]
    ;R5U870FL.inf
    
    [Manufacturer] 
    %Ricoh%=Ricoh,NTamd64
    
    [Ricoh]
    %RicohUSBVideo.DeviceDesc%=USBVideo,USB\VID_05ca&PID_183A&MI_00
    
    [Ricoh.NTamd64]
    %RicohUSBVideo.DeviceDesc%=USBVideo,USB\VID_05ca&PID_183A&MI_00
    
    [USBVideo.NTx86]
    Include=usbvideo.inf, ks.inf, kscaptur.inf, dshowext.inf
    Needs=USBVideo.NT, KS.Registration, KSCAPTUR.Registration.NT,DSHOWEXT.Registration
    ;PreferDeviceInfo=1
    ; WIA
    SubClass=StillImage
    DeviceType=3
    DeviceSubType=0x1
    Capabilities=0x00000031
    ;DeviceData=USBVideo.DeviceData
    ICMProfiles="sRGB Color Space Profile.icm"
    ; Filters
    CopyFiles = R5U870_XU_x86.CopyList,R5U870Filter.Files.NTx86
    ; Registory data for device
    AddReg=     R5U870Filter.AddReg, R5U870_XU_x86.PlugIns, R5U870_XU_x86.PropertyPage
    RegisterDlls = R5U870_RegisterDlls_x86
    
    [USBVideo.NTamd64]
    Include=usbvideo.inf, ks.inf, kscaptur.inf
    Needs=USBVideo.NT, KS.Registration, KSCAPTUR.Registration.NT
    ;PreferDeviceInfo=1
    ; WIA
    SubClass=StillImage
    DeviceType=3
    DeviceSubType=0x1
    Capabilities=0x00000031
    ;DeviceData=USBVideo.DeviceData
    ICMProfiles="sRGB Color Space Profile.icm"
    ; Filters
    CopyFiles = R5U870Filter.Files.NTamd64
    ; Registory data for device
    AddReg=     R5U870Filter.AddReg, R5U870_XU_NTamd64.PlugIns, R5U870_XU_NTamd64.PropertyPage
    RegisterDlls = R5U870_RegisterDlls_NTamd64
    
    
    [R5U870Filter.AddReg]
    ; Initial value
    HKR,Settings,Brightness,0x00010001,52
    HKR,Settings,Contrast,0x00010001,63
    HKR,Settings,Saturation,0x00010001,93
    HKR,Settings,Sharpness,0x00010001,0
    HKR,Settings,WhiteBalance,0x00010001,1
    HKR,Settings,Hue,0x00010001,0
    HKR,Settings,Gamma,0x00010001,100
    HKR,Settings,ColorEnable,0x00010001,1
    HKR,Settings,FrameRate,0x00010001,30
    HKR,Settings,BrightnessEx,0x00010001,52
    HKR,Settings,ContrastEx,0x00010001,63
    HKR,Settings,HueEx,0x00010001,0
    HKR,Settings,SaturationEx,0x00010001,93
    HKR,Settings,SharpnessEx,0x00010001,0
    HKR,Settings,GammaEx,0x00010001,100
    HKR,Settings,WBRedEx,0x00010001,127
    HKR,Settings,WBGreenEx,0x00010001,127
    HKR,Settings,WBBlueEx,0x00010001,127
    HKR,Settings,AWBEx,0x00010001,1
    HKR,Settings,ExposureEx,0x00010001,255
    HKR,Settings,AECEx,0x00010001,1
    HKR,Settings,GainEx,0x00010001,63
    HKR,Settings,AGCEx,0x00010001,1
    HKR,Settings,PowerLineEx,0x00010001,1
    HKR,Settings,SceneEx,0x00010001,0
    HKR,Settings,FlipEx,0x00010001,0
    HKR,Settings,MirrorEx,0x00010001,0
    HKR,Settings,PrivacyEx,0x00010001,0
    HKR,Settings,NightModeEx,0x00010001,1
    
    ; Default value
    HKR,Settings,BrightnessDef,0x00010001,52
    HKR,Settings,ContrastDef,0x00010001,63
    HKR,Settings,SaturationDef,0x00010001,93
    HKR,Settings,SharpnessDef,0x00010001,0
    HKR,Settings,WhiteBalanceDef,0x00010001,1
    HKR,Settings,HueDef,0x00010001,0
    HKR,Settings,GammaDef,0x00010001,100
    HKR,Settings,ColorEnableDef,0x00010001,1
    HKR,Settings,FrameRateDef,0x00010001,30
    HKR,Settings,BrightnessExDef,0x00010001,63
    HKR,Settings,ContrastExDef,0x00010001,63
    HKR,Settings,HueExDef,0x00010001,0
    HKR,Settings,SaturationExDef,0x00010001,63
    HKR,Settings,SharpnessExDef,0x00010001,63
    HKR,Settings,GammaExDef,0x00010001,100
    HKR,Settings,WBRedExDef,0x00010001,127
    HKR,Settings,WBGreenExDef,0x00010001,127
    HKR,Settings,WBBlueExDef,0x00010001,127
    HKR,Settings,AWBExDef,0x00010001,1
    HKR,Settings,ExposureExDef,0x00010001,255
    HKR,Settings,AECExDef,0x00010001,1
    HKR,Settings,GainExDef,0x00010001,63
    HKR,Settings,AGCExDef,0x00010001,1
    HKR,Settings,PowerLineExDef,0x00010001,1
    HKR,Settings,SceneExDef,0x00010001,0
    HKR,Settings,FlipExDef,0x00010001,0
    HKR,Settings,MirrorExDef,0x00010001,0
    HKR,Settings,PrivacyExDef,0x00010001,0
    HKR,Settings,NightModeExDef,0x00010001,1
    
    ; Ctrl value : 1=Enable
    HKR,Settings,WBRedExEnb,0x00010001,1
    HKR,Settings,WBGreenExEnb,0x00010001,1
    HKR,Settings,WBBlueExEnb,0x00010001,1
    HKR,Settings,AWBExEnb,0x00010001,1
    HKR,Settings,ExposureExEnb,0x00010001,1
    HKR,Settings,AECExEnb,0x00010001,1
    HKR,Settings,GainExEnb,0x00010001,1
    HKR,Settings,AGCExEnb,0x00010001,1
    HKR,Settings,PowerLineExEnb,0x00010001,1
    HKR,Settings,SceneExEnb,0x00010001,0
    HKR,Settings,FlipExEnb,0x00010001,1
    HKR,Settings,MirrorExEnb,0x00010001,1
    HKR,Settings,PrivacyExEnb,0x00010001,1
    HKR,Settings,NightModeExEnb,0x00010001,1
    HKR,Settings,NightModeExResDef,0x00010001,0
    
    ;;;;	HW
    [USBVideo.NTx86.HW]
    AddReg=USBVideo.NTx86.HW.AddReg
    
    [USBVideo.NTamd64.HW]
    AddReg=USBVideo.NTamd64.HW.AddReg
    
    [USBVideo.NTx86.HW.AddReg]
    HKR,,"UpperFilters",0x00010000,"R5U870FUx86"
    HKR,,"LowerFilters",0x00010000,"R5U870FLx86"
    
    [USBVideo.NTamd64.HW.AddReg]
    HKR,,"UpperFilters",0x00010000,"R5U870FUamd64"
    HKR,,"LowerFilters",0x00010000,"R5U870FLamd64"
    
    ; The following portion of the INF file shows the registry entries for a node-based Extension Unit plug-in. 
    ; Refer to usbvideo.inf for similar examples.
    
    [R5U870_XU_x86.PlugIns]
    HKCR,CLSID\%Plugin.CLSID%,,,%PlugIn_IExtensionUnit%
    HKCR,CLSID\%Plugin.CLSID%\InprocServer32,,,R5U870Xu.ax
    HKCR,CLSID\%Plugin.CLSID%\InprocServer32,ThreadingModel,,Both
    
    [R5U870_XU_NTamd64.PlugIns]
    HKCR,CLSID\%Plugin.CLSID%,,,%PlugIn_IExtensionUnit%
    HKCR,CLSID\%Plugin.CLSID%\InprocServer32,,,R5U870Xuamd64.ax
    HKCR,CLSID\%Plugin.CLSID%\InprocServer32,ThreadingModel,,Both
    
    ; The IID is aggregated onto the node given the GUID of the property set
    HKLM,System\CurrentControlSet\Control\NodeInterfaces\%XU_GUID%,,,%PlugIn_IExtensionUnit%
    
    ; Thus, an IID value of {12345678-1234-5678-0123456789abcdef} 
    ; would be stored as 78 56 34 12 34 12 78 56 01 23 45 67 89 ab cd ef. 
    
    ; IID in Little-Endian form 
    ; {49C29F97-2D81-48E6-9F5B-539AF697FC3E}
    HKLM,System\CurrentControlSet\Control\NodeInterfaces\%XU_GUID%,IID,1,97,9F,C2,49, 81,2D, e6,48, 0x9F, 0x5B, 0x53, 0x9A, 0xF6, 0x97, 0xFC, 0x3E
    
    ; CLSID in Little-Endian form 
    ; {47493765-AA4C-444C-931D-D57CC2E37E49}
    HKLM,System\CurrentControlSet\Control\NodeInterfaces\%XU_GUID%,CLSID,1,65,37,49,47, 4C,AA, 4C,44, 0x93, 0x1D, 0xD5, 0x7C, 0xC2, 0xE3, 0x7E, 0x49
    
    ; DCM: Property page
    ; When topology property pages are to displayed this will get called which will then look for the XU interface and then 
    ; display the propery page if the XU interface is available 
    [R5U870_XU_x86.PropertyPage]
    HKCR,CLSID\%PropertyPage.CLSID%,,,%R5U870.CustomPropertyPage%
    HKCR,CLSID\%PropertyPage.CLSID%\InprocServer32,,,R5U870Xu.ax
    HKCR,CLSID\%PropertyPage.CLSID%\InprocServer32,ThreadingModel,,Both
    
    ;Mediaset
    HKLM,System\CurrentControlSet\Control\MediaSets\%TOPO_NODE_GUID%\PropertyPages\%PropertyPage.CLSID%,,,%R5U870.CustomPropertyPage%
    
    [R5U870_XU_NTamd64.PropertyPage]
    HKCR,CLSID\%PropertyPage.CLSID%,,,%R5U870.CustomPropertyPage%
    HKCR,CLSID\%PropertyPage.CLSID%\InprocServer32,,,R5U870Xuamd64.ax
    HKCR,CLSID\%PropertyPage.CLSID%\InprocServer32,ThreadingModel,,Both
    
    ;Mediaset
    HKLM,System\CurrentControlSet\Control\MediaSets\%TOPO_NODE_GUID%\PropertyPages\%PropertyPage.CLSID%,,,%R5U870.CustomPropertyPage%
    
    
    ;;;;	Interface
    [USBVideo.Interfaces]
    AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER_EXT%,GLOBAL,USBVideo.Interface
    
    [USBVideo.NTx86.Interfaces]
    AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER_EXT%,GLOBAL,USBVideo.Interface
    
    [USBVideo.NTamd64.Interfaces]
    AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,USBVideo.Interface
    AddInterface=%KSCATEGORY_RENDER_EXT%,GLOBAL,USBVideo.Interface
    
    [USBVideo.Interface]
    AddReg=USBVideo.Interface.AddReg
    
    [USBVideo.Interface.AddReg]
    HKR,,CLSID,,%ProxyVCap.CLSID%
    HKR,,FriendlyName,,%RicohUSBVideo.DeviceDesc%
    HKR,,RTCFlags,0x00010001,0x00000010
    
    ;;;;	Service
    [USBVideo.NTx86.Services]
    AddService = usbvideo,0x00000002,USBVideo.ServiceInstall
    Addservice = R5U870FUx86,0x00000000,UvcUpperFilterInst.NTx86
    Addservice = R5U870FLx86,0x00000000,UvcLowerFilterInst.NTx86
    
    [USBVideo.NTamd64.Services]
    AddService = usbvideo,0x00000002,USBVideo.ServiceInstall
    Addservice = R5U870FUamd64,0x00000000,UvcUpperFilterInst.NTamd64
    Addservice = R5U870FLamd64,0x00000000,UvcLowerFilterInst.NTamd64
    
    [USBVideo.ServiceInstall]
    DisplayName   = %USBVideo.SvcDesc%
    ServiceType   = %SERVICE_KERNEL_DRIVER%
    StartType     = %SERVICE_DEMAND_START%
    ErrorControl  = %SERVICE_ERROR_NORMAL%
    ServiceBinary = %10%\System32\Drivers\usbvideo.sys
    
    [UvcUpperFilterInst.NTx86]
    DisplayName    = %R5U870FU.SvcDesc%
    ServiceType    = %SERVICE_KERNEL_DRIVER%
    StartType      = %SERVICE_DEMAND_START%
    ErrorControl   = %SERVICE_ERROR_NORMAL%
    ServiceBinary  = %10%\System32\Drivers\R5U870FUx86.sys
    ;LoadOrderGroup = Extended Base
    
    [UvcLowerFilterInst.NTx86]
    DisplayName    = %R5U870FL.SvcDesc%
    ServiceType    = %SERVICE_KERNEL_DRIVER%
    StartType      = %SERVICE_DEMAND_START%
    ErrorControl   = %SERVICE_ERROR_NORMAL%
    ServiceBinary  = %10%\System32\Drivers\R5U870FLx86.sys
    ;LoadOrderGroup = Extended Base
    
    [UvcUpperFilterInst.NTamd64]
    DisplayName    = %R5U870FU.SvcDesc%
    ServiceType    = %SERVICE_KERNEL_DRIVER%
    StartType      = %SERVICE_DEMAND_START%
    ErrorControl   = %SERVICE_ERROR_NORMAL%
    ServiceBinary  = %10%\System32\Drivers\R5U870FUamd64.sys
    ;LoadOrderGroup = Extended Base
    
    [UvcLowerFilterInst.NTamd64]
    DisplayName    = %R5U870FL.SvcDesc%
    ServiceType    = %SERVICE_KERNEL_DRIVER%
    StartType      = %SERVICE_DEMAND_START%
    ErrorControl   = %SERVICE_ERROR_NORMAL%
    ServiceBinary  = %10%\System32\Drivers\R5U870FLamd64.sys
    ;LoadOrderGroup = Extended Base
    
    [R5U870_RegisterDlls_x86]
    11,,r5u870xu.ax,1
    
    [R5U870_XU_x86.CopyList]
    R5U870Xu.ax
    
    [R5U870_RegisterDlls_NTamd64]
    11,,r5u870xuamd64.ax,1
    
    [R5U870_XU_NTamd64.CopyList]
    R5U870Xuamd64.ax
    
    
    
    [Strings]
    ;-----------------
    ; Non-Localizable
    ;-----------------
    ; Non-localizable
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="English"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    ;RunOnce                 = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
    
    [Strings.0804]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Chinese_Simplified"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0404]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Chinese_Traditional"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0407]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="German"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0409]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="English"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0C0A]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Spanish"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.040C]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="French"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0410]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Italian"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0411]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Japanese"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0412]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Korean"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    
    [Strings.0419]
    Plugin.CLSid='{47493765-AA4C-444c-931D-D57CC2E37E49}'
    ProxyVCap.CLSid='{17CCA71B-ECD7-11D0-B908-00A0C9223196}'
    XU_GUid='{4441621C-8989-4346-AFB3-20F37590304E}'
    TOPO_NODE_GUid='{720D4AC0-7533-11D0-A5D6-28DB04C10000}'
    
    ; DCM: Created today on my computer
    PropertyPage.CLSid='{9FF9D3DB-B5E3-49d4-B67E-7B673D255BD5}' 
    
    KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
    KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
    KSCATEGORY_RENDER_EXT="{CC7BFB41-F175-11D1-A392-00E0291F3959}"
    SERVICE_KERNEL_DRIVER=1
    SERVICE_DEMAND_START=3
    SERVICE_ERROR_NORMAL=1
    
    ;------------
    ;Localizeable
    ;------------
    Ricoh="Ricoh"
    RicohUSBVideo.DeviceDesc="Sony Visual Communication Camera VGP-VCC7"
    USBVideo.SvcDesc="R5U870 (UVC) "
    R5U870FU.SvcDesc="R5U870 UVC Upper Filter  "
    R5U870FL.SvcDesc="R5U870 UVC Lower Filter  "
    Package = "R5U870 Install Disk"
    LocaleSubDir              ="Russian"
    R5U870_XU.DeviceDesc="R5U870 Extension Unit"
    PlugIn_IExtensionUnit="R5U870 IExtension Unit Interface"
    R5U870.CustomPropertyPage="R5U870 Custom Property Page"
    My website has a zip file with this all packaged up at paulmcgrath dot net
    If the link above is deleted/edited then the driver files you need are:
    Code:
    r5u870flamd64.cat
    R5U870FLamd64.sys
    r5u870flx86.cat
    R5U870FLx86.sys
    R5U870FUamd64.sys
    R5U870FUx86.sys
    english\r5u870xuamd64.ax
    english\r5u870xu.ax
    Hope this helps others.
     
    Last edited by a moderator: May 7, 2015
  2. AccessBlog.net

    AccessBlog.net Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    Thanks, works for my VGN-SZ780!